From 08b0f2c3c76098cb34146a20e0d6228d2a2ccf09 Mon Sep 17 00:00:00 2001 From: Xavier Mendez Date: Wed, 9 Apr 2014 13:45:17 +0200 Subject: Simplify some code regarding fenced blocks --- bin/hoedown.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/hoedown.c b/bin/hoedown.c index 812b1f6..c6b5bdc 100644 --- a/bin/hoedown.c +++ b/bin/hoedown.c @@ -58,7 +58,7 @@ static struct extension_info extensions_info[] = { {HOEDOWN_EXT_FENCED_CODE, "fenced-code", "Parse fenced code blocks."}, {HOEDOWN_EXT_FOOTNOTES, "footnotes", "Parse footnotes."}, - {HOEDOWN_EXT_AUTOLINK, "autolink", "Automatically turn URLs into links."}, + {HOEDOWN_EXT_AUTOLINK, "autolink", "Automatically turn safe URLs into links."}, {HOEDOWN_EXT_STRIKETHROUGH, "strikethrough", "Parse ~~stikethrough~~ spans."}, {HOEDOWN_EXT_UNDERLINE, "underline", "Parse _underline_ instead of emphasis."}, {HOEDOWN_EXT_HIGHLIGHT, "highlight", "Parse ==highlight== spans."}, -- cgit v1.2.1