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: