@@ -66,7 +66,6 @@ static struct extension_info extensions_info[] = {
66
66
{HOEDOWN_EXT_SUPERSCRIPT , "superscript" , "Parse super^script." },
67
67
{HOEDOWN_EXT_MATH , "math" , "Parse TeX $$math$$ syntax, Kramdown style." },
68
68
69
- {HOEDOWN_EXT_LAX_SPACING , "lax-spacing" , "Don't require a blank line between some blocks." },
70
69
{HOEDOWN_EXT_NO_INTRA_EMPHASIS , "disable-intra-emphasis" , "Disable emphasis_between_words." },
71
70
{HOEDOWN_EXT_SPACE_HEADERS , "space-headers" , "Require a space after '#' in headers." },
72
71
{HOEDOWN_EXT_MATH_EXPLICIT , "math-explicit" , "Instead of guessing by context, parse $inline math$ and $$always block math$$ (requires --math)." },
@@ -77,7 +76,6 @@ static struct extension_info extensions_info[] = {
77
76
static struct html_flag_info html_flags_info [] = {
78
77
{HOEDOWN_HTML_SKIP_HTML , "skip-html" , "Strip all HTML tags." },
79
78
{HOEDOWN_HTML_ESCAPE , "escape" , "Escape all HTML." },
80
- {HOEDOWN_HTML_SAFELINK , "safelink" , "Only allow links to safe protocols." },
81
79
{HOEDOWN_HTML_HARD_WRAP , "hard-wrap" , "Render each linebreak as <br>." },
82
80
{HOEDOWN_HTML_USE_XHTML , "xhtml" , "Render XHTML." },
83
81
};
0 commit comments