JuliaDocs / Documenter.jl

A documentation generator for Julia.

Home Page:https://documenter.juliadocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternative admonition syntax?

nathanrboyer opened this issue · comments

There is probably a good reason for the chosen syntax. However, the syntax I am used to allows capital letters and no quotation marks, which I find a little more natural to read as plain text.

!!! Note

!!! Warning Don't Do This

Would it be possible to allow other alternative admonition syntaxes? I have messed this syntax up often and found others who do too.

(I assume the answer is "no", but I thought I would ask anyway.)