Redo the superscript and relaxed emphasis flags into

NOSUPERSCRIPT and NORELAXED, so the default is to have them
turned on and you need to turn them off (or do STRICT) explicitly.
This commit is contained in:
David Parsons
2010-10-21 21:10:24 -07:00
parent 0b39f0c30a
commit 1be9861064
3 changed files with 10 additions and 8 deletions
+2
View File
@@ -58,6 +58,8 @@ static struct {
{ "safelink",0, MKD_SAFELINK },
{ "del", 1, MKD_NOSTRIKETHROUGH },
{ "strikethrough", 1, MKD_NOSTRIKETHROUGH },
{ "superscript", 1, MKD_NOSUPERSCRIPT },
{ "emphasis", 0, MKD_NORELAXED },
{ "1.0", 0, MKD_1_COMPAT },
} ;