From 7769eb133f110b13b44961e230783cc2ccc223e8 Mon Sep 17 00:00:00 2001 From: Nicholas Serra Date: Mon, 27 Nov 2017 16:18:33 -0500 Subject: [PATCH] Alphabetical --- lib/markdown2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/markdown2.py b/lib/markdown2.py index b138bb6a..43596ddf 100755 --- a/lib/markdown2.py +++ b/lib/markdown2.py @@ -77,6 +77,7 @@ and ellipses. * spoiler: A special kind of blockquote commonly hidden behind a click on SO. Syntax per . +* strike: text inside of double tilde is ~~strikethrough~~ * tag-friendly: Requires atx style headers to have a space between the # and the header text. Useful for applications that require twitter style tags to pass through the parser. @@ -90,7 +91,6 @@ * wiki-tables: Google Code Wiki-style tables. See . * xml: Passes one-liner processing instructions and namespaced XML tags. -* strike: text inside of double tilde is ~~strikethrough~~ """ # Dev Notes: