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",
|
||||
"reply-to-self = false",
|
||||
"[markup]",
|
||||
"options = strikethrough, superscript, autolink",
|
||||
"options = strikethrough, autolink",
|
||||
"allowed-elements = ",
|
||||
"allowed-attributes = "
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user