From e02687a066bd4c78a1c0edc3cf2b027df7510eb6 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Mon, 14 Jul 2014 19:38:00 +0200 Subject: [PATCH] remove superscript extension from defaults (again) --- share/isso.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/isso.conf b/share/isso.conf index 9bb26c7..343cad9 100644 --- a/share/isso.conf +++ b/share/isso.conf @@ -134,7 +134,7 @@ reply-to-self = false # Misaka-specific Markdown extensions, all flags starting with EXT_ can be used # there, separated by comma. -options = strikethrough, superscript, autolink, fenced_code, no_intra_emphasis +options = strikethrough, autolink, fenced_code, no_intra_emphasis # Additional HTML tags to allow in the generated output, comma-separated. By # default, only a, blockquote, br, code, del, em, h1, h2, h3, h4, h5, h6, hr,