remove superscript extension from Markdown

Unexpected behavior for popular smileys like "^^" which does not render
properly and thus, needs to be escaped (like \^\^). If you want to
re-enable superscript, add

    [markup]
    options = superscript
    allowed-elements = sup

to your configuration.
This commit is contained in:
Martin Zimmermann 2014-03-25 23:03:33 +01:00
parent 103e68e27b
commit dd0837c0f7

View File

@ -134,7 +134,7 @@ class Config:
"direct-reply = 3",
"reply-to-self = false",
"[markup]",
"options = strikethrough, superscript, autolink",
"options = strikethrough, autolink",
"allowed-elements = ",
"allowed-attributes = "
]