From dd0837c0f72bea74e2dae3dc2aca7031d4f75bfc Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Tue, 25 Mar 2014 23:03:33 +0100 Subject: [PATCH] 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. --- isso/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isso/core.py b/isso/core.py index 3bcfeb3..6936261 100644 --- a/isso/core.py +++ b/isso/core.py @@ -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 = " ]