
Although it is clear that there is support for Admonition-like syntax, this does not seem to be listed somewhere in the documentation :
I think you should list (a) which admonition-like blocks are possible (I assume only note and warning) and (b), for newcomers, how to actually use the syntax?
I know that we can just see it by clicking "edit on GitHub", but I still don't know which syntaxes are available.
They are actually documented in the Base manual: https://docs.julialang.org/en/v1/stdlib/Markdown/#Admonitions-1
Ah didn't know this. Of course you could say that this is just Markdown-specific and not just documenter specific, but still mentioning this and sharing the link could be helpful.
Do you think https://github.com/JuliaDocs/Documenter.jl/pull/985/files#diff-1842511d55effdf48dacc8c5de700712 would be enough?
yeap! Only thing I would add is after the word syntax is a parenthesis: (like how to use Admonitions)