diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/renderer-lists-w.md | 23 | ||||
-rw-r--r-- | tests/data/renderer-lists.md | 22 |
2 files changed, 45 insertions, 0 deletions
diff --git a/tests/data/renderer-lists-w.md b/tests/data/renderer-lists-w.md index e0f3eba..eff38f9 100644 --- a/tests/data/renderer-lists-w.md +++ b/tests/data/renderer-lists-w.md @@ -61,3 +61,26 @@ Aliquam hendrerit mi posuere lectus. $ :(){:|:&};: + + +And finally some snafu from daringfirball.net + +* [Overview](#overview) + * [Philosophy](#philosophy) + * [Inline HTML](#html) + * [Automatic Escaping for Special Characters](#autoescape) +* [Block Elements](#block) + * [Paragraphs and Line Breaks](#p) + * [Headers](#header) + * [Blockquotes](#blockquote) + * [Lists](#list) + * [Code Blocks](#precode) + * [Horizontal Rules](#hr) +* [Span Elements](#span) + * [Links](#link) + * [Emphasis](#em) + * [Code](#code) + * [Images](#img) +* [Miscellaneous](#misc) + * [Backslash Escapes](#backslash) + * [Automatic Links](#autolink) diff --git a/tests/data/renderer-lists.md b/tests/data/renderer-lists.md index 2a9a0dd..f63cc8d 100644 --- a/tests/data/renderer-lists.md +++ b/tests/data/renderer-lists.md @@ -64,3 +64,25 @@ sit amet, consectetuer adipiscing elit. elit. Aliquam hendrerit mi posuere lectus. $ :(){:|:&};: + +And finally some snafu from daringfirball.net + +* [Overview](#overview) + * [Philosophy](#philosophy) + * [Inline HTML](#html) + * [Automatic Escaping for Special Characters](#autoescape) +* [Block Elements](#block) + * [Paragraphs and Line Breaks](#p) + * [Headers](#header) + * [Blockquotes](#blockquote) + * [Lists](#list) + * [Code Blocks](#precode) + * [Horizontal Rules](#hr) +* [Span Elements](#span) + * [Links](#link) + * [Emphasis](#em) + * [Code](#code) + * [Images](#img) +* [Miscellaneous](#misc) + * [Backslash Escapes](#backslash) + * [Automatic Links](#autolink) |