[ { "markdown": "→foo→baz→→bim\n", "html": "
foo→baz→→bim\n
\n",
"section": "Tabs",
"number": 1
},
{
"markdown": " →foo→baz→→bim\n",
"html": "foo→baz→→bim\n
\n",
"section": "Tabs",
"number": 2
},
{
"markdown": " a→a\n ὐ→a\n",
"html": "a→a\nὐ→a\n
\n",
"section": "Tabs",
"number": 3
},
{
"markdown": " - foo\n\n→bar\n",
"html": "foo
\nbar
\nfoo
\n bar\n
\n\n\n", "section": "Tabs", "number": 6 }, { "markdown": "-→→foo\n", "html": "\nfoo\n
foo\n
\nfoo\nbar\n
\n",
"section": "Tabs",
"number": 8
},
{
"markdown": " - foo\n - bar\n→ - baz\n",
"html": "!"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~
\n", "section": "Backslash escapes", "number": 12 }, { "markdown": "\\→\\A\\a\\ \\3\\φ\\«\n", "html": "\\→\\A\\a\\ \\3\\φ\\«
\n", "section": "Backslash escapes", "number": 13 }, { "markdown": "\\*not emphasized*\n\\*not emphasized*\n<br/> not a tag\n[not a link](/foo)\n`not code`\n1. not a list\n* not a list\n# not a heading\n[foo]: /url "not a reference"\nö not a character entity
\n", "section": "Backslash escapes", "number": 14 }, { "markdown": "\\\\*emphasis*\n", "html": "\\emphasis
\n", "section": "Backslash escapes", "number": 15 }, { "markdown": "foo\\\nbar\n", "html": "foo
\nbar
\\[\\`
\\[\\]\n
\n",
"section": "Backslash escapes",
"number": 18
},
{
"markdown": "~~~\n\\[\\]\n~~~\n",
"html": "\\[\\]\n
\n",
"section": "Backslash escapes",
"number": 19
},
{
"markdown": "foo\n
\n",
"section": "Backslash escapes",
"number": 24
},
{
"markdown": " & © Æ Ď\n¾ ℋ ⅆ\n∲ ≧̸\n",
"html": "& © Æ Ď\n¾ ℋ ⅆ\n∲ ≧̸
\n", "section": "Entity and numeric character references", "number": 25 }, { "markdown": "# Ӓ Ϡ \n", "html": "# Ӓ Ϡ �
\n", "section": "Entity and numeric character references", "number": 26 }, { "markdown": "" ആ ಫ\n", "html": "" ആ ಫ
\n", "section": "Entity and numeric character references", "number": 27 }, { "markdown": "  &x; \n\nabcdef0;\n&ThisIsNotDefined; &hi?;\n", "html": "  &x; &#; &#x;\n�\n&#abcdef0;\n&ThisIsNotDefined; &hi?;
\n", "section": "Entity and numeric character references", "number": 28 }, { "markdown": "©\n", "html": "©
\n", "section": "Entity and numeric character references", "number": 29 }, { "markdown": "&MadeUpEntity;\n", "html": "&MadeUpEntity;
\n", "section": "Entity and numeric character references", "number": 30 }, { "markdown": "\n", "html": "\n", "section": "Entity and numeric character references", "number": 31 }, { "markdown": "[foo](/föö \"föö\")\n", "html": "\n", "section": "Entity and numeric character references", "number": 32 }, { "markdown": "[foo]\n\n[foo]: /föö \"föö\"\n", "html": "\n", "section": "Entity and numeric character references", "number": 33 }, { "markdown": "``` föö\nfoo\n```\n", "html": "foo\n
\n",
"section": "Entity and numeric character references",
"number": 34
},
{
"markdown": "`föö`\n",
"html": "föö
föfö\n
\n",
"section": "Entity and numeric character references",
"number": 36
},
{
"markdown": "*foo*\n*foo*\n",
"html": "*foo*\nfoo
\n", "section": "Entity and numeric character references", "number": 37 }, { "markdown": "* foo\n\n* foo\n", "html": "* foo
\nfoo\n\nbar
\n", "section": "Entity and numeric character references", "number": 39 }, { "markdown": " foo\n", "html": "→foo
\n", "section": "Entity and numeric character references", "number": 40 }, { "markdown": "[a](url "tit")\n", "html": "[a](url "tit")
\n", "section": "Entity and numeric character references", "number": 41 }, { "markdown": "- `one\n- two`\n", "html": "+++
\n", "section": "Thematic breaks", "number": 44 }, { "markdown": "===\n", "html": "===
\n", "section": "Thematic breaks", "number": 45 }, { "markdown": "--\n**\n__\n", "html": "--\n**\n__
\n", "section": "Thematic breaks", "number": 46 }, { "markdown": " ***\n ***\n ***\n", "html": "***\n
\n",
"section": "Thematic breaks",
"number": 48
},
{
"markdown": "Foo\n ***\n",
"html": "Foo\n***
\n", "section": "Thematic breaks", "number": 49 }, { "markdown": "_____________________________________\n", "html": "_ _ _ _ a
\na------
\n---a---
\n", "section": "Thematic breaks", "number": 55 }, { "markdown": " *-*\n", "html": "-
\n", "section": "Thematic breaks", "number": 56 }, { "markdown": "- foo\n***\n- bar\n", "html": "Foo
\nbar
\n", "section": "Thematic breaks", "number": 58 }, { "markdown": "Foo\n---\nbar\n", "html": "bar
\n", "section": "Thematic breaks", "number": 59 }, { "markdown": "* Foo\n* * *\n* Bar\n", "html": "####### foo
\n", "section": "ATX headings", "number": 63 }, { "markdown": "#5 bolt\n\n#hashtag\n", "html": "#5 bolt
\n#hashtag
\n", "section": "ATX headings", "number": 64 }, { "markdown": "\\## foo\n", "html": "## foo
\n", "section": "ATX headings", "number": 65 }, { "markdown": "# foo *bar* \\*baz\\*\n", "html": "# foo\n
\n",
"section": "ATX headings",
"number": 69
},
{
"markdown": "foo\n # bar\n",
"html": "foo\n# bar
\n", "section": "ATX headings", "number": 70 }, { "markdown": "## foo ##\n ### bar ###\n", "html": "Foo bar
\nBar foo
\n", "section": "ATX headings", "number": 78 }, { "markdown": "## \n#\n### ###\n", "html": "\n\n\n", "section": "ATX headings", "number": 79 }, { "markdown": "Foo *bar*\n=========\n\nFoo *bar*\n---------\n", "html": "Foo\n---\n\nFoo\n
\nFoo\n---
\n", "section": "Setext headings", "number": 87 }, { "markdown": "Foo\n= =\n\nFoo\n--- -\n", "html": "Foo\n= =
\nFoo
\n`
\nof dashes"/>
\n", "section": "Setext headings", "number": 91 }, { "markdown": "> Foo\n---\n", "html": "\n\nFoo
\n
\n\n", "section": "Setext headings", "number": 93 }, { "markdown": "- Foo\n---\n", "html": "foo\nbar\n===
\n
Baz
\n", "section": "Setext headings", "number": 96 }, { "markdown": "\n====\n", "html": "====
\n", "section": "Setext headings", "number": 97 }, { "markdown": "---\n---\n", "html": "foo\n
\n\n\nfoo
\n
Foo
\nbaz
\n", "section": "Setext headings", "number": 103 }, { "markdown": "Foo\nbar\n\n---\n\nbaz\n", "html": "Foo\nbar
\nbaz
\n", "section": "Setext headings", "number": 104 }, { "markdown": "Foo\nbar\n* * *\nbaz\n", "html": "Foo\nbar
\nbaz
\n", "section": "Setext headings", "number": 105 }, { "markdown": "Foo\nbar\n\\---\nbaz\n", "html": "Foo\nbar\n---\nbaz
\n", "section": "Setext headings", "number": 106 }, { "markdown": " a simple\n indented code block\n", "html": "a simple\n indented code block\n
\n",
"section": "Indented code blocks",
"number": 107
},
{
"markdown": " - foo\n\n bar\n",
"html": "foo
\nbar
\nfoo
\n<a/>\n*hi*\n\n- one\n
\n",
"section": "Indented code blocks",
"number": 110
},
{
"markdown": " chunk1\n\n chunk2\n \n \n \n chunk3\n",
"html": "chunk1\n\nchunk2\n\n\n\nchunk3\n
\n",
"section": "Indented code blocks",
"number": 111
},
{
"markdown": " chunk1\n \n chunk2\n",
"html": "chunk1\n \n chunk2\n
\n",
"section": "Indented code blocks",
"number": 112
},
{
"markdown": "Foo\n bar\n\n",
"html": "Foo\nbar
\n", "section": "Indented code blocks", "number": 113 }, { "markdown": " foo\nbar\n", "html": "foo\n
\nbar
\n", "section": "Indented code blocks", "number": 114 }, { "markdown": "# Heading\n foo\nHeading\n------\n foo\n----\n", "html": "foo\n
\nfoo\n
\n foo\nbar\n
\n",
"section": "Indented code blocks",
"number": 116
},
{
"markdown": "\n \n foo\n \n\n",
"html": "foo\n
\n",
"section": "Indented code blocks",
"number": 117
},
{
"markdown": " foo \n",
"html": "foo \n
\n",
"section": "Indented code blocks",
"number": 118
},
{
"markdown": "```\n<\n >\n```\n",
"html": "<\n >\n
\n",
"section": "Fenced code blocks",
"number": 119
},
{
"markdown": "~~~\n<\n >\n~~~\n",
"html": "<\n >\n
\n",
"section": "Fenced code blocks",
"number": 120
},
{
"markdown": "``\nfoo\n``\n",
"html": "foo
aaa\n~~~\n
\n",
"section": "Fenced code blocks",
"number": 122
},
{
"markdown": "~~~\naaa\n```\n~~~\n",
"html": "aaa\n```\n
\n",
"section": "Fenced code blocks",
"number": 123
},
{
"markdown": "````\naaa\n```\n``````\n",
"html": "aaa\n```\n
\n",
"section": "Fenced code blocks",
"number": 124
},
{
"markdown": "~~~~\naaa\n~~~\n~~~~\n",
"html": "aaa\n~~~\n
\n",
"section": "Fenced code blocks",
"number": 125
},
{
"markdown": "```\n",
"html": "
\n",
"section": "Fenced code blocks",
"number": 126
},
{
"markdown": "`````\n\n```\naaa\n",
"html": "\n```\naaa\n
\n",
"section": "Fenced code blocks",
"number": 127
},
{
"markdown": "> ```\n> aaa\n\nbbb\n",
"html": "\n\n\naaa\n
bbb
\n", "section": "Fenced code blocks", "number": 128 }, { "markdown": "```\n\n \n```\n", "html": "\n \n
\n",
"section": "Fenced code blocks",
"number": 129
},
{
"markdown": "```\n```\n",
"html": "
\n",
"section": "Fenced code blocks",
"number": 130
},
{
"markdown": " ```\n aaa\naaa\n```\n",
"html": "aaa\naaa\n
\n",
"section": "Fenced code blocks",
"number": 131
},
{
"markdown": " ```\naaa\n aaa\naaa\n ```\n",
"html": "aaa\naaa\naaa\n
\n",
"section": "Fenced code blocks",
"number": 132
},
{
"markdown": " ```\n aaa\n aaa\n aaa\n ```\n",
"html": "aaa\n aaa\naaa\n
\n",
"section": "Fenced code blocks",
"number": 133
},
{
"markdown": " ```\n aaa\n ```\n",
"html": "```\naaa\n```\n
\n",
"section": "Fenced code blocks",
"number": 134
},
{
"markdown": "```\naaa\n ```\n",
"html": "aaa\n
\n",
"section": "Fenced code blocks",
"number": 135
},
{
"markdown": " ```\naaa\n ```\n",
"html": "aaa\n
\n",
"section": "Fenced code blocks",
"number": 136
},
{
"markdown": "```\naaa\n ```\n",
"html": "aaa\n ```\n
\n",
"section": "Fenced code blocks",
"number": 137
},
{
"markdown": "``` ```\naaa\n",
"html": "
\naaa
aaa\n~~~ ~~\n
\n",
"section": "Fenced code blocks",
"number": 139
},
{
"markdown": "foo\n```\nbar\n```\nbaz\n",
"html": "foo
\nbar\n
\nbaz
\n", "section": "Fenced code blocks", "number": 140 }, { "markdown": "foo\n---\n~~~\nbar\n~~~\n# baz\n", "html": "bar\n
\ndef foo(x)\n return 3\nend\n
\n",
"section": "Fenced code blocks",
"number": 142
},
{
"markdown": "~~~~ ruby startline=3 $%@#$\ndef foo(x)\n return 3\nend\n~~~~~~~\n",
"html": "def foo(x)\n return 3\nend\n
\n",
"section": "Fenced code blocks",
"number": 143
},
{
"markdown": "````;\n````\n",
"html": "
\n",
"section": "Fenced code blocks",
"number": 144
},
{
"markdown": "``` aa ```\nfoo\n",
"html": "aa
\nfoo
foo\n
\n",
"section": "Fenced code blocks",
"number": 146
},
{
"markdown": "```\n``` aaa\n```\n",
"html": "``` aaa\n
\n",
"section": "Fenced code blocks",
"number": 147
},
{
"markdown": "\n\n**Hello**,\n\n_world_.\n\n |
\n\n**Hello**,\n\n |
\n hi\n | \n
\n hi\n | \n
okay.
\n", "section": "HTML blocks", "number": 149 }, { "markdown": "Markdown
\nbar
\n", "section": "HTML blocks", "number": 155 }, { "markdown": "\n", "html": "\n", "section": "HTML blocks", "number": 159 }, { "markdown": "\nfoo\n |
\nfoo\n |
foo
\nfoo
\nimport Text.HTML.TagSoup\n\nmain :: IO ()\nmain = print $ parseTags tags\n
\nokay\n",
"html": "\nimport Text.HTML.TagSoup\n\nmain :: IO ()\nmain = print $ parseTags tags\n
\nokay
\n", "section": "HTML blocks", "number": 169 }, { "markdown": "\nokay\n", "html": "\nokay
\n", "section": "HTML blocks", "number": 170 }, { "markdown": "\n", "html": "\n", "section": "HTML blocks", "number": 171 }, { "markdown": "\nokay\n", "html": "\nokay
\n", "section": "HTML blocks", "number": 172 }, { "markdown": "\n*foo*\n", "html": "\nfoo
\n", "section": "HTML blocks", "number": 176 }, { "markdown": "*bar*\n*baz*\n", "html": "*bar*\nbaz
\n", "section": "HTML blocks", "number": 177 }, { "markdown": "1. *bar*\n", "html": "1. *bar*\n", "section": "HTML blocks", "number": 178 }, { "markdown": "\nokay\n", "html": "\nokay
\n", "section": "HTML blocks", "number": 179 }, { "markdown": "';\n\n?>\nokay\n", "html": "';\n\n?>\nokay
\n", "section": "HTML blocks", "number": 180 }, { "markdown": "\n", "html": "\n", "section": "HTML blocks", "number": 181 }, { "markdown": "\nokay\n", "html": "\nokay
\n", "section": "HTML blocks", "number": 182 }, { "markdown": " \n\n \n", "html": " \n<!-- foo -->\n
\n",
"section": "HTML blocks",
"number": 183
},
{
"markdown": " <div>\n
\n",
"section": "HTML blocks",
"number": 184
},
{
"markdown": "Foo\nFoo
\nFoo\n\nbaz
\n", "section": "HTML blocks", "number": 187 }, { "markdown": "Emphasized text.
\n\nHi\n | \n\n
\nHi\n | \n
\n Hi\n | \n\n
[foo]: /url 'title
\nwith blank line'
\n[foo]
\n", "section": "Link reference definitions", "number": 197 }, { "markdown": "[foo]:\n/url\n\n[foo]\n", "html": "\n", "section": "Link reference definitions", "number": 198 }, { "markdown": "[foo]:\n\n[foo]\n", "html": "[foo]:
\n[foo]
\n", "section": "Link reference definitions", "number": 199 }, { "markdown": "[foo]: <>\n\n[foo]\n", "html": "\n", "section": "Link reference definitions", "number": 200 }, { "markdown": "[foo]:[foo]:
[foo]
\n", "section": "Link reference definitions", "number": 201 }, { "markdown": "[foo]: /url\\bar\\*baz \"foo\\\"bar\\baz\"\n\n[foo]\n", "html": "\n", "section": "Link reference definitions", "number": 202 }, { "markdown": "[foo]\n\n[foo]: url\n", "html": "\n", "section": "Link reference definitions", "number": 203 }, { "markdown": "[foo]\n\n[foo]: first\n[foo]: second\n", "html": "\n", "section": "Link reference definitions", "number": 204 }, { "markdown": "[FOO]: /url\n\n[Foo]\n", "html": "\n", "section": "Link reference definitions", "number": 205 }, { "markdown": "[ΑΓΩ]: /φου\n\n[αγω]\n", "html": "\n", "section": "Link reference definitions", "number": 206 }, { "markdown": "[foo]: /url\n", "html": "", "section": "Link reference definitions", "number": 207 }, { "markdown": "[\nfoo\n]: /url\nbar\n", "html": "bar
\n", "section": "Link reference definitions", "number": 208 }, { "markdown": "[foo]: /url \"title\" ok\n", "html": "[foo]: /url "title" ok
\n", "section": "Link reference definitions", "number": 209 }, { "markdown": "[foo]: /url\n\"title\" ok\n", "html": ""title" ok
\n", "section": "Link reference definitions", "number": 210 }, { "markdown": " [foo]: /url \"title\"\n\n[foo]\n", "html": "[foo]: /url "title"\n
\n[foo]
\n", "section": "Link reference definitions", "number": 211 }, { "markdown": "```\n[foo]: /url\n```\n\n[foo]\n", "html": "[foo]: /url\n
\n[foo]
\n", "section": "Link reference definitions", "number": 212 }, { "markdown": "Foo\n[bar]: /baz\n\n[bar]\n", "html": "Foo\n[bar]: /baz
\n[bar]
\n", "section": "Link reference definitions", "number": 213 }, { "markdown": "# [Foo]\n[foo]: /url\n> bar\n", "html": "\n\n", "section": "Link reference definitions", "number": 214 }, { "markdown": "[foo]: /url\nbar\n===\n[foo]\n", "html": "bar
\n
===\nfoo
\n", "section": "Link reference definitions", "number": 216 }, { "markdown": "[foo]: /foo-url \"foo\"\n[bar]: /bar-url\n \"bar\"\n[baz]: /baz-url\n\n[foo],\n[bar],\n[baz]\n", "html": "\n", "section": "Link reference definitions", "number": 217 }, { "markdown": "[foo]\n\n> [foo]: /url\n", "html": "\n\n\n", "section": "Link reference definitions", "number": 218 }, { "markdown": "aaa\n\nbbb\n", "html": "
aaa
\nbbb
\n", "section": "Paragraphs", "number": 219 }, { "markdown": "aaa\nbbb\n\nccc\nddd\n", "html": "aaa\nbbb
\nccc\nddd
\n", "section": "Paragraphs", "number": 220 }, { "markdown": "aaa\n\n\nbbb\n", "html": "aaa
\nbbb
\n", "section": "Paragraphs", "number": 221 }, { "markdown": " aaa\n bbb\n", "html": "aaa\nbbb
\n", "section": "Paragraphs", "number": 222 }, { "markdown": "aaa\n bbb\n ccc\n", "html": "aaa\nbbb\nccc
\n", "section": "Paragraphs", "number": 223 }, { "markdown": " aaa\nbbb\n", "html": "aaa\nbbb
\n", "section": "Paragraphs", "number": 224 }, { "markdown": " aaa\nbbb\n", "html": "aaa\n
\nbbb
\n", "section": "Paragraphs", "number": 225 }, { "markdown": "aaa \nbbb \n", "html": "aaa
\nbbb
aaa
\n\n\n", "section": "Block quotes", "number": 228 }, { "markdown": "># Foo\n>bar\n> baz\n", "html": "Foo
\nbar\nbaz
\n
\n\n", "section": "Block quotes", "number": 229 }, { "markdown": " > # Foo\n > bar\n > baz\n", "html": "Foo
\nbar\nbaz
\n
\n\n", "section": "Block quotes", "number": 230 }, { "markdown": " > # Foo\n > bar\n > baz\n", "html": "Foo
\nbar\nbaz
\n
> # Foo\n> bar\n> baz\n
\n",
"section": "Block quotes",
"number": 231
},
{
"markdown": "> # Foo\n> bar\nbaz\n",
"html": "\n\n", "section": "Block quotes", "number": 232 }, { "markdown": "> bar\nbaz\n> foo\n", "html": "Foo
\nbar\nbaz
\n
\n\n", "section": "Block quotes", "number": 233 }, { "markdown": "> foo\n---\n", "html": "bar\nbaz\nfoo
\n
\n\nfoo
\n
\n\n\n
\n- foo
\n
\n\n\nfoo\n
bar\n
\n",
"section": "Block quotes",
"number": 236
},
{
"markdown": "> ```\nfoo\n```\n",
"html": "\n\n\n
foo
\n
\n",
"section": "Block quotes",
"number": 237
},
{
"markdown": "> foo\n - bar\n",
"html": "\n\n", "section": "Block quotes", "number": 238 }, { "markdown": ">\n", "html": "foo\n- bar
\n
\n\n", "section": "Block quotes", "number": 239 }, { "markdown": ">\n> \n> \n", "html": "
\n\n", "section": "Block quotes", "number": 240 }, { "markdown": ">\n> foo\n> \n", "html": "
\n\n", "section": "Block quotes", "number": 241 }, { "markdown": "> foo\n\n> bar\n", "html": "foo
\n
\n\nfoo
\n
\n\n", "section": "Block quotes", "number": 242 }, { "markdown": "> foo\n> bar\n", "html": "bar
\n
\n\n", "section": "Block quotes", "number": 243 }, { "markdown": "> foo\n>\n> bar\n", "html": "foo\nbar
\n
\n\n", "section": "Block quotes", "number": 244 }, { "markdown": "foo\n> bar\n", "html": "foo
\nbar
\n
foo
\n\n\n", "section": "Block quotes", "number": 245 }, { "markdown": "> aaa\n***\n> bbb\n", "html": "bar
\n
\n\naaa
\n
\n\n", "section": "Block quotes", "number": 246 }, { "markdown": "> bar\nbaz\n", "html": "bbb
\n
\n\n", "section": "Block quotes", "number": 247 }, { "markdown": "> bar\n\nbaz\n", "html": "bar\nbaz
\n
\n\nbar
\n
baz
\n", "section": "Block quotes", "number": 248 }, { "markdown": "> bar\n>\nbaz\n", "html": "\n\nbar
\n
baz
\n", "section": "Block quotes", "number": 249 }, { "markdown": "> > > foo\nbar\n", "html": "\n\n", "section": "Block quotes", "number": 250 }, { "markdown": ">>> foo\n> bar\n>>baz\n", "html": "\n\n\n\nfoo\nbar
\n
\n\n", "section": "Block quotes", "number": 251 }, { "markdown": "> code\n\n> not code\n", "html": "\n\n\n\nfoo\nbar\nbaz
\n
\n\n\ncode\n
\n\n", "section": "Block quotes", "number": 252 }, { "markdown": "A paragraph\nwith two lines.\n\n indented code\n\n> A block quote.\n", "html": "not code
\n
A paragraph\nwith two lines.
\nindented code\n
\n\n\n", "section": "List items", "number": 253 }, { "markdown": "1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n", "html": "A block quote.
\n
A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
two
\n", "section": "List items", "number": 255 }, { "markdown": "- one\n\n two\n", "html": "one
\ntwo
\n two\n
\n",
"section": "List items",
"number": 257
},
{
"markdown": " - one\n\n two\n",
"html": "one
\ntwo
\n\n\n", "section": "List items", "number": 259 }, { "markdown": ">>- one\n>>\n > > two\n", "html": "\n\n\n
\n- \n
\none
\ntwo
\n
\n\n", "section": "List items", "number": 260 }, { "markdown": "-one\n\n2.two\n", "html": "\n\n\n
\n- one
\ntwo
\n
-one
\n2.two
\n", "section": "List items", "number": 261 }, { "markdown": "- foo\n\n\n bar\n", "html": "foo
\nbar
\nfoo
\nbar\n
\nbaz
\n\n\nbam
\n
Foo
\nbar\n\n\nbaz\n
\n1234567890. not ok
\n", "section": "List items", "number": 266 }, { "markdown": "0. ok\n", "html": "-1. not ok
\n", "section": "List items", "number": 269 }, { "markdown": "- foo\n\n bar\n", "html": "foo
\nbar\n
\nfoo
\nbar\n
\nindented code\n
\nparagraph
\nmore code\n
\n",
"section": "List items",
"number": 272
},
{
"markdown": "1. indented code\n\n paragraph\n\n more code\n",
"html": "indented code\n
\nparagraph
\nmore code\n
\n indented code\n
\nparagraph
\nmore code\n
\nfoo
\nbar
\n", "section": "List items", "number": 275 }, { "markdown": "- foo\n\n bar\n", "html": "bar
\n", "section": "List items", "number": 276 }, { "markdown": "- foo\n\n bar\n", "html": "foo
\nbar
\nbar\n
\nbaz\n
\nfoo
\n", "section": "List items", "number": 280 }, { "markdown": "- foo\n-\n- bar\n", "html": "foo\n*
\nfoo\n1.
\n", "section": "List items", "number": 285 }, { "markdown": " 1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n", "html": "A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n
\n",
"section": "List items",
"number": 289
},
{
"markdown": " 1. A paragraph\nwith two lines.\n\n indented code\n\n > A block quote.\n",
"html": "A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
\n\n", "section": "List items", "number": 292 }, { "markdown": "> 1. > Blockquote\n> continued here.\n", "html": "\n
\n- \n
\n\n\nBlockquote\ncontinued here.
\n
\n\n", "section": "List items", "number": 293 }, { "markdown": "- foo\n - bar\n - baz\n - boo\n", "html": "\n
\n- \n
\n\n\nBlockquote\ncontinued here.
\n
Foo
\nThe number of windows in my house is\n14. The number of doors is 6.
\n", "section": "Lists", "number": 304 }, { "markdown": "The number of windows in my house is\n1. The number of doors is 6.\n", "html": "The number of windows in my house is
\nfoo
\nbar
\nbaz
\nbaz
\nbim
\nfoo
\nnotcode
\nfoo
\ncode\n
\n",
"section": "Lists",
"number": 309
},
{
"markdown": "- a\n - b\n - c\n - d\n - e\n - f\n- g\n",
"html": "a
\nb
\nc
\na
\nb
\n3. c\n
\n",
"section": "Lists",
"number": 313
},
{
"markdown": "- a\n- b\n\n- c\n",
"html": "a
\nb
\nc
\na
\nc
\na
\nb
\nc
\nd
\na
\nb
\nd
\nb\n\n\n
\nb
\nc
\n\n\nb
\n
\n\nb
\n
c\n
\nfoo\n
\nbar
\nfoo
\nbaz
\na
\nd
\nhi
lo`
foo
foo ` bar
``
``
a
b
\n
foo bar baz
foo
foo bar baz
foo\\
bar`
foo`bar
foo `` bar
*foo*
[not a link](/foo
)
<a href="
">`
<http://foo.bar.
baz>`
```foo``
\n", "section": "Code spans", "number": 347 }, { "markdown": "`foo\n", "html": "`foo
\n", "section": "Code spans", "number": 348 }, { "markdown": "`foo``bar``\n", "html": "`foobar
foo bar
\n", "section": "Emphasis and strong emphasis", "number": 350 }, { "markdown": "a * foo bar*\n", "html": "a * foo bar*
\n", "section": "Emphasis and strong emphasis", "number": 351 }, { "markdown": "a*\"foo\"*\n", "html": "a*"foo"*
\n", "section": "Emphasis and strong emphasis", "number": 352 }, { "markdown": "* a *\n", "html": "* a *
\n", "section": "Emphasis and strong emphasis", "number": 353 }, { "markdown": "foo*bar*\n", "html": "foobar
\n", "section": "Emphasis and strong emphasis", "number": 354 }, { "markdown": "5*6*78\n", "html": "5678
\n", "section": "Emphasis and strong emphasis", "number": 355 }, { "markdown": "_foo bar_\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 356 }, { "markdown": "_ foo bar_\n", "html": "_ foo bar_
\n", "section": "Emphasis and strong emphasis", "number": 357 }, { "markdown": "a_\"foo\"_\n", "html": "a_"foo"_
\n", "section": "Emphasis and strong emphasis", "number": 358 }, { "markdown": "foo_bar_\n", "html": "foo_bar_
\n", "section": "Emphasis and strong emphasis", "number": 359 }, { "markdown": "5_6_78\n", "html": "5_6_78
\n", "section": "Emphasis and strong emphasis", "number": 360 }, { "markdown": "пристаням_стремятся_\n", "html": "пристаням_стремятся_
\n", "section": "Emphasis and strong emphasis", "number": 361 }, { "markdown": "aa_\"bb\"_cc\n", "html": "aa_"bb"_cc
\n", "section": "Emphasis and strong emphasis", "number": 362 }, { "markdown": "foo-_(bar)_\n", "html": "foo-(bar)
\n", "section": "Emphasis and strong emphasis", "number": 363 }, { "markdown": "_foo*\n", "html": "_foo*
\n", "section": "Emphasis and strong emphasis", "number": 364 }, { "markdown": "*foo bar *\n", "html": "*foo bar *
\n", "section": "Emphasis and strong emphasis", "number": 365 }, { "markdown": "*foo bar\n*\n", "html": "*foo bar\n*
\n", "section": "Emphasis and strong emphasis", "number": 366 }, { "markdown": "*(*foo)\n", "html": "*(*foo)
\n", "section": "Emphasis and strong emphasis", "number": 367 }, { "markdown": "*(*foo*)*\n", "html": "(foo)
\n", "section": "Emphasis and strong emphasis", "number": 368 }, { "markdown": "*foo*bar\n", "html": "foobar
\n", "section": "Emphasis and strong emphasis", "number": 369 }, { "markdown": "_foo bar _\n", "html": "_foo bar _
\n", "section": "Emphasis and strong emphasis", "number": 370 }, { "markdown": "_(_foo)\n", "html": "_(_foo)
\n", "section": "Emphasis and strong emphasis", "number": 371 }, { "markdown": "_(_foo_)_\n", "html": "(foo)
\n", "section": "Emphasis and strong emphasis", "number": 372 }, { "markdown": "_foo_bar\n", "html": "_foo_bar
\n", "section": "Emphasis and strong emphasis", "number": 373 }, { "markdown": "_пристаням_стремятся\n", "html": "_пристаням_стремятся
\n", "section": "Emphasis and strong emphasis", "number": 374 }, { "markdown": "_foo_bar_baz_\n", "html": "foo_bar_baz
\n", "section": "Emphasis and strong emphasis", "number": 375 }, { "markdown": "_(bar)_.\n", "html": "(bar).
\n", "section": "Emphasis and strong emphasis", "number": 376 }, { "markdown": "**foo bar**\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 377 }, { "markdown": "** foo bar**\n", "html": "** foo bar**
\n", "section": "Emphasis and strong emphasis", "number": 378 }, { "markdown": "a**\"foo\"**\n", "html": "a**"foo"**
\n", "section": "Emphasis and strong emphasis", "number": 379 }, { "markdown": "foo**bar**\n", "html": "foobar
\n", "section": "Emphasis and strong emphasis", "number": 380 }, { "markdown": "__foo bar__\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 381 }, { "markdown": "__ foo bar__\n", "html": "__ foo bar__
\n", "section": "Emphasis and strong emphasis", "number": 382 }, { "markdown": "__\nfoo bar__\n", "html": "__\nfoo bar__
\n", "section": "Emphasis and strong emphasis", "number": 383 }, { "markdown": "a__\"foo\"__\n", "html": "a__"foo"__
\n", "section": "Emphasis and strong emphasis", "number": 384 }, { "markdown": "foo__bar__\n", "html": "foo__bar__
\n", "section": "Emphasis and strong emphasis", "number": 385 }, { "markdown": "5__6__78\n", "html": "5__6__78
\n", "section": "Emphasis and strong emphasis", "number": 386 }, { "markdown": "пристаням__стремятся__\n", "html": "пристаням__стремятся__
\n", "section": "Emphasis and strong emphasis", "number": 387 }, { "markdown": "__foo, __bar__, baz__\n", "html": "foo, bar, baz
\n", "section": "Emphasis and strong emphasis", "number": 388 }, { "markdown": "foo-__(bar)__\n", "html": "foo-(bar)
\n", "section": "Emphasis and strong emphasis", "number": 389 }, { "markdown": "**foo bar **\n", "html": "**foo bar **
\n", "section": "Emphasis and strong emphasis", "number": 390 }, { "markdown": "**(**foo)\n", "html": "**(**foo)
\n", "section": "Emphasis and strong emphasis", "number": 391 }, { "markdown": "*(**foo**)*\n", "html": "(foo)
\n", "section": "Emphasis and strong emphasis", "number": 392 }, { "markdown": "**Gomphocarpus (*Gomphocarpus physocarpus*, syn.\n*Asclepias physocarpa*)**\n", "html": "Gomphocarpus (Gomphocarpus physocarpus, syn.\nAsclepias physocarpa)
\n", "section": "Emphasis and strong emphasis", "number": 393 }, { "markdown": "**foo \"*bar*\" foo**\n", "html": "foo "bar" foo
\n", "section": "Emphasis and strong emphasis", "number": 394 }, { "markdown": "**foo**bar\n", "html": "foobar
\n", "section": "Emphasis and strong emphasis", "number": 395 }, { "markdown": "__foo bar __\n", "html": "__foo bar __
\n", "section": "Emphasis and strong emphasis", "number": 396 }, { "markdown": "__(__foo)\n", "html": "__(__foo)
\n", "section": "Emphasis and strong emphasis", "number": 397 }, { "markdown": "_(__foo__)_\n", "html": "(foo)
\n", "section": "Emphasis and strong emphasis", "number": 398 }, { "markdown": "__foo__bar\n", "html": "__foo__bar
\n", "section": "Emphasis and strong emphasis", "number": 399 }, { "markdown": "__пристаням__стремятся\n", "html": "__пристаням__стремятся
\n", "section": "Emphasis and strong emphasis", "number": 400 }, { "markdown": "__foo__bar__baz__\n", "html": "foo__bar__baz
\n", "section": "Emphasis and strong emphasis", "number": 401 }, { "markdown": "__(bar)__.\n", "html": "(bar).
\n", "section": "Emphasis and strong emphasis", "number": 402 }, { "markdown": "*foo [bar](/url)*\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 403 }, { "markdown": "*foo\nbar*\n", "html": "foo\nbar
\n", "section": "Emphasis and strong emphasis", "number": 404 }, { "markdown": "_foo __bar__ baz_\n", "html": "foo bar baz
\n", "section": "Emphasis and strong emphasis", "number": 405 }, { "markdown": "_foo _bar_ baz_\n", "html": "foo bar baz
\n", "section": "Emphasis and strong emphasis", "number": 406 }, { "markdown": "__foo_ bar_\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 407 }, { "markdown": "*foo *bar**\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 408 }, { "markdown": "*foo **bar** baz*\n", "html": "foo bar baz
\n", "section": "Emphasis and strong emphasis", "number": 409 }, { "markdown": "*foo**bar**baz*\n", "html": "foobarbaz
\n", "section": "Emphasis and strong emphasis", "number": 410 }, { "markdown": "*foo**bar*\n", "html": "foo**bar
\n", "section": "Emphasis and strong emphasis", "number": 411 }, { "markdown": "***foo** bar*\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 412 }, { "markdown": "*foo **bar***\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 413 }, { "markdown": "*foo**bar***\n", "html": "foobar
\n", "section": "Emphasis and strong emphasis", "number": 414 }, { "markdown": "foo***bar***baz\n", "html": "foobarbaz
\n", "section": "Emphasis and strong emphasis", "number": 415 }, { "markdown": "foo******bar*********baz\n", "html": "foobar***baz
\n", "section": "Emphasis and strong emphasis", "number": 416 }, { "markdown": "*foo **bar *baz* bim** bop*\n", "html": "foo bar baz bim bop
\n", "section": "Emphasis and strong emphasis", "number": 417 }, { "markdown": "*foo [*bar*](/url)*\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 418 }, { "markdown": "** is not an empty emphasis\n", "html": "** is not an empty emphasis
\n", "section": "Emphasis and strong emphasis", "number": 419 }, { "markdown": "**** is not an empty strong emphasis\n", "html": "**** is not an empty strong emphasis
\n", "section": "Emphasis and strong emphasis", "number": 420 }, { "markdown": "**foo [bar](/url)**\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 421 }, { "markdown": "**foo\nbar**\n", "html": "foo\nbar
\n", "section": "Emphasis and strong emphasis", "number": 422 }, { "markdown": "__foo _bar_ baz__\n", "html": "foo bar baz
\n", "section": "Emphasis and strong emphasis", "number": 423 }, { "markdown": "__foo __bar__ baz__\n", "html": "foo bar baz
\n", "section": "Emphasis and strong emphasis", "number": 424 }, { "markdown": "____foo__ bar__\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 425 }, { "markdown": "**foo **bar****\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 426 }, { "markdown": "**foo *bar* baz**\n", "html": "foo bar baz
\n", "section": "Emphasis and strong emphasis", "number": 427 }, { "markdown": "**foo*bar*baz**\n", "html": "foobarbaz
\n", "section": "Emphasis and strong emphasis", "number": 428 }, { "markdown": "***foo* bar**\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 429 }, { "markdown": "**foo *bar***\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 430 }, { "markdown": "**foo *bar **baz**\nbim* bop**\n", "html": "foo bar baz\nbim bop
\n", "section": "Emphasis and strong emphasis", "number": 431 }, { "markdown": "**foo [*bar*](/url)**\n", "html": "foo bar
\n", "section": "Emphasis and strong emphasis", "number": 432 }, { "markdown": "__ is not an empty emphasis\n", "html": "__ is not an empty emphasis
\n", "section": "Emphasis and strong emphasis", "number": 433 }, { "markdown": "____ is not an empty strong emphasis\n", "html": "____ is not an empty strong emphasis
\n", "section": "Emphasis and strong emphasis", "number": 434 }, { "markdown": "foo ***\n", "html": "foo ***
\n", "section": "Emphasis and strong emphasis", "number": 435 }, { "markdown": "foo *\\**\n", "html": "foo *
\n", "section": "Emphasis and strong emphasis", "number": 436 }, { "markdown": "foo *_*\n", "html": "foo _
\n", "section": "Emphasis and strong emphasis", "number": 437 }, { "markdown": "foo *****\n", "html": "foo *****
\n", "section": "Emphasis and strong emphasis", "number": 438 }, { "markdown": "foo **\\***\n", "html": "foo *
\n", "section": "Emphasis and strong emphasis", "number": 439 }, { "markdown": "foo **_**\n", "html": "foo _
\n", "section": "Emphasis and strong emphasis", "number": 440 }, { "markdown": "**foo*\n", "html": "*foo
\n", "section": "Emphasis and strong emphasis", "number": 441 }, { "markdown": "*foo**\n", "html": "foo*
\n", "section": "Emphasis and strong emphasis", "number": 442 }, { "markdown": "***foo**\n", "html": "*foo
\n", "section": "Emphasis and strong emphasis", "number": 443 }, { "markdown": "****foo*\n", "html": "***foo
\n", "section": "Emphasis and strong emphasis", "number": 444 }, { "markdown": "**foo***\n", "html": "foo*
\n", "section": "Emphasis and strong emphasis", "number": 445 }, { "markdown": "*foo****\n", "html": "foo***
\n", "section": "Emphasis and strong emphasis", "number": 446 }, { "markdown": "foo ___\n", "html": "foo ___
\n", "section": "Emphasis and strong emphasis", "number": 447 }, { "markdown": "foo _\\__\n", "html": "foo _
\n", "section": "Emphasis and strong emphasis", "number": 448 }, { "markdown": "foo _*_\n", "html": "foo *
\n", "section": "Emphasis and strong emphasis", "number": 449 }, { "markdown": "foo _____\n", "html": "foo _____
\n", "section": "Emphasis and strong emphasis", "number": 450 }, { "markdown": "foo __\\___\n", "html": "foo _
\n", "section": "Emphasis and strong emphasis", "number": 451 }, { "markdown": "foo __*__\n", "html": "foo *
\n", "section": "Emphasis and strong emphasis", "number": 452 }, { "markdown": "__foo_\n", "html": "_foo
\n", "section": "Emphasis and strong emphasis", "number": 453 }, { "markdown": "_foo__\n", "html": "foo_
\n", "section": "Emphasis and strong emphasis", "number": 454 }, { "markdown": "___foo__\n", "html": "_foo
\n", "section": "Emphasis and strong emphasis", "number": 455 }, { "markdown": "____foo_\n", "html": "___foo
\n", "section": "Emphasis and strong emphasis", "number": 456 }, { "markdown": "__foo___\n", "html": "foo_
\n", "section": "Emphasis and strong emphasis", "number": 457 }, { "markdown": "_foo____\n", "html": "foo___
\n", "section": "Emphasis and strong emphasis", "number": 458 }, { "markdown": "**foo**\n", "html": "foo
\n", "section": "Emphasis and strong emphasis", "number": 459 }, { "markdown": "*_foo_*\n", "html": "foo
\n", "section": "Emphasis and strong emphasis", "number": 460 }, { "markdown": "__foo__\n", "html": "foo
\n", "section": "Emphasis and strong emphasis", "number": 461 }, { "markdown": "_*foo*_\n", "html": "foo
\n", "section": "Emphasis and strong emphasis", "number": 462 }, { "markdown": "****foo****\n", "html": "foo
\n", "section": "Emphasis and strong emphasis", "number": 463 }, { "markdown": "____foo____\n", "html": "foo
\n", "section": "Emphasis and strong emphasis", "number": 464 }, { "markdown": "******foo******\n", "html": "foo
\n", "section": "Emphasis and strong emphasis", "number": 465 }, { "markdown": "***foo***\n", "html": "foo
\n", "section": "Emphasis and strong emphasis", "number": 466 }, { "markdown": "_____foo_____\n", "html": "foo
\n", "section": "Emphasis and strong emphasis", "number": 467 }, { "markdown": "*foo _bar* baz_\n", "html": "foo _bar baz_
\n", "section": "Emphasis and strong emphasis", "number": 468 }, { "markdown": "*foo __bar *baz bim__ bam*\n", "html": "foo bar *baz bim bam
\n", "section": "Emphasis and strong emphasis", "number": 469 }, { "markdown": "**foo **bar baz**\n", "html": "**foo bar baz
\n", "section": "Emphasis and strong emphasis", "number": 470 }, { "markdown": "*foo *bar baz*\n", "html": "*foo bar baz
\n", "section": "Emphasis and strong emphasis", "number": 471 }, { "markdown": "*[bar*](/url)\n", "html": "*bar*
\n", "section": "Emphasis and strong emphasis", "number": 472 }, { "markdown": "_foo [bar_](/url)\n", "html": "_foo bar_
\n", "section": "Emphasis and strong emphasis", "number": 473 }, { "markdown": "*\n", "html": "*
\n", "section": "Emphasis and strong emphasis", "number": 474 }, { "markdown": "**\n", "html": "\n", "section": "Emphasis and strong emphasis", "number": 475 }, { "markdown": "__\n", "html": "\n", "section": "Emphasis and strong emphasis", "number": 476 }, { "markdown": "*a `*`*\n", "html": "a *
a _
[link](/my uri)
\n", "section": "Links", "number": 487 }, { "markdown": "[link]([link](foo\nbar)
\n", "section": "Links", "number": 489 }, { "markdown": "[link]([link](
[link](<foo>)
\n", "section": "Links", "number": 492 }, { "markdown": "[a](\n[a](c)\n", "html": "[a](<b)c\n[a](<b)c>\n[a](c)
\n", "section": "Links", "number": 493 }, { "markdown": "[link](\\(foo\\))\n", "html": "\n", "section": "Links", "number": 494 }, { "markdown": "[link](foo(and(bar)))\n", "html": "\n", "section": "Links", "number": 495 }, { "markdown": "[link](foo(and(bar))\n", "html": "[link](foo(and(bar))
\n", "section": "Links", "number": 496 }, { "markdown": "[link](foo\\(and\\(bar\\))\n", "html": "\n", "section": "Links", "number": 497 }, { "markdown": "[link]([link](/url "title "and" title")
\n", "section": "Links", "number": 507 }, { "markdown": "[link](/url 'title \"and\" title')\n", "html": "\n", "section": "Links", "number": 508 }, { "markdown": "[link]( /uri\n \"title\" )\n", "html": "\n", "section": "Links", "number": 509 }, { "markdown": "[link] (/uri)\n", "html": "[link] (/uri)
\n", "section": "Links", "number": 510 }, { "markdown": "[link [foo [bar]]](/uri)\n", "html": "\n", "section": "Links", "number": 511 }, { "markdown": "[link] bar](/uri)\n", "html": "[link] bar](/uri)
\n", "section": "Links", "number": 512 }, { "markdown": "[link [bar](/uri)\n", "html": "[link bar
\n", "section": "Links", "number": 513 }, { "markdown": "[link \\[bar](/uri)\n", "html": "\n", "section": "Links", "number": 514 }, { "markdown": "[link *foo **bar** `#`*](/uri)\n", "html": "\n", "section": "Links", "number": 515 }, { "markdown": "[![moon](moon.jpg)](/uri)\n", "html": "\n", "section": "Links", "number": 516 }, { "markdown": "[foo [bar](/uri)](/uri)\n", "html": "[foo bar](/uri)
\n", "section": "Links", "number": 517 }, { "markdown": "[foo *[bar [baz](/uri)](/uri)*](/uri)\n", "html": "[foo [bar baz](/uri)](/uri)
\n", "section": "Links", "number": 518 }, { "markdown": "![[[foo](uri1)](uri2)](uri3)\n", "html": "\n", "section": "Links", "number": 519 }, { "markdown": "*[foo*](/uri)\n", "html": "*foo*
\n", "section": "Links", "number": 520 }, { "markdown": "[foo *bar](baz*)\n", "html": "\n", "section": "Links", "number": 521 }, { "markdown": "*foo [bar* baz]\n", "html": "foo [bar baz]
\n", "section": "Links", "number": 522 }, { "markdown": "[foo[foo
[foo](/uri)
[foohttp://example.com/?search=](uri)
\n", "section": "Links", "number": 525 }, { "markdown": "[foo][bar]\n\n[bar]: /url \"title\"\n", "html": "\n", "section": "Links", "number": 526 }, { "markdown": "[link [foo [bar]]][ref]\n\n[ref]: /uri\n", "html": "\n", "section": "Links", "number": 527 }, { "markdown": "[link \\[bar][ref]\n\n[ref]: /uri\n", "html": "\n", "section": "Links", "number": 528 }, { "markdown": "[link *foo **bar** `#`*][ref]\n\n[ref]: /uri\n", "html": "\n", "section": "Links", "number": 529 }, { "markdown": "[![moon](moon.jpg)][ref]\n\n[ref]: /uri\n", "html": "\n", "section": "Links", "number": 530 }, { "markdown": "[foo [bar](/uri)][ref]\n\n[ref]: /uri\n", "html": "\n", "section": "Links", "number": 531 }, { "markdown": "[foo *bar [baz][ref]*][ref]\n\n[ref]: /uri\n", "html": "\n", "section": "Links", "number": 532 }, { "markdown": "*[foo*][ref]\n\n[ref]: /uri\n", "html": "*foo*
\n", "section": "Links", "number": 533 }, { "markdown": "[foo *bar][ref]*\n\n[ref]: /uri\n", "html": "\n", "section": "Links", "number": 534 }, { "markdown": "[foo[foo
[foo][ref]
[foohttp://example.com/?search=][ref]
\n", "section": "Links", "number": 537 }, { "markdown": "[foo][BaR]\n\n[bar]: /url \"title\"\n", "html": "\n", "section": "Links", "number": 538 }, { "markdown": "[ẞ]\n\n[SS]: /url\n", "html": "\n", "section": "Links", "number": 539 }, { "markdown": "[Foo\n bar]: /url\n\n[Baz][Foo bar]\n", "html": "\n", "section": "Links", "number": 540 }, { "markdown": "[foo] [bar]\n\n[bar]: /url \"title\"\n", "html": "[foo] bar
\n", "section": "Links", "number": 541 }, { "markdown": "[foo]\n[bar]\n\n[bar]: /url \"title\"\n", "html": "[foo]\nbar
\n", "section": "Links", "number": 542 }, { "markdown": "[foo]: /url1\n\n[foo]: /url2\n\n[bar][foo]\n", "html": "\n", "section": "Links", "number": 543 }, { "markdown": "[bar][foo\\!]\n\n[foo!]: /url\n", "html": "[bar][foo!]
\n", "section": "Links", "number": 544 }, { "markdown": "[foo][ref[]\n\n[ref[]: /uri\n", "html": "[foo][ref[]
\n[ref[]: /uri
\n", "section": "Links", "number": 545 }, { "markdown": "[foo][ref[bar]]\n\n[ref[bar]]: /uri\n", "html": "[foo][ref[bar]]
\n[ref[bar]]: /uri
\n", "section": "Links", "number": 546 }, { "markdown": "[[[foo]]]\n\n[[[foo]]]: /url\n", "html": "[[[foo]]]
\n[[[foo]]]: /url
\n", "section": "Links", "number": 547 }, { "markdown": "[foo][ref\\[]\n\n[ref\\[]: /uri\n", "html": "\n", "section": "Links", "number": 548 }, { "markdown": "[bar\\\\]: /uri\n\n[bar\\\\]\n", "html": "\n", "section": "Links", "number": 549 }, { "markdown": "[]\n\n[]: /uri\n", "html": "[]
\n[]: /uri
\n", "section": "Links", "number": 550 }, { "markdown": "[\n ]\n\n[\n ]: /uri\n", "html": "[\n]
\n[\n]: /uri
\n", "section": "Links", "number": 551 }, { "markdown": "[foo][]\n\n[foo]: /url \"title\"\n", "html": "\n", "section": "Links", "number": 552 }, { "markdown": "[*foo* bar][]\n\n[*foo* bar]: /url \"title\"\n", "html": "\n", "section": "Links", "number": 553 }, { "markdown": "[Foo][]\n\n[foo]: /url \"title\"\n", "html": "\n", "section": "Links", "number": 554 }, { "markdown": "[foo] \n[]\n\n[foo]: /url \"title\"\n", "html": "foo\n[]
\n", "section": "Links", "number": 555 }, { "markdown": "[foo]\n\n[foo]: /url \"title\"\n", "html": "\n", "section": "Links", "number": 556 }, { "markdown": "[*foo* bar]\n\n[*foo* bar]: /url \"title\"\n", "html": "\n", "section": "Links", "number": 557 }, { "markdown": "[[*foo* bar]]\n\n[*foo* bar]: /url \"title\"\n", "html": "[foo bar]
\n", "section": "Links", "number": 558 }, { "markdown": "[[bar [foo]\n\n[foo]: /url\n", "html": "[[bar foo
\n", "section": "Links", "number": 559 }, { "markdown": "[Foo]\n\n[foo]: /url \"title\"\n", "html": "\n", "section": "Links", "number": 560 }, { "markdown": "[foo] bar\n\n[foo]: /url\n", "html": "foo bar
\n", "section": "Links", "number": 561 }, { "markdown": "\\[foo]\n\n[foo]: /url \"title\"\n", "html": "[foo]
\n", "section": "Links", "number": 562 }, { "markdown": "[foo*]: /url\n\n*[foo*]\n", "html": "*foo*
\n", "section": "Links", "number": 563 }, { "markdown": "[foo][bar]\n\n[foo]: /url1\n[bar]: /url2\n", "html": "\n", "section": "Links", "number": 564 }, { "markdown": "[foo][]\n\n[foo]: /url1\n", "html": "\n", "section": "Links", "number": 565 }, { "markdown": "[foo]()\n\n[foo]: /url1\n", "html": "\n", "section": "Links", "number": 566 }, { "markdown": "[foo](not a link)\n\n[foo]: /url1\n", "html": "foo(not a link)
\n", "section": "Links", "number": 567 }, { "markdown": "[foo][bar][baz]\n\n[baz]: /url\n", "html": "[foo]bar
\n", "section": "Links", "number": 568 }, { "markdown": "[foo][bar][baz]\n\n[baz]: /url1\n[bar]: /url2\n", "html": "\n", "section": "Links", "number": 569 }, { "markdown": "[foo][bar][baz]\n\n[baz]: /url1\n[foo]: /url2\n", "html": "[foo]bar
\n", "section": "Links", "number": 570 }, { "markdown": "![foo](/url \"title\")\n", "html": "\n", "section": "Images", "number": 571 }, { "markdown": "![foo *bar*]\n\n[foo *bar*]: train.jpg \"train & tracks\"\n", "html": "\n", "section": "Images", "number": 572 }, { "markdown": "![foo ![bar](/url)](/url2)\n", "html": "\n", "section": "Images", "number": 573 }, { "markdown": "![foo [bar](/url)](/url2)\n", "html": "\n", "section": "Images", "number": 574 }, { "markdown": "![foo *bar*][]\n\n[foo *bar*]: train.jpg \"train & tracks\"\n", "html": "\n", "section": "Images", "number": 575 }, { "markdown": "![foo *bar*][foobar]\n\n[FOOBAR]: train.jpg \"train & tracks\"\n", "html": "\n", "section": "Images", "number": 576 }, { "markdown": "![foo](train.jpg)\n", "html": "\n", "section": "Images", "number": 577 }, { "markdown": "My ![foo bar](/path/to/train.jpg \"title\" )\n", "html": "My
\n", "section": "Images", "number": 578 }, { "markdown": "![foo](\n[]
\n", "section": "Images", "number": 586 }, { "markdown": "![foo]\n\n[foo]: /url \"title\"\n", "html": "\n", "section": "Images", "number": 587 }, { "markdown": "![*foo* bar]\n\n[*foo* bar]: /url \"title\"\n", "html": "\n", "section": "Images", "number": 588 }, { "markdown": "![[foo]]\n\n[[foo]]: /url \"title\"\n", "html": "![[foo]]
\n[[foo]]: /url "title"
\n", "section": "Images", "number": 589 }, { "markdown": "![Foo]\n\n[foo]: /url \"title\"\n", "html": "\n", "section": "Images", "number": 590 }, { "markdown": "!\\[foo]\n\n[foo]: /url \"title\"\n", "html": "![foo]
\n", "section": "Images", "number": 591 }, { "markdown": "\\![foo]\n\n[foo]: /url \"title\"\n", "html": "!foo
\n", "section": "Images", "number": 592 }, { "markdown": "http://foo.bar.baz/test?q=hello&id=22&boolean
\n", "section": "Autolinks", "number": 594 }, { "markdown": "<http://foo.bar/baz bim>
\n", "section": "Autolinks", "number": 601 }, { "markdown": "<foo+@bar.example.com>
\n", "section": "Autolinks", "number": 605 }, { "markdown": "<>\n", "html": "<>
\n", "section": "Autolinks", "number": 606 }, { "markdown": "< http://foo.bar >\n", "html": "< http://foo.bar >
\n", "section": "Autolinks", "number": 607 }, { "markdown": "<m:abc>
\n", "section": "Autolinks", "number": 608 }, { "markdown": "<foo.bar.baz>
\n", "section": "Autolinks", "number": 609 }, { "markdown": "http://example.com\n", "html": "http://example.com
\n", "section": "Autolinks", "number": 610 }, { "markdown": "foo@bar.example.com\n", "html": "foo@bar.example.com
\n", "section": "Autolinks", "number": 611 }, { "markdown": "Foo
<33> <__>
\n", "section": "Raw HTML", "number": 617 }, { "markdown": "\n", "html": "<a h*#ref="hi">
\n", "section": "Raw HTML", "number": 618 }, { "markdown": " \n", "html": "<a href="hi'> <a href=hi'>
\n", "section": "Raw HTML", "number": 619 }, { "markdown": "< a><\nfoo>< a><\nfoo><bar/ >\n<foo bar=baz\nbim!bop />
\n", "section": "Raw HTML", "number": 620 }, { "markdown": "\n", "html": "<a href='bar'title=title>
\n", "section": "Raw HTML", "number": 621 }, { "markdown": "</a href="foo">
\n", "section": "Raw HTML", "number": 623 }, { "markdown": "foo \n", "html": "foo
\n", "section": "Raw HTML", "number": 624 }, { "markdown": "foo \n", "html": "foo <!-- not a comment -- two hyphens -->
\n", "section": "Raw HTML", "number": 625 }, { "markdown": "foo foo -->\n\nfoo \n", "html": "foo <!--> foo -->
\nfoo <!-- foo--->
\n", "section": "Raw HTML", "number": 626 }, { "markdown": "foo \n", "html": "foo
\n", "section": "Raw HTML", "number": 627 }, { "markdown": "foo \n", "html": "foo
\n", "section": "Raw HTML", "number": 628 }, { "markdown": "foo &<]]>\n", "html": "foo &<]]>
\n", "section": "Raw HTML", "number": 629 }, { "markdown": "foo \n", "html": "\n", "section": "Raw HTML", "number": 630 }, { "markdown": "foo \n", "html": "\n", "section": "Raw HTML", "number": 631 }, { "markdown": "\n", "html": "<a href=""">
\n", "section": "Raw HTML", "number": 632 }, { "markdown": "foo \nbaz\n", "html": "foo
\nbaz
foo
\nbaz
foo
\nbaz
foo
\nbar
foo
\nbar
foo
\nbar
foo
\nbar
code span
code\\ span
foo\\
\n", "section": "Hard line breaks", "number": 644 }, { "markdown": "foo \n", "html": "foo
\n", "section": "Hard line breaks", "number": 645 }, { "markdown": "### foo\\\n", "html": "foo\nbaz
\n", "section": "Soft line breaks", "number": 648 }, { "markdown": "foo \n baz\n", "html": "foo\nbaz
\n", "section": "Soft line breaks", "number": 649 }, { "markdown": "hello $.;'there\n", "html": "hello $.;'there
\n", "section": "Textual content", "number": 650 }, { "markdown": "Foo χρῆν\n", "html": "Foo χρῆν
\n", "section": "Textual content", "number": 651 }, { "markdown": "Multiple spaces\n", "html": "Multiple spaces
\n", "section": "Textual content", "number": 652 } ]