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:
parent
103e68e27b
commit
dd0837c0f7
@ -134,7 +134,7 @@ class Config:
|
|||||||
"direct-reply = 3",
|
"direct-reply = 3",
|
||||||
"reply-to-self = false",
|
"reply-to-self = false",
|
||||||
"[markup]",
|
"[markup]",
|
||||||
"options = strikethrough, superscript, autolink",
|
"options = strikethrough, autolink",
|
||||||
"allowed-elements = ",
|
"allowed-elements = ",
|
||||||
"allowed-attributes = "
|
"allowed-attributes = "
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user