showdown/test/functional/makehtml/cases/commonmark.testsuite.json
Chris Manson fcbccd6448
test(commonmark): Add updated CommonMark Tests (#918)
* add grunt task to extract commonmark tests

* update commonmark tests

* fix test bootstrap for commonmark tests

* uncomment out the commonmark tests
2022-04-27 21:35:06 +01:00

3914 lines
107 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[
{
"markdown": "→foo→baz→→bim\n",
"html": "<pre><code>foo→baz→→bim\n</code></pre>\n",
"section": "Tabs",
"number": 1
},
{
"markdown": " →foo→baz→→bim\n",
"html": "<pre><code>foo→baz→→bim\n</code></pre>\n",
"section": "Tabs",
"number": 2
},
{
"markdown": " a→a\n ὐ→a\n",
"html": "<pre><code>a→a\nὐ→a\n</code></pre>\n",
"section": "Tabs",
"number": 3
},
{
"markdown": " - foo\n\n→bar\n",
"html": "<ul>\n<li>\n<p>foo</p>\n<p>bar</p>\n</li>\n</ul>\n",
"section": "Tabs",
"number": 4
},
{
"markdown": "- foo\n\n→→bar\n",
"html": "<ul>\n<li>\n<p>foo</p>\n<pre><code> bar\n</code></pre>\n</li>\n</ul>\n",
"section": "Tabs",
"number": 5
},
{
"markdown": ">→→foo\n",
"html": "<blockquote>\n<pre><code> foo\n</code></pre>\n</blockquote>\n",
"section": "Tabs",
"number": 6
},
{
"markdown": "-→→foo\n",
"html": "<ul>\n<li>\n<pre><code> foo\n</code></pre>\n</li>\n</ul>\n",
"section": "Tabs",
"number": 7
},
{
"markdown": " foo\n→bar\n",
"html": "<pre><code>foo\nbar\n</code></pre>\n",
"section": "Tabs",
"number": 8
},
{
"markdown": " - foo\n - bar\n→ - baz\n",
"html": "<ul>\n<li>foo\n<ul>\n<li>bar\n<ul>\n<li>baz</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n",
"section": "Tabs",
"number": 9
},
{
"markdown": "#→Foo\n",
"html": "<h1>Foo</h1>\n",
"section": "Tabs",
"number": 10
},
{
"markdown": "*→*→*→\n",
"html": "<hr />\n",
"section": "Tabs",
"number": 11
},
{
"markdown": "\\!\\\"\\#\\$\\%\\&\\'\\(\\)\\*\\+\\,\\-\\.\\/\\:\\;\\<\\=\\>\\?\\@\\[\\\\\\]\\^\\_\\`\\{\\|\\}\\~\n",
"html": "<p>!&quot;#$%&amp;'()*+,-./:;&lt;=&gt;?@[\\]^_`{|}~</p>\n",
"section": "Backslash escapes",
"number": 12
},
{
"markdown": "\\→\\A\\a\\ \\3\\φ\\«\n",
"html": "<p>\\→\\A\\a\\ \\3\\φ\\«</p>\n",
"section": "Backslash escapes",
"number": 13
},
{
"markdown": "\\*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\\&ouml; not a character entity\n",
"html": "<p>*not emphasized*\n&lt;br/&gt; 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 &quot;not a reference&quot;\n&amp;ouml; not a character entity</p>\n",
"section": "Backslash escapes",
"number": 14
},
{
"markdown": "\\\\*emphasis*\n",
"html": "<p>\\<em>emphasis</em></p>\n",
"section": "Backslash escapes",
"number": 15
},
{
"markdown": "foo\\\nbar\n",
"html": "<p>foo<br />\nbar</p>\n",
"section": "Backslash escapes",
"number": 16
},
{
"markdown": "`` \\[\\` ``\n",
"html": "<p><code>\\[\\`</code></p>\n",
"section": "Backslash escapes",
"number": 17
},
{
"markdown": " \\[\\]\n",
"html": "<pre><code>\\[\\]\n</code></pre>\n",
"section": "Backslash escapes",
"number": 18
},
{
"markdown": "~~~\n\\[\\]\n~~~\n",
"html": "<pre><code>\\[\\]\n</code></pre>\n",
"section": "Backslash escapes",
"number": 19
},
{
"markdown": "<http://example.com?find=\\*>\n",
"html": "<p><a href=\"http://example.com?find=%5C*\">http://example.com?find=\\*</a></p>\n",
"section": "Backslash escapes",
"number": 20
},
{
"markdown": "<a href=\"/bar\\/)\">\n",
"html": "<a href=\"/bar\\/)\">\n",
"section": "Backslash escapes",
"number": 21
},
{
"markdown": "[foo](/bar\\* \"ti\\*tle\")\n",
"html": "<p><a href=\"/bar*\" title=\"ti*tle\">foo</a></p>\n",
"section": "Backslash escapes",
"number": 22
},
{
"markdown": "[foo]\n\n[foo]: /bar\\* \"ti\\*tle\"\n",
"html": "<p><a href=\"/bar*\" title=\"ti*tle\">foo</a></p>\n",
"section": "Backslash escapes",
"number": 23
},
{
"markdown": "``` foo\\+bar\nfoo\n```\n",
"html": "<pre><code class=\"language-foo+bar\">foo\n</code></pre>\n",
"section": "Backslash escapes",
"number": 24
},
{
"markdown": "&nbsp; &amp; &copy; &AElig; &Dcaron;\n&frac34; &HilbertSpace; &DifferentialD;\n&ClockwiseContourIntegral; &ngE;\n",
"html": "<p>  &amp; © Æ Ď\n¾ \n∲ ≧̸</p>\n",
"section": "Entity and numeric character references",
"number": 25
},
{
"markdown": "&#35; &#1234; &#992; &#0;\n",
"html": "<p># Ӓ Ϡ <20></p>\n",
"section": "Entity and numeric character references",
"number": 26
},
{
"markdown": "&#X22; &#XD06; &#xcab;\n",
"html": "<p>&quot; ആ ಫ</p>\n",
"section": "Entity and numeric character references",
"number": 27
},
{
"markdown": "&nbsp &x; &#; &#x;\n&#87654321;\n&#abcdef0;\n&ThisIsNotDefined; &hi?;\n",
"html": "<p>&amp;nbsp &amp;x; &amp;#; &amp;#x;\n&amp;#87654321;\n&amp;#abcdef0;\n&amp;ThisIsNotDefined; &amp;hi?;</p>\n",
"section": "Entity and numeric character references",
"number": 28
},
{
"markdown": "&copy\n",
"html": "<p>&amp;copy</p>\n",
"section": "Entity and numeric character references",
"number": 29
},
{
"markdown": "&MadeUpEntity;\n",
"html": "<p>&amp;MadeUpEntity;</p>\n",
"section": "Entity and numeric character references",
"number": 30
},
{
"markdown": "<a href=\"&ouml;&ouml;.html\">\n",
"html": "<a href=\"&ouml;&ouml;.html\">\n",
"section": "Entity and numeric character references",
"number": 31
},
{
"markdown": "[foo](/f&ouml;&ouml; \"f&ouml;&ouml;\")\n",
"html": "<p><a href=\"/f%C3%B6%C3%B6\" title=\"föö\">foo</a></p>\n",
"section": "Entity and numeric character references",
"number": 32
},
{
"markdown": "[foo]\n\n[foo]: /f&ouml;&ouml; \"f&ouml;&ouml;\"\n",
"html": "<p><a href=\"/f%C3%B6%C3%B6\" title=\"föö\">foo</a></p>\n",
"section": "Entity and numeric character references",
"number": 33
},
{
"markdown": "``` f&ouml;&ouml;\nfoo\n```\n",
"html": "<pre><code class=\"language-föö\">foo\n</code></pre>\n",
"section": "Entity and numeric character references",
"number": 34
},
{
"markdown": "`f&ouml;&ouml;`\n",
"html": "<p><code>f&amp;ouml;&amp;ouml;</code></p>\n",
"section": "Entity and numeric character references",
"number": 35
},
{
"markdown": " f&ouml;f&ouml;\n",
"html": "<pre><code>f&amp;ouml;f&amp;ouml;\n</code></pre>\n",
"section": "Entity and numeric character references",
"number": 36
},
{
"markdown": "&#42;foo&#42;\n*foo*\n",
"html": "<p>*foo*\n<em>foo</em></p>\n",
"section": "Entity and numeric character references",
"number": 37
},
{
"markdown": "&#42; foo\n\n* foo\n",
"html": "<p>* foo</p>\n<ul>\n<li>foo</li>\n</ul>\n",
"section": "Entity and numeric character references",
"number": 38
},
{
"markdown": "foo&#10;&#10;bar\n",
"html": "<p>foo\n\nbar</p>\n",
"section": "Entity and numeric character references",
"number": 39
},
{
"markdown": "&#9;foo\n",
"html": "<p>→foo</p>\n",
"section": "Entity and numeric character references",
"number": 40
},
{
"markdown": "[a](url &quot;tit&quot;)\n",
"html": "<p>[a](url &quot;tit&quot;)</p>\n",
"section": "Entity and numeric character references",
"number": 41
},
{
"markdown": "- `one\n- two`\n",
"html": "<ul>\n<li>`one</li>\n<li>two`</li>\n</ul>\n",
"section": "Precedence",
"number": 42
},
{
"markdown": "***\n---\n___\n",
"html": "<hr />\n<hr />\n<hr />\n",
"section": "Thematic breaks",
"number": 43
},
{
"markdown": "+++\n",
"html": "<p>+++</p>\n",
"section": "Thematic breaks",
"number": 44
},
{
"markdown": "===\n",
"html": "<p>===</p>\n",
"section": "Thematic breaks",
"number": 45
},
{
"markdown": "--\n**\n__\n",
"html": "<p>--\n**\n__</p>\n",
"section": "Thematic breaks",
"number": 46
},
{
"markdown": " ***\n ***\n ***\n",
"html": "<hr />\n<hr />\n<hr />\n",
"section": "Thematic breaks",
"number": 47
},
{
"markdown": " ***\n",
"html": "<pre><code>***\n</code></pre>\n",
"section": "Thematic breaks",
"number": 48
},
{
"markdown": "Foo\n ***\n",
"html": "<p>Foo\n***</p>\n",
"section": "Thematic breaks",
"number": 49
},
{
"markdown": "_____________________________________\n",
"html": "<hr />\n",
"section": "Thematic breaks",
"number": 50
},
{
"markdown": " - - -\n",
"html": "<hr />\n",
"section": "Thematic breaks",
"number": 51
},
{
"markdown": " ** * ** * ** * **\n",
"html": "<hr />\n",
"section": "Thematic breaks",
"number": 52
},
{
"markdown": "- - - -\n",
"html": "<hr />\n",
"section": "Thematic breaks",
"number": 53
},
{
"markdown": "- - - - \n",
"html": "<hr />\n",
"section": "Thematic breaks",
"number": 54
},
{
"markdown": "_ _ _ _ a\n\na------\n\n---a---\n",
"html": "<p>_ _ _ _ a</p>\n<p>a------</p>\n<p>---a---</p>\n",
"section": "Thematic breaks",
"number": 55
},
{
"markdown": " *-*\n",
"html": "<p><em>-</em></p>\n",
"section": "Thematic breaks",
"number": 56
},
{
"markdown": "- foo\n***\n- bar\n",
"html": "<ul>\n<li>foo</li>\n</ul>\n<hr />\n<ul>\n<li>bar</li>\n</ul>\n",
"section": "Thematic breaks",
"number": 57
},
{
"markdown": "Foo\n***\nbar\n",
"html": "<p>Foo</p>\n<hr />\n<p>bar</p>\n",
"section": "Thematic breaks",
"number": 58
},
{
"markdown": "Foo\n---\nbar\n",
"html": "<h2>Foo</h2>\n<p>bar</p>\n",
"section": "Thematic breaks",
"number": 59
},
{
"markdown": "* Foo\n* * *\n* Bar\n",
"html": "<ul>\n<li>Foo</li>\n</ul>\n<hr />\n<ul>\n<li>Bar</li>\n</ul>\n",
"section": "Thematic breaks",
"number": 60
},
{
"markdown": "- Foo\n- * * *\n",
"html": "<ul>\n<li>Foo</li>\n<li>\n<hr />\n</li>\n</ul>\n",
"section": "Thematic breaks",
"number": 61
},
{
"markdown": "# foo\n## foo\n### foo\n#### foo\n##### foo\n###### foo\n",
"html": "<h1>foo</h1>\n<h2>foo</h2>\n<h3>foo</h3>\n<h4>foo</h4>\n<h5>foo</h5>\n<h6>foo</h6>\n",
"section": "ATX headings",
"number": 62
},
{
"markdown": "####### foo\n",
"html": "<p>####### foo</p>\n",
"section": "ATX headings",
"number": 63
},
{
"markdown": "#5 bolt\n\n#hashtag\n",
"html": "<p>#5 bolt</p>\n<p>#hashtag</p>\n",
"section": "ATX headings",
"number": 64
},
{
"markdown": "\\## foo\n",
"html": "<p>## foo</p>\n",
"section": "ATX headings",
"number": 65
},
{
"markdown": "# foo *bar* \\*baz\\*\n",
"html": "<h1>foo <em>bar</em> *baz*</h1>\n",
"section": "ATX headings",
"number": 66
},
{
"markdown": "# foo \n",
"html": "<h1>foo</h1>\n",
"section": "ATX headings",
"number": 67
},
{
"markdown": " ### foo\n ## foo\n # foo\n",
"html": "<h3>foo</h3>\n<h2>foo</h2>\n<h1>foo</h1>\n",
"section": "ATX headings",
"number": 68
},
{
"markdown": " # foo\n",
"html": "<pre><code># foo\n</code></pre>\n",
"section": "ATX headings",
"number": 69
},
{
"markdown": "foo\n # bar\n",
"html": "<p>foo\n# bar</p>\n",
"section": "ATX headings",
"number": 70
},
{
"markdown": "## foo ##\n ### bar ###\n",
"html": "<h2>foo</h2>\n<h3>bar</h3>\n",
"section": "ATX headings",
"number": 71
},
{
"markdown": "# foo ##################################\n##### foo ##\n",
"html": "<h1>foo</h1>\n<h5>foo</h5>\n",
"section": "ATX headings",
"number": 72
},
{
"markdown": "### foo ### \n",
"html": "<h3>foo</h3>\n",
"section": "ATX headings",
"number": 73
},
{
"markdown": "### foo ### b\n",
"html": "<h3>foo ### b</h3>\n",
"section": "ATX headings",
"number": 74
},
{
"markdown": "# foo#\n",
"html": "<h1>foo#</h1>\n",
"section": "ATX headings",
"number": 75
},
{
"markdown": "### foo \\###\n## foo #\\##\n# foo \\#\n",
"html": "<h3>foo ###</h3>\n<h2>foo ###</h2>\n<h1>foo #</h1>\n",
"section": "ATX headings",
"number": 76
},
{
"markdown": "****\n## foo\n****\n",
"html": "<hr />\n<h2>foo</h2>\n<hr />\n",
"section": "ATX headings",
"number": 77
},
{
"markdown": "Foo bar\n# baz\nBar foo\n",
"html": "<p>Foo bar</p>\n<h1>baz</h1>\n<p>Bar foo</p>\n",
"section": "ATX headings",
"number": 78
},
{
"markdown": "## \n#\n### ###\n",
"html": "<h2></h2>\n<h1></h1>\n<h3></h3>\n",
"section": "ATX headings",
"number": 79
},
{
"markdown": "Foo *bar*\n=========\n\nFoo *bar*\n---------\n",
"html": "<h1>Foo <em>bar</em></h1>\n<h2>Foo <em>bar</em></h2>\n",
"section": "Setext headings",
"number": 80
},
{
"markdown": "Foo *bar\nbaz*\n====\n",
"html": "<h1>Foo <em>bar\nbaz</em></h1>\n",
"section": "Setext headings",
"number": 81
},
{
"markdown": " Foo *bar\nbaz*→\n====\n",
"html": "<h1>Foo <em>bar\nbaz</em></h1>\n",
"section": "Setext headings",
"number": 82
},
{
"markdown": "Foo\n-------------------------\n\nFoo\n=\n",
"html": "<h2>Foo</h2>\n<h1>Foo</h1>\n",
"section": "Setext headings",
"number": 83
},
{
"markdown": " Foo\n---\n\n Foo\n-----\n\n Foo\n ===\n",
"html": "<h2>Foo</h2>\n<h2>Foo</h2>\n<h1>Foo</h1>\n",
"section": "Setext headings",
"number": 84
},
{
"markdown": " Foo\n ---\n\n Foo\n---\n",
"html": "<pre><code>Foo\n---\n\nFoo\n</code></pre>\n<hr />\n",
"section": "Setext headings",
"number": 85
},
{
"markdown": "Foo\n ---- \n",
"html": "<h2>Foo</h2>\n",
"section": "Setext headings",
"number": 86
},
{
"markdown": "Foo\n ---\n",
"html": "<p>Foo\n---</p>\n",
"section": "Setext headings",
"number": 87
},
{
"markdown": "Foo\n= =\n\nFoo\n--- -\n",
"html": "<p>Foo\n= =</p>\n<p>Foo</p>\n<hr />\n",
"section": "Setext headings",
"number": 88
},
{
"markdown": "Foo \n-----\n",
"html": "<h2>Foo</h2>\n",
"section": "Setext headings",
"number": 89
},
{
"markdown": "Foo\\\n----\n",
"html": "<h2>Foo\\</h2>\n",
"section": "Setext headings",
"number": 90
},
{
"markdown": "`Foo\n----\n`\n\n<a title=\"a lot\n---\nof dashes\"/>\n",
"html": "<h2>`Foo</h2>\n<p>`</p>\n<h2>&lt;a title=&quot;a lot</h2>\n<p>of dashes&quot;/&gt;</p>\n",
"section": "Setext headings",
"number": 91
},
{
"markdown": "> Foo\n---\n",
"html": "<blockquote>\n<p>Foo</p>\n</blockquote>\n<hr />\n",
"section": "Setext headings",
"number": 92
},
{
"markdown": "> foo\nbar\n===\n",
"html": "<blockquote>\n<p>foo\nbar\n===</p>\n</blockquote>\n",
"section": "Setext headings",
"number": 93
},
{
"markdown": "- Foo\n---\n",
"html": "<ul>\n<li>Foo</li>\n</ul>\n<hr />\n",
"section": "Setext headings",
"number": 94
},
{
"markdown": "Foo\nBar\n---\n",
"html": "<h2>Foo\nBar</h2>\n",
"section": "Setext headings",
"number": 95
},
{
"markdown": "---\nFoo\n---\nBar\n---\nBaz\n",
"html": "<hr />\n<h2>Foo</h2>\n<h2>Bar</h2>\n<p>Baz</p>\n",
"section": "Setext headings",
"number": 96
},
{
"markdown": "\n====\n",
"html": "<p>====</p>\n",
"section": "Setext headings",
"number": 97
},
{
"markdown": "---\n---\n",
"html": "<hr />\n<hr />\n",
"section": "Setext headings",
"number": 98
},
{
"markdown": "- foo\n-----\n",
"html": "<ul>\n<li>foo</li>\n</ul>\n<hr />\n",
"section": "Setext headings",
"number": 99
},
{
"markdown": " foo\n---\n",
"html": "<pre><code>foo\n</code></pre>\n<hr />\n",
"section": "Setext headings",
"number": 100
},
{
"markdown": "> foo\n-----\n",
"html": "<blockquote>\n<p>foo</p>\n</blockquote>\n<hr />\n",
"section": "Setext headings",
"number": 101
},
{
"markdown": "\\> foo\n------\n",
"html": "<h2>&gt; foo</h2>\n",
"section": "Setext headings",
"number": 102
},
{
"markdown": "Foo\n\nbar\n---\nbaz\n",
"html": "<p>Foo</p>\n<h2>bar</h2>\n<p>baz</p>\n",
"section": "Setext headings",
"number": 103
},
{
"markdown": "Foo\nbar\n\n---\n\nbaz\n",
"html": "<p>Foo\nbar</p>\n<hr />\n<p>baz</p>\n",
"section": "Setext headings",
"number": 104
},
{
"markdown": "Foo\nbar\n* * *\nbaz\n",
"html": "<p>Foo\nbar</p>\n<hr />\n<p>baz</p>\n",
"section": "Setext headings",
"number": 105
},
{
"markdown": "Foo\nbar\n\\---\nbaz\n",
"html": "<p>Foo\nbar\n---\nbaz</p>\n",
"section": "Setext headings",
"number": 106
},
{
"markdown": " a simple\n indented code block\n",
"html": "<pre><code>a simple\n indented code block\n</code></pre>\n",
"section": "Indented code blocks",
"number": 107
},
{
"markdown": " - foo\n\n bar\n",
"html": "<ul>\n<li>\n<p>foo</p>\n<p>bar</p>\n</li>\n</ul>\n",
"section": "Indented code blocks",
"number": 108
},
{
"markdown": "1. foo\n\n - bar\n",
"html": "<ol>\n<li>\n<p>foo</p>\n<ul>\n<li>bar</li>\n</ul>\n</li>\n</ol>\n",
"section": "Indented code blocks",
"number": 109
},
{
"markdown": " <a/>\n *hi*\n\n - one\n",
"html": "<pre><code>&lt;a/&gt;\n*hi*\n\n- one\n</code></pre>\n",
"section": "Indented code blocks",
"number": 110
},
{
"markdown": " chunk1\n\n chunk2\n \n \n \n chunk3\n",
"html": "<pre><code>chunk1\n\nchunk2\n\n\n\nchunk3\n</code></pre>\n",
"section": "Indented code blocks",
"number": 111
},
{
"markdown": " chunk1\n \n chunk2\n",
"html": "<pre><code>chunk1\n \n chunk2\n</code></pre>\n",
"section": "Indented code blocks",
"number": 112
},
{
"markdown": "Foo\n bar\n\n",
"html": "<p>Foo\nbar</p>\n",
"section": "Indented code blocks",
"number": 113
},
{
"markdown": " foo\nbar\n",
"html": "<pre><code>foo\n</code></pre>\n<p>bar</p>\n",
"section": "Indented code blocks",
"number": 114
},
{
"markdown": "# Heading\n foo\nHeading\n------\n foo\n----\n",
"html": "<h1>Heading</h1>\n<pre><code>foo\n</code></pre>\n<h2>Heading</h2>\n<pre><code>foo\n</code></pre>\n<hr />\n",
"section": "Indented code blocks",
"number": 115
},
{
"markdown": " foo\n bar\n",
"html": "<pre><code> foo\nbar\n</code></pre>\n",
"section": "Indented code blocks",
"number": 116
},
{
"markdown": "\n \n foo\n \n\n",
"html": "<pre><code>foo\n</code></pre>\n",
"section": "Indented code blocks",
"number": 117
},
{
"markdown": " foo \n",
"html": "<pre><code>foo \n</code></pre>\n",
"section": "Indented code blocks",
"number": 118
},
{
"markdown": "```\n<\n >\n```\n",
"html": "<pre><code>&lt;\n &gt;\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 119
},
{
"markdown": "~~~\n<\n >\n~~~\n",
"html": "<pre><code>&lt;\n &gt;\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 120
},
{
"markdown": "``\nfoo\n``\n",
"html": "<p><code>foo</code></p>\n",
"section": "Fenced code blocks",
"number": 121
},
{
"markdown": "```\naaa\n~~~\n```\n",
"html": "<pre><code>aaa\n~~~\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 122
},
{
"markdown": "~~~\naaa\n```\n~~~\n",
"html": "<pre><code>aaa\n```\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 123
},
{
"markdown": "````\naaa\n```\n``````\n",
"html": "<pre><code>aaa\n```\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 124
},
{
"markdown": "~~~~\naaa\n~~~\n~~~~\n",
"html": "<pre><code>aaa\n~~~\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 125
},
{
"markdown": "```\n",
"html": "<pre><code></code></pre>\n",
"section": "Fenced code blocks",
"number": 126
},
{
"markdown": "`````\n\n```\naaa\n",
"html": "<pre><code>\n```\naaa\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 127
},
{
"markdown": "> ```\n> aaa\n\nbbb\n",
"html": "<blockquote>\n<pre><code>aaa\n</code></pre>\n</blockquote>\n<p>bbb</p>\n",
"section": "Fenced code blocks",
"number": 128
},
{
"markdown": "```\n\n \n```\n",
"html": "<pre><code>\n \n</code></pre>\n",
"section": "Fenced code blocks",
"number": 129
},
{
"markdown": "```\n```\n",
"html": "<pre><code></code></pre>\n",
"section": "Fenced code blocks",
"number": 130
},
{
"markdown": " ```\n aaa\naaa\n```\n",
"html": "<pre><code>aaa\naaa\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 131
},
{
"markdown": " ```\naaa\n aaa\naaa\n ```\n",
"html": "<pre><code>aaa\naaa\naaa\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 132
},
{
"markdown": " ```\n aaa\n aaa\n aaa\n ```\n",
"html": "<pre><code>aaa\n aaa\naaa\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 133
},
{
"markdown": " ```\n aaa\n ```\n",
"html": "<pre><code>```\naaa\n```\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 134
},
{
"markdown": "```\naaa\n ```\n",
"html": "<pre><code>aaa\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 135
},
{
"markdown": " ```\naaa\n ```\n",
"html": "<pre><code>aaa\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 136
},
{
"markdown": "```\naaa\n ```\n",
"html": "<pre><code>aaa\n ```\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 137
},
{
"markdown": "``` ```\naaa\n",
"html": "<p><code> </code>\naaa</p>\n",
"section": "Fenced code blocks",
"number": 138
},
{
"markdown": "~~~~~~\naaa\n~~~ ~~\n",
"html": "<pre><code>aaa\n~~~ ~~\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 139
},
{
"markdown": "foo\n```\nbar\n```\nbaz\n",
"html": "<p>foo</p>\n<pre><code>bar\n</code></pre>\n<p>baz</p>\n",
"section": "Fenced code blocks",
"number": 140
},
{
"markdown": "foo\n---\n~~~\nbar\n~~~\n# baz\n",
"html": "<h2>foo</h2>\n<pre><code>bar\n</code></pre>\n<h1>baz</h1>\n",
"section": "Fenced code blocks",
"number": 141
},
{
"markdown": "```ruby\ndef foo(x)\n return 3\nend\n```\n",
"html": "<pre><code class=\"language-ruby\">def foo(x)\n return 3\nend\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 142
},
{
"markdown": "~~~~ ruby startline=3 $%@#$\ndef foo(x)\n return 3\nend\n~~~~~~~\n",
"html": "<pre><code class=\"language-ruby\">def foo(x)\n return 3\nend\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 143
},
{
"markdown": "````;\n````\n",
"html": "<pre><code class=\"language-;\"></code></pre>\n",
"section": "Fenced code blocks",
"number": 144
},
{
"markdown": "``` aa ```\nfoo\n",
"html": "<p><code>aa</code>\nfoo</p>\n",
"section": "Fenced code blocks",
"number": 145
},
{
"markdown": "~~~ aa ``` ~~~\nfoo\n~~~\n",
"html": "<pre><code class=\"language-aa\">foo\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 146
},
{
"markdown": "```\n``` aaa\n```\n",
"html": "<pre><code>``` aaa\n</code></pre>\n",
"section": "Fenced code blocks",
"number": 147
},
{
"markdown": "<table><tr><td>\n<pre>\n**Hello**,\n\n_world_.\n</pre>\n</td></tr></table>\n",
"html": "<table><tr><td>\n<pre>\n**Hello**,\n<p><em>world</em>.\n</pre></p>\n</td></tr></table>\n",
"section": "HTML blocks",
"number": 148
},
{
"markdown": "<table>\n <tr>\n <td>\n hi\n </td>\n </tr>\n</table>\n\nokay.\n",
"html": "<table>\n <tr>\n <td>\n hi\n </td>\n </tr>\n</table>\n<p>okay.</p>\n",
"section": "HTML blocks",
"number": 149
},
{
"markdown": " <div>\n *hello*\n <foo><a>\n",
"html": " <div>\n *hello*\n <foo><a>\n",
"section": "HTML blocks",
"number": 150
},
{
"markdown": "</div>\n*foo*\n",
"html": "</div>\n*foo*\n",
"section": "HTML blocks",
"number": 151
},
{
"markdown": "<DIV CLASS=\"foo\">\n\n*Markdown*\n\n</DIV>\n",
"html": "<DIV CLASS=\"foo\">\n<p><em>Markdown</em></p>\n</DIV>\n",
"section": "HTML blocks",
"number": 152
},
{
"markdown": "<div id=\"foo\"\n class=\"bar\">\n</div>\n",
"html": "<div id=\"foo\"\n class=\"bar\">\n</div>\n",
"section": "HTML blocks",
"number": 153
},
{
"markdown": "<div id=\"foo\" class=\"bar\n baz\">\n</div>\n",
"html": "<div id=\"foo\" class=\"bar\n baz\">\n</div>\n",
"section": "HTML blocks",
"number": 154
},
{
"markdown": "<div>\n*foo*\n\n*bar*\n",
"html": "<div>\n*foo*\n<p><em>bar</em></p>\n",
"section": "HTML blocks",
"number": 155
},
{
"markdown": "<div id=\"foo\"\n*hi*\n",
"html": "<div id=\"foo\"\n*hi*\n",
"section": "HTML blocks",
"number": 156
},
{
"markdown": "<div class\nfoo\n",
"html": "<div class\nfoo\n",
"section": "HTML blocks",
"number": 157
},
{
"markdown": "<div *???-&&&-<---\n*foo*\n",
"html": "<div *???-&&&-<---\n*foo*\n",
"section": "HTML blocks",
"number": 158
},
{
"markdown": "<div><a href=\"bar\">*foo*</a></div>\n",
"html": "<div><a href=\"bar\">*foo*</a></div>\n",
"section": "HTML blocks",
"number": 159
},
{
"markdown": "<table><tr><td>\nfoo\n</td></tr></table>\n",
"html": "<table><tr><td>\nfoo\n</td></tr></table>\n",
"section": "HTML blocks",
"number": 160
},
{
"markdown": "<div></div>\n``` c\nint x = 33;\n```\n",
"html": "<div></div>\n``` c\nint x = 33;\n```\n",
"section": "HTML blocks",
"number": 161
},
{
"markdown": "<a href=\"foo\">\n*bar*\n</a>\n",
"html": "<a href=\"foo\">\n*bar*\n</a>\n",
"section": "HTML blocks",
"number": 162
},
{
"markdown": "<Warning>\n*bar*\n</Warning>\n",
"html": "<Warning>\n*bar*\n</Warning>\n",
"section": "HTML blocks",
"number": 163
},
{
"markdown": "<i class=\"foo\">\n*bar*\n</i>\n",
"html": "<i class=\"foo\">\n*bar*\n</i>\n",
"section": "HTML blocks",
"number": 164
},
{
"markdown": "</ins>\n*bar*\n",
"html": "</ins>\n*bar*\n",
"section": "HTML blocks",
"number": 165
},
{
"markdown": "<del>\n*foo*\n</del>\n",
"html": "<del>\n*foo*\n</del>\n",
"section": "HTML blocks",
"number": 166
},
{
"markdown": "<del>\n\n*foo*\n\n</del>\n",
"html": "<del>\n<p><em>foo</em></p>\n</del>\n",
"section": "HTML blocks",
"number": 167
},
{
"markdown": "<del>*foo*</del>\n",
"html": "<p><del><em>foo</em></del></p>\n",
"section": "HTML blocks",
"number": 168
},
{
"markdown": "<pre language=\"haskell\"><code>\nimport Text.HTML.TagSoup\n\nmain :: IO ()\nmain = print $ parseTags tags\n</code></pre>\nokay\n",
"html": "<pre language=\"haskell\"><code>\nimport Text.HTML.TagSoup\n\nmain :: IO ()\nmain = print $ parseTags tags\n</code></pre>\n<p>okay</p>\n",
"section": "HTML blocks",
"number": 169
},
{
"markdown": "<script type=\"text/javascript\">\n// JavaScript example\n\ndocument.getElementById(\"demo\").innerHTML = \"Hello JavaScript!\";\n</script>\nokay\n",
"html": "<script type=\"text/javascript\">\n// JavaScript example\n\ndocument.getElementById(\"demo\").innerHTML = \"Hello JavaScript!\";\n</script>\n<p>okay</p>\n",
"section": "HTML blocks",
"number": 170
},
{
"markdown": "<textarea>\n\n*foo*\n\n_bar_\n\n</textarea>\n",
"html": "<textarea>\n\n*foo*\n\n_bar_\n\n</textarea>\n",
"section": "HTML blocks",
"number": 171
},
{
"markdown": "<style\n type=\"text/css\">\nh1 {color:red;}\n\np {color:blue;}\n</style>\nokay\n",
"html": "<style\n type=\"text/css\">\nh1 {color:red;}\n\np {color:blue;}\n</style>\n<p>okay</p>\n",
"section": "HTML blocks",
"number": 172
},
{
"markdown": "<style\n type=\"text/css\">\n\nfoo\n",
"html": "<style\n type=\"text/css\">\n\nfoo\n",
"section": "HTML blocks",
"number": 173
},
{
"markdown": "> <div>\n> foo\n\nbar\n",
"html": "<blockquote>\n<div>\nfoo\n</blockquote>\n<p>bar</p>\n",
"section": "HTML blocks",
"number": 174
},
{
"markdown": "- <div>\n- foo\n",
"html": "<ul>\n<li>\n<div>\n</li>\n<li>foo</li>\n</ul>\n",
"section": "HTML blocks",
"number": 175
},
{
"markdown": "<style>p{color:red;}</style>\n*foo*\n",
"html": "<style>p{color:red;}</style>\n<p><em>foo</em></p>\n",
"section": "HTML blocks",
"number": 176
},
{
"markdown": "<!-- foo -->*bar*\n*baz*\n",
"html": "<!-- foo -->*bar*\n<p><em>baz</em></p>\n",
"section": "HTML blocks",
"number": 177
},
{
"markdown": "<script>\nfoo\n</script>1. *bar*\n",
"html": "<script>\nfoo\n</script>1. *bar*\n",
"section": "HTML blocks",
"number": 178
},
{
"markdown": "<!-- Foo\n\nbar\n baz -->\nokay\n",
"html": "<!-- Foo\n\nbar\n baz -->\n<p>okay</p>\n",
"section": "HTML blocks",
"number": 179
},
{
"markdown": "<?php\n\n echo '>';\n\n?>\nokay\n",
"html": "<?php\n\n echo '>';\n\n?>\n<p>okay</p>\n",
"section": "HTML blocks",
"number": 180
},
{
"markdown": "<!DOCTYPE html>\n",
"html": "<!DOCTYPE html>\n",
"section": "HTML blocks",
"number": 181
},
{
"markdown": "<![CDATA[\nfunction matchwo(a,b)\n{\n if (a < b && a < 0) then {\n return 1;\n\n } else {\n\n return 0;\n }\n}\n]]>\nokay\n",
"html": "<![CDATA[\nfunction matchwo(a,b)\n{\n if (a < b && a < 0) then {\n return 1;\n\n } else {\n\n return 0;\n }\n}\n]]>\n<p>okay</p>\n",
"section": "HTML blocks",
"number": 182
},
{
"markdown": " <!-- foo -->\n\n <!-- foo -->\n",
"html": " <!-- foo -->\n<pre><code>&lt;!-- foo --&gt;\n</code></pre>\n",
"section": "HTML blocks",
"number": 183
},
{
"markdown": " <div>\n\n <div>\n",
"html": " <div>\n<pre><code>&lt;div&gt;\n</code></pre>\n",
"section": "HTML blocks",
"number": 184
},
{
"markdown": "Foo\n<div>\nbar\n</div>\n",
"html": "<p>Foo</p>\n<div>\nbar\n</div>\n",
"section": "HTML blocks",
"number": 185
},
{
"markdown": "<div>\nbar\n</div>\n*foo*\n",
"html": "<div>\nbar\n</div>\n*foo*\n",
"section": "HTML blocks",
"number": 186
},
{
"markdown": "Foo\n<a href=\"bar\">\nbaz\n",
"html": "<p>Foo\n<a href=\"bar\">\nbaz</p>\n",
"section": "HTML blocks",
"number": 187
},
{
"markdown": "<div>\n\n*Emphasized* text.\n\n</div>\n",
"html": "<div>\n<p><em>Emphasized</em> text.</p>\n</div>\n",
"section": "HTML blocks",
"number": 188
},
{
"markdown": "<div>\n*Emphasized* text.\n</div>\n",
"html": "<div>\n*Emphasized* text.\n</div>\n",
"section": "HTML blocks",
"number": 189
},
{
"markdown": "<table>\n\n<tr>\n\n<td>\nHi\n</td>\n\n</tr>\n\n</table>\n",
"html": "<table>\n<tr>\n<td>\nHi\n</td>\n</tr>\n</table>\n",
"section": "HTML blocks",
"number": 190
},
{
"markdown": "<table>\n\n <tr>\n\n <td>\n Hi\n </td>\n\n </tr>\n\n</table>\n",
"html": "<table>\n <tr>\n<pre><code>&lt;td&gt;\n Hi\n&lt;/td&gt;\n</code></pre>\n </tr>\n</table>\n",
"section": "HTML blocks",
"number": 191
},
{
"markdown": "[foo]: /url \"title\"\n\n[foo]\n",
"html": "<p><a href=\"/url\" title=\"title\">foo</a></p>\n",
"section": "Link reference definitions",
"number": 192
},
{
"markdown": " [foo]: \n /url \n 'the title' \n\n[foo]\n",
"html": "<p><a href=\"/url\" title=\"the title\">foo</a></p>\n",
"section": "Link reference definitions",
"number": 193
},
{
"markdown": "[Foo*bar\\]]:my_(url) 'title (with parens)'\n\n[Foo*bar\\]]\n",
"html": "<p><a href=\"my_(url)\" title=\"title (with parens)\">Foo*bar]</a></p>\n",
"section": "Link reference definitions",
"number": 194
},
{
"markdown": "[Foo bar]:\n<my url>\n'title'\n\n[Foo bar]\n",
"html": "<p><a href=\"my%20url\" title=\"title\">Foo bar</a></p>\n",
"section": "Link reference definitions",
"number": 195
},
{
"markdown": "[foo]: /url '\ntitle\nline1\nline2\n'\n\n[foo]\n",
"html": "<p><a href=\"/url\" title=\"\ntitle\nline1\nline2\n\">foo</a></p>\n",
"section": "Link reference definitions",
"number": 196
},
{
"markdown": "[foo]: /url 'title\n\nwith blank line'\n\n[foo]\n",
"html": "<p>[foo]: /url 'title</p>\n<p>with blank line'</p>\n<p>[foo]</p>\n",
"section": "Link reference definitions",
"number": 197
},
{
"markdown": "[foo]:\n/url\n\n[foo]\n",
"html": "<p><a href=\"/url\">foo</a></p>\n",
"section": "Link reference definitions",
"number": 198
},
{
"markdown": "[foo]:\n\n[foo]\n",
"html": "<p>[foo]:</p>\n<p>[foo]</p>\n",
"section": "Link reference definitions",
"number": 199
},
{
"markdown": "[foo]: <>\n\n[foo]\n",
"html": "<p><a href=\"\">foo</a></p>\n",
"section": "Link reference definitions",
"number": 200
},
{
"markdown": "[foo]: <bar>(baz)\n\n[foo]\n",
"html": "<p>[foo]: <bar>(baz)</p>\n<p>[foo]</p>\n",
"section": "Link reference definitions",
"number": 201
},
{
"markdown": "[foo]: /url\\bar\\*baz \"foo\\\"bar\\baz\"\n\n[foo]\n",
"html": "<p><a href=\"/url%5Cbar*baz\" title=\"foo&quot;bar\\baz\">foo</a></p>\n",
"section": "Link reference definitions",
"number": 202
},
{
"markdown": "[foo]\n\n[foo]: url\n",
"html": "<p><a href=\"url\">foo</a></p>\n",
"section": "Link reference definitions",
"number": 203
},
{
"markdown": "[foo]\n\n[foo]: first\n[foo]: second\n",
"html": "<p><a href=\"first\">foo</a></p>\n",
"section": "Link reference definitions",
"number": 204
},
{
"markdown": "[FOO]: /url\n\n[Foo]\n",
"html": "<p><a href=\"/url\">Foo</a></p>\n",
"section": "Link reference definitions",
"number": 205
},
{
"markdown": "[ΑΓΩ]: /φου\n\n[αγω]\n",
"html": "<p><a href=\"/%CF%86%CE%BF%CF%85\">αγω</a></p>\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": "<p>bar</p>\n",
"section": "Link reference definitions",
"number": 208
},
{
"markdown": "[foo]: /url \"title\" ok\n",
"html": "<p>[foo]: /url &quot;title&quot; ok</p>\n",
"section": "Link reference definitions",
"number": 209
},
{
"markdown": "[foo]: /url\n\"title\" ok\n",
"html": "<p>&quot;title&quot; ok</p>\n",
"section": "Link reference definitions",
"number": 210
},
{
"markdown": " [foo]: /url \"title\"\n\n[foo]\n",
"html": "<pre><code>[foo]: /url &quot;title&quot;\n</code></pre>\n<p>[foo]</p>\n",
"section": "Link reference definitions",
"number": 211
},
{
"markdown": "```\n[foo]: /url\n```\n\n[foo]\n",
"html": "<pre><code>[foo]: /url\n</code></pre>\n<p>[foo]</p>\n",
"section": "Link reference definitions",
"number": 212
},
{
"markdown": "Foo\n[bar]: /baz\n\n[bar]\n",
"html": "<p>Foo\n[bar]: /baz</p>\n<p>[bar]</p>\n",
"section": "Link reference definitions",
"number": 213
},
{
"markdown": "# [Foo]\n[foo]: /url\n> bar\n",
"html": "<h1><a href=\"/url\">Foo</a></h1>\n<blockquote>\n<p>bar</p>\n</blockquote>\n",
"section": "Link reference definitions",
"number": 214
},
{
"markdown": "[foo]: /url\nbar\n===\n[foo]\n",
"html": "<h1>bar</h1>\n<p><a href=\"/url\">foo</a></p>\n",
"section": "Link reference definitions",
"number": 215
},
{
"markdown": "[foo]: /url\n===\n[foo]\n",
"html": "<p>===\n<a href=\"/url\">foo</a></p>\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": "<p><a href=\"/foo-url\" title=\"foo\">foo</a>,\n<a href=\"/bar-url\" title=\"bar\">bar</a>,\n<a href=\"/baz-url\">baz</a></p>\n",
"section": "Link reference definitions",
"number": 217
},
{
"markdown": "[foo]\n\n> [foo]: /url\n",
"html": "<p><a href=\"/url\">foo</a></p>\n<blockquote>\n</blockquote>\n",
"section": "Link reference definitions",
"number": 218
},
{
"markdown": "aaa\n\nbbb\n",
"html": "<p>aaa</p>\n<p>bbb</p>\n",
"section": "Paragraphs",
"number": 219
},
{
"markdown": "aaa\nbbb\n\nccc\nddd\n",
"html": "<p>aaa\nbbb</p>\n<p>ccc\nddd</p>\n",
"section": "Paragraphs",
"number": 220
},
{
"markdown": "aaa\n\n\nbbb\n",
"html": "<p>aaa</p>\n<p>bbb</p>\n",
"section": "Paragraphs",
"number": 221
},
{
"markdown": " aaa\n bbb\n",
"html": "<p>aaa\nbbb</p>\n",
"section": "Paragraphs",
"number": 222
},
{
"markdown": "aaa\n bbb\n ccc\n",
"html": "<p>aaa\nbbb\nccc</p>\n",
"section": "Paragraphs",
"number": 223
},
{
"markdown": " aaa\nbbb\n",
"html": "<p>aaa\nbbb</p>\n",
"section": "Paragraphs",
"number": 224
},
{
"markdown": " aaa\nbbb\n",
"html": "<pre><code>aaa\n</code></pre>\n<p>bbb</p>\n",
"section": "Paragraphs",
"number": 225
},
{
"markdown": "aaa \nbbb \n",
"html": "<p>aaa<br />\nbbb</p>\n",
"section": "Paragraphs",
"number": 226
},
{
"markdown": " \n\naaa\n \n\n# aaa\n\n \n",
"html": "<p>aaa</p>\n<h1>aaa</h1>\n",
"section": "Blank lines",
"number": 227
},
{
"markdown": "> # Foo\n> bar\n> baz\n",
"html": "<blockquote>\n<h1>Foo</h1>\n<p>bar\nbaz</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 228
},
{
"markdown": "># Foo\n>bar\n> baz\n",
"html": "<blockquote>\n<h1>Foo</h1>\n<p>bar\nbaz</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 229
},
{
"markdown": " > # Foo\n > bar\n > baz\n",
"html": "<blockquote>\n<h1>Foo</h1>\n<p>bar\nbaz</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 230
},
{
"markdown": " > # Foo\n > bar\n > baz\n",
"html": "<pre><code>&gt; # Foo\n&gt; bar\n&gt; baz\n</code></pre>\n",
"section": "Block quotes",
"number": 231
},
{
"markdown": "> # Foo\n> bar\nbaz\n",
"html": "<blockquote>\n<h1>Foo</h1>\n<p>bar\nbaz</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 232
},
{
"markdown": "> bar\nbaz\n> foo\n",
"html": "<blockquote>\n<p>bar\nbaz\nfoo</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 233
},
{
"markdown": "> foo\n---\n",
"html": "<blockquote>\n<p>foo</p>\n</blockquote>\n<hr />\n",
"section": "Block quotes",
"number": 234
},
{
"markdown": "> - foo\n- bar\n",
"html": "<blockquote>\n<ul>\n<li>foo</li>\n</ul>\n</blockquote>\n<ul>\n<li>bar</li>\n</ul>\n",
"section": "Block quotes",
"number": 235
},
{
"markdown": "> foo\n bar\n",
"html": "<blockquote>\n<pre><code>foo\n</code></pre>\n</blockquote>\n<pre><code>bar\n</code></pre>\n",
"section": "Block quotes",
"number": 236
},
{
"markdown": "> ```\nfoo\n```\n",
"html": "<blockquote>\n<pre><code></code></pre>\n</blockquote>\n<p>foo</p>\n<pre><code></code></pre>\n",
"section": "Block quotes",
"number": 237
},
{
"markdown": "> foo\n - bar\n",
"html": "<blockquote>\n<p>foo\n- bar</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 238
},
{
"markdown": ">\n",
"html": "<blockquote>\n</blockquote>\n",
"section": "Block quotes",
"number": 239
},
{
"markdown": ">\n> \n> \n",
"html": "<blockquote>\n</blockquote>\n",
"section": "Block quotes",
"number": 240
},
{
"markdown": ">\n> foo\n> \n",
"html": "<blockquote>\n<p>foo</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 241
},
{
"markdown": "> foo\n\n> bar\n",
"html": "<blockquote>\n<p>foo</p>\n</blockquote>\n<blockquote>\n<p>bar</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 242
},
{
"markdown": "> foo\n> bar\n",
"html": "<blockquote>\n<p>foo\nbar</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 243
},
{
"markdown": "> foo\n>\n> bar\n",
"html": "<blockquote>\n<p>foo</p>\n<p>bar</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 244
},
{
"markdown": "foo\n> bar\n",
"html": "<p>foo</p>\n<blockquote>\n<p>bar</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 245
},
{
"markdown": "> aaa\n***\n> bbb\n",
"html": "<blockquote>\n<p>aaa</p>\n</blockquote>\n<hr />\n<blockquote>\n<p>bbb</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 246
},
{
"markdown": "> bar\nbaz\n",
"html": "<blockquote>\n<p>bar\nbaz</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 247
},
{
"markdown": "> bar\n\nbaz\n",
"html": "<blockquote>\n<p>bar</p>\n</blockquote>\n<p>baz</p>\n",
"section": "Block quotes",
"number": 248
},
{
"markdown": "> bar\n>\nbaz\n",
"html": "<blockquote>\n<p>bar</p>\n</blockquote>\n<p>baz</p>\n",
"section": "Block quotes",
"number": 249
},
{
"markdown": "> > > foo\nbar\n",
"html": "<blockquote>\n<blockquote>\n<blockquote>\n<p>foo\nbar</p>\n</blockquote>\n</blockquote>\n</blockquote>\n",
"section": "Block quotes",
"number": 250
},
{
"markdown": ">>> foo\n> bar\n>>baz\n",
"html": "<blockquote>\n<blockquote>\n<blockquote>\n<p>foo\nbar\nbaz</p>\n</blockquote>\n</blockquote>\n</blockquote>\n",
"section": "Block quotes",
"number": 251
},
{
"markdown": "> code\n\n> not code\n",
"html": "<blockquote>\n<pre><code>code\n</code></pre>\n</blockquote>\n<blockquote>\n<p>not code</p>\n</blockquote>\n",
"section": "Block quotes",
"number": 252
},
{
"markdown": "A paragraph\nwith two lines.\n\n indented code\n\n> A block quote.\n",
"html": "<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\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": "<ol>\n<li>\n<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n</li>\n</ol>\n",
"section": "List items",
"number": 254
},
{
"markdown": "- one\n\n two\n",
"html": "<ul>\n<li>one</li>\n</ul>\n<p>two</p>\n",
"section": "List items",
"number": 255
},
{
"markdown": "- one\n\n two\n",
"html": "<ul>\n<li>\n<p>one</p>\n<p>two</p>\n</li>\n</ul>\n",
"section": "List items",
"number": 256
},
{
"markdown": " - one\n\n two\n",
"html": "<ul>\n<li>one</li>\n</ul>\n<pre><code> two\n</code></pre>\n",
"section": "List items",
"number": 257
},
{
"markdown": " - one\n\n two\n",
"html": "<ul>\n<li>\n<p>one</p>\n<p>two</p>\n</li>\n</ul>\n",
"section": "List items",
"number": 258
},
{
"markdown": " > > 1. one\n>>\n>> two\n",
"html": "<blockquote>\n<blockquote>\n<ol>\n<li>\n<p>one</p>\n<p>two</p>\n</li>\n</ol>\n</blockquote>\n</blockquote>\n",
"section": "List items",
"number": 259
},
{
"markdown": ">>- one\n>>\n > > two\n",
"html": "<blockquote>\n<blockquote>\n<ul>\n<li>one</li>\n</ul>\n<p>two</p>\n</blockquote>\n</blockquote>\n",
"section": "List items",
"number": 260
},
{
"markdown": "-one\n\n2.two\n",
"html": "<p>-one</p>\n<p>2.two</p>\n",
"section": "List items",
"number": 261
},
{
"markdown": "- foo\n\n\n bar\n",
"html": "<ul>\n<li>\n<p>foo</p>\n<p>bar</p>\n</li>\n</ul>\n",
"section": "List items",
"number": 262
},
{
"markdown": "1. foo\n\n ```\n bar\n ```\n\n baz\n\n > bam\n",
"html": "<ol>\n<li>\n<p>foo</p>\n<pre><code>bar\n</code></pre>\n<p>baz</p>\n<blockquote>\n<p>bam</p>\n</blockquote>\n</li>\n</ol>\n",
"section": "List items",
"number": 263
},
{
"markdown": "- Foo\n\n bar\n\n\n baz\n",
"html": "<ul>\n<li>\n<p>Foo</p>\n<pre><code>bar\n\n\nbaz\n</code></pre>\n</li>\n</ul>\n",
"section": "List items",
"number": 264
},
{
"markdown": "123456789. ok\n",
"html": "<ol start=\"123456789\">\n<li>ok</li>\n</ol>\n",
"section": "List items",
"number": 265
},
{
"markdown": "1234567890. not ok\n",
"html": "<p>1234567890. not ok</p>\n",
"section": "List items",
"number": 266
},
{
"markdown": "0. ok\n",
"html": "<ol start=\"0\">\n<li>ok</li>\n</ol>\n",
"section": "List items",
"number": 267
},
{
"markdown": "003. ok\n",
"html": "<ol start=\"3\">\n<li>ok</li>\n</ol>\n",
"section": "List items",
"number": 268
},
{
"markdown": "-1. not ok\n",
"html": "<p>-1. not ok</p>\n",
"section": "List items",
"number": 269
},
{
"markdown": "- foo\n\n bar\n",
"html": "<ul>\n<li>\n<p>foo</p>\n<pre><code>bar\n</code></pre>\n</li>\n</ul>\n",
"section": "List items",
"number": 270
},
{
"markdown": " 10. foo\n\n bar\n",
"html": "<ol start=\"10\">\n<li>\n<p>foo</p>\n<pre><code>bar\n</code></pre>\n</li>\n</ol>\n",
"section": "List items",
"number": 271
},
{
"markdown": " indented code\n\nparagraph\n\n more code\n",
"html": "<pre><code>indented code\n</code></pre>\n<p>paragraph</p>\n<pre><code>more code\n</code></pre>\n",
"section": "List items",
"number": 272
},
{
"markdown": "1. indented code\n\n paragraph\n\n more code\n",
"html": "<ol>\n<li>\n<pre><code>indented code\n</code></pre>\n<p>paragraph</p>\n<pre><code>more code\n</code></pre>\n</li>\n</ol>\n",
"section": "List items",
"number": 273
},
{
"markdown": "1. indented code\n\n paragraph\n\n more code\n",
"html": "<ol>\n<li>\n<pre><code> indented code\n</code></pre>\n<p>paragraph</p>\n<pre><code>more code\n</code></pre>\n</li>\n</ol>\n",
"section": "List items",
"number": 274
},
{
"markdown": " foo\n\nbar\n",
"html": "<p>foo</p>\n<p>bar</p>\n",
"section": "List items",
"number": 275
},
{
"markdown": "- foo\n\n bar\n",
"html": "<ul>\n<li>foo</li>\n</ul>\n<p>bar</p>\n",
"section": "List items",
"number": 276
},
{
"markdown": "- foo\n\n bar\n",
"html": "<ul>\n<li>\n<p>foo</p>\n<p>bar</p>\n</li>\n</ul>\n",
"section": "List items",
"number": 277
},
{
"markdown": "-\n foo\n-\n ```\n bar\n ```\n-\n baz\n",
"html": "<ul>\n<li>foo</li>\n<li>\n<pre><code>bar\n</code></pre>\n</li>\n<li>\n<pre><code>baz\n</code></pre>\n</li>\n</ul>\n",
"section": "List items",
"number": 278
},
{
"markdown": "- \n foo\n",
"html": "<ul>\n<li>foo</li>\n</ul>\n",
"section": "List items",
"number": 279
},
{
"markdown": "-\n\n foo\n",
"html": "<ul>\n<li></li>\n</ul>\n<p>foo</p>\n",
"section": "List items",
"number": 280
},
{
"markdown": "- foo\n-\n- bar\n",
"html": "<ul>\n<li>foo</li>\n<li></li>\n<li>bar</li>\n</ul>\n",
"section": "List items",
"number": 281
},
{
"markdown": "- foo\n- \n- bar\n",
"html": "<ul>\n<li>foo</li>\n<li></li>\n<li>bar</li>\n</ul>\n",
"section": "List items",
"number": 282
},
{
"markdown": "1. foo\n2.\n3. bar\n",
"html": "<ol>\n<li>foo</li>\n<li></li>\n<li>bar</li>\n</ol>\n",
"section": "List items",
"number": 283
},
{
"markdown": "*\n",
"html": "<ul>\n<li></li>\n</ul>\n",
"section": "List items",
"number": 284
},
{
"markdown": "foo\n*\n\nfoo\n1.\n",
"html": "<p>foo\n*</p>\n<p>foo\n1.</p>\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": "<ol>\n<li>\n<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n</li>\n</ol>\n",
"section": "List items",
"number": 286
},
{
"markdown": " 1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n",
"html": "<ol>\n<li>\n<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n</li>\n</ol>\n",
"section": "List items",
"number": 287
},
{
"markdown": " 1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n",
"html": "<ol>\n<li>\n<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n</li>\n</ol>\n",
"section": "List items",
"number": 288
},
{
"markdown": " 1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n",
"html": "<pre><code>1. A paragraph\n with two lines.\n\n indented code\n\n &gt; A block quote.\n</code></pre>\n",
"section": "List items",
"number": 289
},
{
"markdown": " 1. A paragraph\nwith two lines.\n\n indented code\n\n > A block quote.\n",
"html": "<ol>\n<li>\n<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n</li>\n</ol>\n",
"section": "List items",
"number": 290
},
{
"markdown": " 1. A paragraph\n with two lines.\n",
"html": "<ol>\n<li>A paragraph\nwith two lines.</li>\n</ol>\n",
"section": "List items",
"number": 291
},
{
"markdown": "> 1. > Blockquote\ncontinued here.\n",
"html": "<blockquote>\n<ol>\n<li>\n<blockquote>\n<p>Blockquote\ncontinued here.</p>\n</blockquote>\n</li>\n</ol>\n</blockquote>\n",
"section": "List items",
"number": 292
},
{
"markdown": "> 1. > Blockquote\n> continued here.\n",
"html": "<blockquote>\n<ol>\n<li>\n<blockquote>\n<p>Blockquote\ncontinued here.</p>\n</blockquote>\n</li>\n</ol>\n</blockquote>\n",
"section": "List items",
"number": 293
},
{
"markdown": "- foo\n - bar\n - baz\n - boo\n",
"html": "<ul>\n<li>foo\n<ul>\n<li>bar\n<ul>\n<li>baz\n<ul>\n<li>boo</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n",
"section": "List items",
"number": 294
},
{
"markdown": "- foo\n - bar\n - baz\n - boo\n",
"html": "<ul>\n<li>foo</li>\n<li>bar</li>\n<li>baz</li>\n<li>boo</li>\n</ul>\n",
"section": "List items",
"number": 295
},
{
"markdown": "10) foo\n - bar\n",
"html": "<ol start=\"10\">\n<li>foo\n<ul>\n<li>bar</li>\n</ul>\n</li>\n</ol>\n",
"section": "List items",
"number": 296
},
{
"markdown": "10) foo\n - bar\n",
"html": "<ol start=\"10\">\n<li>foo</li>\n</ol>\n<ul>\n<li>bar</li>\n</ul>\n",
"section": "List items",
"number": 297
},
{
"markdown": "- - foo\n",
"html": "<ul>\n<li>\n<ul>\n<li>foo</li>\n</ul>\n</li>\n</ul>\n",
"section": "List items",
"number": 298
},
{
"markdown": "1. - 2. foo\n",
"html": "<ol>\n<li>\n<ul>\n<li>\n<ol start=\"2\">\n<li>foo</li>\n</ol>\n</li>\n</ul>\n</li>\n</ol>\n",
"section": "List items",
"number": 299
},
{
"markdown": "- # Foo\n- Bar\n ---\n baz\n",
"html": "<ul>\n<li>\n<h1>Foo</h1>\n</li>\n<li>\n<h2>Bar</h2>\nbaz</li>\n</ul>\n",
"section": "List items",
"number": 300
},
{
"markdown": "- foo\n- bar\n+ baz\n",
"html": "<ul>\n<li>foo</li>\n<li>bar</li>\n</ul>\n<ul>\n<li>baz</li>\n</ul>\n",
"section": "Lists",
"number": 301
},
{
"markdown": "1. foo\n2. bar\n3) baz\n",
"html": "<ol>\n<li>foo</li>\n<li>bar</li>\n</ol>\n<ol start=\"3\">\n<li>baz</li>\n</ol>\n",
"section": "Lists",
"number": 302
},
{
"markdown": "Foo\n- bar\n- baz\n",
"html": "<p>Foo</p>\n<ul>\n<li>bar</li>\n<li>baz</li>\n</ul>\n",
"section": "Lists",
"number": 303
},
{
"markdown": "The number of windows in my house is\n14. The number of doors is 6.\n",
"html": "<p>The number of windows in my house is\n14. The number of doors is 6.</p>\n",
"section": "Lists",
"number": 304
},
{
"markdown": "The number of windows in my house is\n1. The number of doors is 6.\n",
"html": "<p>The number of windows in my house is</p>\n<ol>\n<li>The number of doors is 6.</li>\n</ol>\n",
"section": "Lists",
"number": 305
},
{
"markdown": "- foo\n\n- bar\n\n\n- baz\n",
"html": "<ul>\n<li>\n<p>foo</p>\n</li>\n<li>\n<p>bar</p>\n</li>\n<li>\n<p>baz</p>\n</li>\n</ul>\n",
"section": "Lists",
"number": 306
},
{
"markdown": "- foo\n - bar\n - baz\n\n\n bim\n",
"html": "<ul>\n<li>foo\n<ul>\n<li>bar\n<ul>\n<li>\n<p>baz</p>\n<p>bim</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n",
"section": "Lists",
"number": 307
},
{
"markdown": "- foo\n- bar\n\n<!-- -->\n\n- baz\n- bim\n",
"html": "<ul>\n<li>foo</li>\n<li>bar</li>\n</ul>\n<!-- -->\n<ul>\n<li>baz</li>\n<li>bim</li>\n</ul>\n",
"section": "Lists",
"number": 308
},
{
"markdown": "- foo\n\n notcode\n\n- foo\n\n<!-- -->\n\n code\n",
"html": "<ul>\n<li>\n<p>foo</p>\n<p>notcode</p>\n</li>\n<li>\n<p>foo</p>\n</li>\n</ul>\n<!-- -->\n<pre><code>code\n</code></pre>\n",
"section": "Lists",
"number": 309
},
{
"markdown": "- a\n - b\n - c\n - d\n - e\n - f\n- g\n",
"html": "<ul>\n<li>a</li>\n<li>b</li>\n<li>c</li>\n<li>d</li>\n<li>e</li>\n<li>f</li>\n<li>g</li>\n</ul>\n",
"section": "Lists",
"number": 310
},
{
"markdown": "1. a\n\n 2. b\n\n 3. c\n",
"html": "<ol>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n</li>\n<li>\n<p>c</p>\n</li>\n</ol>\n",
"section": "Lists",
"number": 311
},
{
"markdown": "- a\n - b\n - c\n - d\n - e\n",
"html": "<ul>\n<li>a</li>\n<li>b</li>\n<li>c</li>\n<li>d\n- e</li>\n</ul>\n",
"section": "Lists",
"number": 312
},
{
"markdown": "1. a\n\n 2. b\n\n 3. c\n",
"html": "<ol>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n</li>\n</ol>\n<pre><code>3. c\n</code></pre>\n",
"section": "Lists",
"number": 313
},
{
"markdown": "- a\n- b\n\n- c\n",
"html": "<ul>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n</li>\n<li>\n<p>c</p>\n</li>\n</ul>\n",
"section": "Lists",
"number": 314
},
{
"markdown": "* a\n*\n\n* c\n",
"html": "<ul>\n<li>\n<p>a</p>\n</li>\n<li></li>\n<li>\n<p>c</p>\n</li>\n</ul>\n",
"section": "Lists",
"number": 315
},
{
"markdown": "- a\n- b\n\n c\n- d\n",
"html": "<ul>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n<p>c</p>\n</li>\n<li>\n<p>d</p>\n</li>\n</ul>\n",
"section": "Lists",
"number": 316
},
{
"markdown": "- a\n- b\n\n [ref]: /url\n- d\n",
"html": "<ul>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n</li>\n<li>\n<p>d</p>\n</li>\n</ul>\n",
"section": "Lists",
"number": 317
},
{
"markdown": "- a\n- ```\n b\n\n\n ```\n- c\n",
"html": "<ul>\n<li>a</li>\n<li>\n<pre><code>b\n\n\n</code></pre>\n</li>\n<li>c</li>\n</ul>\n",
"section": "Lists",
"number": 318
},
{
"markdown": "- a\n - b\n\n c\n- d\n",
"html": "<ul>\n<li>a\n<ul>\n<li>\n<p>b</p>\n<p>c</p>\n</li>\n</ul>\n</li>\n<li>d</li>\n</ul>\n",
"section": "Lists",
"number": 319
},
{
"markdown": "* a\n > b\n >\n* c\n",
"html": "<ul>\n<li>a\n<blockquote>\n<p>b</p>\n</blockquote>\n</li>\n<li>c</li>\n</ul>\n",
"section": "Lists",
"number": 320
},
{
"markdown": "- a\n > b\n ```\n c\n ```\n- d\n",
"html": "<ul>\n<li>a\n<blockquote>\n<p>b</p>\n</blockquote>\n<pre><code>c\n</code></pre>\n</li>\n<li>d</li>\n</ul>\n",
"section": "Lists",
"number": 321
},
{
"markdown": "- a\n",
"html": "<ul>\n<li>a</li>\n</ul>\n",
"section": "Lists",
"number": 322
},
{
"markdown": "- a\n - b\n",
"html": "<ul>\n<li>a\n<ul>\n<li>b</li>\n</ul>\n</li>\n</ul>\n",
"section": "Lists",
"number": 323
},
{
"markdown": "1. ```\n foo\n ```\n\n bar\n",
"html": "<ol>\n<li>\n<pre><code>foo\n</code></pre>\n<p>bar</p>\n</li>\n</ol>\n",
"section": "Lists",
"number": 324
},
{
"markdown": "* foo\n * bar\n\n baz\n",
"html": "<ul>\n<li>\n<p>foo</p>\n<ul>\n<li>bar</li>\n</ul>\n<p>baz</p>\n</li>\n</ul>\n",
"section": "Lists",
"number": 325
},
{
"markdown": "- a\n - b\n - c\n\n- d\n - e\n - f\n",
"html": "<ul>\n<li>\n<p>a</p>\n<ul>\n<li>b</li>\n<li>c</li>\n</ul>\n</li>\n<li>\n<p>d</p>\n<ul>\n<li>e</li>\n<li>f</li>\n</ul>\n</li>\n</ul>\n",
"section": "Lists",
"number": 326
},
{
"markdown": "`hi`lo`\n",
"html": "<p><code>hi</code>lo`</p>\n",
"section": "Inlines",
"number": 327
},
{
"markdown": "`foo`\n",
"html": "<p><code>foo</code></p>\n",
"section": "Code spans",
"number": 328
},
{
"markdown": "`` foo ` bar ``\n",
"html": "<p><code>foo ` bar</code></p>\n",
"section": "Code spans",
"number": 329
},
{
"markdown": "` `` `\n",
"html": "<p><code>``</code></p>\n",
"section": "Code spans",
"number": 330
},
{
"markdown": "` `` `\n",
"html": "<p><code> `` </code></p>\n",
"section": "Code spans",
"number": 331
},
{
"markdown": "` a`\n",
"html": "<p><code> a</code></p>\n",
"section": "Code spans",
"number": 332
},
{
"markdown": "` b `\n",
"html": "<p><code> b </code></p>\n",
"section": "Code spans",
"number": 333
},
{
"markdown": "` `\n` `\n",
"html": "<p><code> </code>\n<code> </code></p>\n",
"section": "Code spans",
"number": 334
},
{
"markdown": "``\nfoo\nbar \nbaz\n``\n",
"html": "<p><code>foo bar baz</code></p>\n",
"section": "Code spans",
"number": 335
},
{
"markdown": "``\nfoo \n``\n",
"html": "<p><code>foo </code></p>\n",
"section": "Code spans",
"number": 336
},
{
"markdown": "`foo bar \nbaz`\n",
"html": "<p><code>foo bar baz</code></p>\n",
"section": "Code spans",
"number": 337
},
{
"markdown": "`foo\\`bar`\n",
"html": "<p><code>foo\\</code>bar`</p>\n",
"section": "Code spans",
"number": 338
},
{
"markdown": "``foo`bar``\n",
"html": "<p><code>foo`bar</code></p>\n",
"section": "Code spans",
"number": 339
},
{
"markdown": "` foo `` bar `\n",
"html": "<p><code>foo `` bar</code></p>\n",
"section": "Code spans",
"number": 340
},
{
"markdown": "*foo`*`\n",
"html": "<p>*foo<code>*</code></p>\n",
"section": "Code spans",
"number": 341
},
{
"markdown": "[not a `link](/foo`)\n",
"html": "<p>[not a <code>link](/foo</code>)</p>\n",
"section": "Code spans",
"number": 342
},
{
"markdown": "`<a href=\"`\">`\n",
"html": "<p><code>&lt;a href=&quot;</code>&quot;&gt;`</p>\n",
"section": "Code spans",
"number": 343
},
{
"markdown": "<a href=\"`\">`\n",
"html": "<p><a href=\"`\">`</p>\n",
"section": "Code spans",
"number": 344
},
{
"markdown": "`<http://foo.bar.`baz>`\n",
"html": "<p><code>&lt;http://foo.bar.</code>baz&gt;`</p>\n",
"section": "Code spans",
"number": 345
},
{
"markdown": "<http://foo.bar.`baz>`\n",
"html": "<p><a href=\"http://foo.bar.%60baz\">http://foo.bar.`baz</a>`</p>\n",
"section": "Code spans",
"number": 346
},
{
"markdown": "```foo``\n",
"html": "<p>```foo``</p>\n",
"section": "Code spans",
"number": 347
},
{
"markdown": "`foo\n",
"html": "<p>`foo</p>\n",
"section": "Code spans",
"number": 348
},
{
"markdown": "`foo``bar``\n",
"html": "<p>`foo<code>bar</code></p>\n",
"section": "Code spans",
"number": 349
},
{
"markdown": "*foo bar*\n",
"html": "<p><em>foo bar</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 350
},
{
"markdown": "a * foo bar*\n",
"html": "<p>a * foo bar*</p>\n",
"section": "Emphasis and strong emphasis",
"number": 351
},
{
"markdown": "a*\"foo\"*\n",
"html": "<p>a*&quot;foo&quot;*</p>\n",
"section": "Emphasis and strong emphasis",
"number": 352
},
{
"markdown": "* a *\n",
"html": "<p>* a *</p>\n",
"section": "Emphasis and strong emphasis",
"number": 353
},
{
"markdown": "foo*bar*\n",
"html": "<p>foo<em>bar</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 354
},
{
"markdown": "5*6*78\n",
"html": "<p>5<em>6</em>78</p>\n",
"section": "Emphasis and strong emphasis",
"number": 355
},
{
"markdown": "_foo bar_\n",
"html": "<p><em>foo bar</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 356
},
{
"markdown": "_ foo bar_\n",
"html": "<p>_ foo bar_</p>\n",
"section": "Emphasis and strong emphasis",
"number": 357
},
{
"markdown": "a_\"foo\"_\n",
"html": "<p>a_&quot;foo&quot;_</p>\n",
"section": "Emphasis and strong emphasis",
"number": 358
},
{
"markdown": "foo_bar_\n",
"html": "<p>foo_bar_</p>\n",
"section": "Emphasis and strong emphasis",
"number": 359
},
{
"markdown": "5_6_78\n",
"html": "<p>5_6_78</p>\n",
"section": "Emphasis and strong emphasis",
"number": 360
},
{
"markdown": "пристаням_стремятся_\n",
"html": "<p>пристаням_стремятся_</p>\n",
"section": "Emphasis and strong emphasis",
"number": 361
},
{
"markdown": "aa_\"bb\"_cc\n",
"html": "<p>aa_&quot;bb&quot;_cc</p>\n",
"section": "Emphasis and strong emphasis",
"number": 362
},
{
"markdown": "foo-_(bar)_\n",
"html": "<p>foo-<em>(bar)</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 363
},
{
"markdown": "_foo*\n",
"html": "<p>_foo*</p>\n",
"section": "Emphasis and strong emphasis",
"number": 364
},
{
"markdown": "*foo bar *\n",
"html": "<p>*foo bar *</p>\n",
"section": "Emphasis and strong emphasis",
"number": 365
},
{
"markdown": "*foo bar\n*\n",
"html": "<p>*foo bar\n*</p>\n",
"section": "Emphasis and strong emphasis",
"number": 366
},
{
"markdown": "*(*foo)\n",
"html": "<p>*(*foo)</p>\n",
"section": "Emphasis and strong emphasis",
"number": 367
},
{
"markdown": "*(*foo*)*\n",
"html": "<p><em>(<em>foo</em>)</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 368
},
{
"markdown": "*foo*bar\n",
"html": "<p><em>foo</em>bar</p>\n",
"section": "Emphasis and strong emphasis",
"number": 369
},
{
"markdown": "_foo bar _\n",
"html": "<p>_foo bar _</p>\n",
"section": "Emphasis and strong emphasis",
"number": 370
},
{
"markdown": "_(_foo)\n",
"html": "<p>_(_foo)</p>\n",
"section": "Emphasis and strong emphasis",
"number": 371
},
{
"markdown": "_(_foo_)_\n",
"html": "<p><em>(<em>foo</em>)</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 372
},
{
"markdown": "_foo_bar\n",
"html": "<p>_foo_bar</p>\n",
"section": "Emphasis and strong emphasis",
"number": 373
},
{
"markdown": "_пристаням_стремятся\n",
"html": "<p>_пристаням_стремятся</p>\n",
"section": "Emphasis and strong emphasis",
"number": 374
},
{
"markdown": "_foo_bar_baz_\n",
"html": "<p><em>foo_bar_baz</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 375
},
{
"markdown": "_(bar)_.\n",
"html": "<p><em>(bar)</em>.</p>\n",
"section": "Emphasis and strong emphasis",
"number": 376
},
{
"markdown": "**foo bar**\n",
"html": "<p><strong>foo bar</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 377
},
{
"markdown": "** foo bar**\n",
"html": "<p>** foo bar**</p>\n",
"section": "Emphasis and strong emphasis",
"number": 378
},
{
"markdown": "a**\"foo\"**\n",
"html": "<p>a**&quot;foo&quot;**</p>\n",
"section": "Emphasis and strong emphasis",
"number": 379
},
{
"markdown": "foo**bar**\n",
"html": "<p>foo<strong>bar</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 380
},
{
"markdown": "__foo bar__\n",
"html": "<p><strong>foo bar</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 381
},
{
"markdown": "__ foo bar__\n",
"html": "<p>__ foo bar__</p>\n",
"section": "Emphasis and strong emphasis",
"number": 382
},
{
"markdown": "__\nfoo bar__\n",
"html": "<p>__\nfoo bar__</p>\n",
"section": "Emphasis and strong emphasis",
"number": 383
},
{
"markdown": "a__\"foo\"__\n",
"html": "<p>a__&quot;foo&quot;__</p>\n",
"section": "Emphasis and strong emphasis",
"number": 384
},
{
"markdown": "foo__bar__\n",
"html": "<p>foo__bar__</p>\n",
"section": "Emphasis and strong emphasis",
"number": 385
},
{
"markdown": "5__6__78\n",
"html": "<p>5__6__78</p>\n",
"section": "Emphasis and strong emphasis",
"number": 386
},
{
"markdown": "пристаням__стремятся__\n",
"html": "<p>пристаням__стремятся__</p>\n",
"section": "Emphasis and strong emphasis",
"number": 387
},
{
"markdown": "__foo, __bar__, baz__\n",
"html": "<p><strong>foo, <strong>bar</strong>, baz</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 388
},
{
"markdown": "foo-__(bar)__\n",
"html": "<p>foo-<strong>(bar)</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 389
},
{
"markdown": "**foo bar **\n",
"html": "<p>**foo bar **</p>\n",
"section": "Emphasis and strong emphasis",
"number": 390
},
{
"markdown": "**(**foo)\n",
"html": "<p>**(**foo)</p>\n",
"section": "Emphasis and strong emphasis",
"number": 391
},
{
"markdown": "*(**foo**)*\n",
"html": "<p><em>(<strong>foo</strong>)</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 392
},
{
"markdown": "**Gomphocarpus (*Gomphocarpus physocarpus*, syn.\n*Asclepias physocarpa*)**\n",
"html": "<p><strong>Gomphocarpus (<em>Gomphocarpus physocarpus</em>, syn.\n<em>Asclepias physocarpa</em>)</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 393
},
{
"markdown": "**foo \"*bar*\" foo**\n",
"html": "<p><strong>foo &quot;<em>bar</em>&quot; foo</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 394
},
{
"markdown": "**foo**bar\n",
"html": "<p><strong>foo</strong>bar</p>\n",
"section": "Emphasis and strong emphasis",
"number": 395
},
{
"markdown": "__foo bar __\n",
"html": "<p>__foo bar __</p>\n",
"section": "Emphasis and strong emphasis",
"number": 396
},
{
"markdown": "__(__foo)\n",
"html": "<p>__(__foo)</p>\n",
"section": "Emphasis and strong emphasis",
"number": 397
},
{
"markdown": "_(__foo__)_\n",
"html": "<p><em>(<strong>foo</strong>)</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 398
},
{
"markdown": "__foo__bar\n",
"html": "<p>__foo__bar</p>\n",
"section": "Emphasis and strong emphasis",
"number": 399
},
{
"markdown": "__пристаням__стремятся\n",
"html": "<p>__пристаням__стремятся</p>\n",
"section": "Emphasis and strong emphasis",
"number": 400
},
{
"markdown": "__foo__bar__baz__\n",
"html": "<p><strong>foo__bar__baz</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 401
},
{
"markdown": "__(bar)__.\n",
"html": "<p><strong>(bar)</strong>.</p>\n",
"section": "Emphasis and strong emphasis",
"number": 402
},
{
"markdown": "*foo [bar](/url)*\n",
"html": "<p><em>foo <a href=\"/url\">bar</a></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 403
},
{
"markdown": "*foo\nbar*\n",
"html": "<p><em>foo\nbar</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 404
},
{
"markdown": "_foo __bar__ baz_\n",
"html": "<p><em>foo <strong>bar</strong> baz</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 405
},
{
"markdown": "_foo _bar_ baz_\n",
"html": "<p><em>foo <em>bar</em> baz</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 406
},
{
"markdown": "__foo_ bar_\n",
"html": "<p><em><em>foo</em> bar</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 407
},
{
"markdown": "*foo *bar**\n",
"html": "<p><em>foo <em>bar</em></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 408
},
{
"markdown": "*foo **bar** baz*\n",
"html": "<p><em>foo <strong>bar</strong> baz</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 409
},
{
"markdown": "*foo**bar**baz*\n",
"html": "<p><em>foo<strong>bar</strong>baz</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 410
},
{
"markdown": "*foo**bar*\n",
"html": "<p><em>foo**bar</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 411
},
{
"markdown": "***foo** bar*\n",
"html": "<p><em><strong>foo</strong> bar</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 412
},
{
"markdown": "*foo **bar***\n",
"html": "<p><em>foo <strong>bar</strong></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 413
},
{
"markdown": "*foo**bar***\n",
"html": "<p><em>foo<strong>bar</strong></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 414
},
{
"markdown": "foo***bar***baz\n",
"html": "<p>foo<em><strong>bar</strong></em>baz</p>\n",
"section": "Emphasis and strong emphasis",
"number": 415
},
{
"markdown": "foo******bar*********baz\n",
"html": "<p>foo<strong><strong><strong>bar</strong></strong></strong>***baz</p>\n",
"section": "Emphasis and strong emphasis",
"number": 416
},
{
"markdown": "*foo **bar *baz* bim** bop*\n",
"html": "<p><em>foo <strong>bar <em>baz</em> bim</strong> bop</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 417
},
{
"markdown": "*foo [*bar*](/url)*\n",
"html": "<p><em>foo <a href=\"/url\"><em>bar</em></a></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 418
},
{
"markdown": "** is not an empty emphasis\n",
"html": "<p>** is not an empty emphasis</p>\n",
"section": "Emphasis and strong emphasis",
"number": 419
},
{
"markdown": "**** is not an empty strong emphasis\n",
"html": "<p>**** is not an empty strong emphasis</p>\n",
"section": "Emphasis and strong emphasis",
"number": 420
},
{
"markdown": "**foo [bar](/url)**\n",
"html": "<p><strong>foo <a href=\"/url\">bar</a></strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 421
},
{
"markdown": "**foo\nbar**\n",
"html": "<p><strong>foo\nbar</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 422
},
{
"markdown": "__foo _bar_ baz__\n",
"html": "<p><strong>foo <em>bar</em> baz</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 423
},
{
"markdown": "__foo __bar__ baz__\n",
"html": "<p><strong>foo <strong>bar</strong> baz</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 424
},
{
"markdown": "____foo__ bar__\n",
"html": "<p><strong><strong>foo</strong> bar</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 425
},
{
"markdown": "**foo **bar****\n",
"html": "<p><strong>foo <strong>bar</strong></strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 426
},
{
"markdown": "**foo *bar* baz**\n",
"html": "<p><strong>foo <em>bar</em> baz</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 427
},
{
"markdown": "**foo*bar*baz**\n",
"html": "<p><strong>foo<em>bar</em>baz</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 428
},
{
"markdown": "***foo* bar**\n",
"html": "<p><strong><em>foo</em> bar</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 429
},
{
"markdown": "**foo *bar***\n",
"html": "<p><strong>foo <em>bar</em></strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 430
},
{
"markdown": "**foo *bar **baz**\nbim* bop**\n",
"html": "<p><strong>foo <em>bar <strong>baz</strong>\nbim</em> bop</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 431
},
{
"markdown": "**foo [*bar*](/url)**\n",
"html": "<p><strong>foo <a href=\"/url\"><em>bar</em></a></strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 432
},
{
"markdown": "__ is not an empty emphasis\n",
"html": "<p>__ is not an empty emphasis</p>\n",
"section": "Emphasis and strong emphasis",
"number": 433
},
{
"markdown": "____ is not an empty strong emphasis\n",
"html": "<p>____ is not an empty strong emphasis</p>\n",
"section": "Emphasis and strong emphasis",
"number": 434
},
{
"markdown": "foo ***\n",
"html": "<p>foo ***</p>\n",
"section": "Emphasis and strong emphasis",
"number": 435
},
{
"markdown": "foo *\\**\n",
"html": "<p>foo <em>*</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 436
},
{
"markdown": "foo *_*\n",
"html": "<p>foo <em>_</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 437
},
{
"markdown": "foo *****\n",
"html": "<p>foo *****</p>\n",
"section": "Emphasis and strong emphasis",
"number": 438
},
{
"markdown": "foo **\\***\n",
"html": "<p>foo <strong>*</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 439
},
{
"markdown": "foo **_**\n",
"html": "<p>foo <strong>_</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 440
},
{
"markdown": "**foo*\n",
"html": "<p>*<em>foo</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 441
},
{
"markdown": "*foo**\n",
"html": "<p><em>foo</em>*</p>\n",
"section": "Emphasis and strong emphasis",
"number": 442
},
{
"markdown": "***foo**\n",
"html": "<p>*<strong>foo</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 443
},
{
"markdown": "****foo*\n",
"html": "<p>***<em>foo</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 444
},
{
"markdown": "**foo***\n",
"html": "<p><strong>foo</strong>*</p>\n",
"section": "Emphasis and strong emphasis",
"number": 445
},
{
"markdown": "*foo****\n",
"html": "<p><em>foo</em>***</p>\n",
"section": "Emphasis and strong emphasis",
"number": 446
},
{
"markdown": "foo ___\n",
"html": "<p>foo ___</p>\n",
"section": "Emphasis and strong emphasis",
"number": 447
},
{
"markdown": "foo _\\__\n",
"html": "<p>foo <em>_</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 448
},
{
"markdown": "foo _*_\n",
"html": "<p>foo <em>*</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 449
},
{
"markdown": "foo _____\n",
"html": "<p>foo _____</p>\n",
"section": "Emphasis and strong emphasis",
"number": 450
},
{
"markdown": "foo __\\___\n",
"html": "<p>foo <strong>_</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 451
},
{
"markdown": "foo __*__\n",
"html": "<p>foo <strong>*</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 452
},
{
"markdown": "__foo_\n",
"html": "<p>_<em>foo</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 453
},
{
"markdown": "_foo__\n",
"html": "<p><em>foo</em>_</p>\n",
"section": "Emphasis and strong emphasis",
"number": 454
},
{
"markdown": "___foo__\n",
"html": "<p>_<strong>foo</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 455
},
{
"markdown": "____foo_\n",
"html": "<p>___<em>foo</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 456
},
{
"markdown": "__foo___\n",
"html": "<p><strong>foo</strong>_</p>\n",
"section": "Emphasis and strong emphasis",
"number": 457
},
{
"markdown": "_foo____\n",
"html": "<p><em>foo</em>___</p>\n",
"section": "Emphasis and strong emphasis",
"number": 458
},
{
"markdown": "**foo**\n",
"html": "<p><strong>foo</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 459
},
{
"markdown": "*_foo_*\n",
"html": "<p><em><em>foo</em></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 460
},
{
"markdown": "__foo__\n",
"html": "<p><strong>foo</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 461
},
{
"markdown": "_*foo*_\n",
"html": "<p><em><em>foo</em></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 462
},
{
"markdown": "****foo****\n",
"html": "<p><strong><strong>foo</strong></strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 463
},
{
"markdown": "____foo____\n",
"html": "<p><strong><strong>foo</strong></strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 464
},
{
"markdown": "******foo******\n",
"html": "<p><strong><strong><strong>foo</strong></strong></strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 465
},
{
"markdown": "***foo***\n",
"html": "<p><em><strong>foo</strong></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 466
},
{
"markdown": "_____foo_____\n",
"html": "<p><em><strong><strong>foo</strong></strong></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 467
},
{
"markdown": "*foo _bar* baz_\n",
"html": "<p><em>foo _bar</em> baz_</p>\n",
"section": "Emphasis and strong emphasis",
"number": 468
},
{
"markdown": "*foo __bar *baz bim__ bam*\n",
"html": "<p><em>foo <strong>bar *baz bim</strong> bam</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 469
},
{
"markdown": "**foo **bar baz**\n",
"html": "<p>**foo <strong>bar baz</strong></p>\n",
"section": "Emphasis and strong emphasis",
"number": 470
},
{
"markdown": "*foo *bar baz*\n",
"html": "<p>*foo <em>bar baz</em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 471
},
{
"markdown": "*[bar*](/url)\n",
"html": "<p>*<a href=\"/url\">bar*</a></p>\n",
"section": "Emphasis and strong emphasis",
"number": 472
},
{
"markdown": "_foo [bar_](/url)\n",
"html": "<p>_foo <a href=\"/url\">bar_</a></p>\n",
"section": "Emphasis and strong emphasis",
"number": 473
},
{
"markdown": "*<img src=\"foo\" title=\"*\"/>\n",
"html": "<p>*<img src=\"foo\" title=\"*\"/></p>\n",
"section": "Emphasis and strong emphasis",
"number": 474
},
{
"markdown": "**<a href=\"**\">\n",
"html": "<p>**<a href=\"**\"></p>\n",
"section": "Emphasis and strong emphasis",
"number": 475
},
{
"markdown": "__<a href=\"__\">\n",
"html": "<p>__<a href=\"__\"></p>\n",
"section": "Emphasis and strong emphasis",
"number": 476
},
{
"markdown": "*a `*`*\n",
"html": "<p><em>a <code>*</code></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 477
},
{
"markdown": "_a `_`_\n",
"html": "<p><em>a <code>_</code></em></p>\n",
"section": "Emphasis and strong emphasis",
"number": 478
},
{
"markdown": "**a<http://foo.bar/?q=**>\n",
"html": "<p>**a<a href=\"http://foo.bar/?q=**\">http://foo.bar/?q=**</a></p>\n",
"section": "Emphasis and strong emphasis",
"number": 479
},
{
"markdown": "__a<http://foo.bar/?q=__>\n",
"html": "<p>__a<a href=\"http://foo.bar/?q=__\">http://foo.bar/?q=__</a></p>\n",
"section": "Emphasis and strong emphasis",
"number": 480
},
{
"markdown": "[link](/uri \"title\")\n",
"html": "<p><a href=\"/uri\" title=\"title\">link</a></p>\n",
"section": "Links",
"number": 481
},
{
"markdown": "[link](/uri)\n",
"html": "<p><a href=\"/uri\">link</a></p>\n",
"section": "Links",
"number": 482
},
{
"markdown": "[](./target.md)\n",
"html": "<p><a href=\"./target.md\"></a></p>\n",
"section": "Links",
"number": 483
},
{
"markdown": "[link]()\n",
"html": "<p><a href=\"\">link</a></p>\n",
"section": "Links",
"number": 484
},
{
"markdown": "[link](<>)\n",
"html": "<p><a href=\"\">link</a></p>\n",
"section": "Links",
"number": 485
},
{
"markdown": "[]()\n",
"html": "<p><a href=\"\"></a></p>\n",
"section": "Links",
"number": 486
},
{
"markdown": "[link](/my uri)\n",
"html": "<p>[link](/my uri)</p>\n",
"section": "Links",
"number": 487
},
{
"markdown": "[link](</my uri>)\n",
"html": "<p><a href=\"/my%20uri\">link</a></p>\n",
"section": "Links",
"number": 488
},
{
"markdown": "[link](foo\nbar)\n",
"html": "<p>[link](foo\nbar)</p>\n",
"section": "Links",
"number": 489
},
{
"markdown": "[link](<foo\nbar>)\n",
"html": "<p>[link](<foo\nbar>)</p>\n",
"section": "Links",
"number": 490
},
{
"markdown": "[a](<b)c>)\n",
"html": "<p><a href=\"b)c\">a</a></p>\n",
"section": "Links",
"number": 491
},
{
"markdown": "[link](<foo\\>)\n",
"html": "<p>[link](&lt;foo&gt;)</p>\n",
"section": "Links",
"number": 492
},
{
"markdown": "[a](<b)c\n[a](<b)c>\n[a](<b>c)\n",
"html": "<p>[a](&lt;b)c\n[a](&lt;b)c&gt;\n[a](<b>c)</p>\n",
"section": "Links",
"number": 493
},
{
"markdown": "[link](\\(foo\\))\n",
"html": "<p><a href=\"(foo)\">link</a></p>\n",
"section": "Links",
"number": 494
},
{
"markdown": "[link](foo(and(bar)))\n",
"html": "<p><a href=\"foo(and(bar))\">link</a></p>\n",
"section": "Links",
"number": 495
},
{
"markdown": "[link](foo(and(bar))\n",
"html": "<p>[link](foo(and(bar))</p>\n",
"section": "Links",
"number": 496
},
{
"markdown": "[link](foo\\(and\\(bar\\))\n",
"html": "<p><a href=\"foo(and(bar)\">link</a></p>\n",
"section": "Links",
"number": 497
},
{
"markdown": "[link](<foo(and(bar)>)\n",
"html": "<p><a href=\"foo(and(bar)\">link</a></p>\n",
"section": "Links",
"number": 498
},
{
"markdown": "[link](foo\\)\\:)\n",
"html": "<p><a href=\"foo):\">link</a></p>\n",
"section": "Links",
"number": 499
},
{
"markdown": "[link](#fragment)\n\n[link](http://example.com#fragment)\n\n[link](http://example.com?foo=3#frag)\n",
"html": "<p><a href=\"#fragment\">link</a></p>\n<p><a href=\"http://example.com#fragment\">link</a></p>\n<p><a href=\"http://example.com?foo=3#frag\">link</a></p>\n",
"section": "Links",
"number": 500
},
{
"markdown": "[link](foo\\bar)\n",
"html": "<p><a href=\"foo%5Cbar\">link</a></p>\n",
"section": "Links",
"number": 501
},
{
"markdown": "[link](foo%20b&auml;)\n",
"html": "<p><a href=\"foo%20b%C3%A4\">link</a></p>\n",
"section": "Links",
"number": 502
},
{
"markdown": "[link](\"title\")\n",
"html": "<p><a href=\"%22title%22\">link</a></p>\n",
"section": "Links",
"number": 503
},
{
"markdown": "[link](/url \"title\")\n[link](/url 'title')\n[link](/url (title))\n",
"html": "<p><a href=\"/url\" title=\"title\">link</a>\n<a href=\"/url\" title=\"title\">link</a>\n<a href=\"/url\" title=\"title\">link</a></p>\n",
"section": "Links",
"number": 504
},
{
"markdown": "[link](/url \"title \\\"&quot;\")\n",
"html": "<p><a href=\"/url\" title=\"title &quot;&quot;\">link</a></p>\n",
"section": "Links",
"number": 505
},
{
"markdown": "[link](/url \"title\")\n",
"html": "<p><a href=\"/url%C2%A0%22title%22\">link</a></p>\n",
"section": "Links",
"number": 506
},
{
"markdown": "[link](/url \"title \"and\" title\")\n",
"html": "<p>[link](/url &quot;title &quot;and&quot; title&quot;)</p>\n",
"section": "Links",
"number": 507
},
{
"markdown": "[link](/url 'title \"and\" title')\n",
"html": "<p><a href=\"/url\" title=\"title &quot;and&quot; title\">link</a></p>\n",
"section": "Links",
"number": 508
},
{
"markdown": "[link]( /uri\n \"title\" )\n",
"html": "<p><a href=\"/uri\" title=\"title\">link</a></p>\n",
"section": "Links",
"number": 509
},
{
"markdown": "[link] (/uri)\n",
"html": "<p>[link] (/uri)</p>\n",
"section": "Links",
"number": 510
},
{
"markdown": "[link [foo [bar]]](/uri)\n",
"html": "<p><a href=\"/uri\">link [foo [bar]]</a></p>\n",
"section": "Links",
"number": 511
},
{
"markdown": "[link] bar](/uri)\n",
"html": "<p>[link] bar](/uri)</p>\n",
"section": "Links",
"number": 512
},
{
"markdown": "[link [bar](/uri)\n",
"html": "<p>[link <a href=\"/uri\">bar</a></p>\n",
"section": "Links",
"number": 513
},
{
"markdown": "[link \\[bar](/uri)\n",
"html": "<p><a href=\"/uri\">link [bar</a></p>\n",
"section": "Links",
"number": 514
},
{
"markdown": "[link *foo **bar** `#`*](/uri)\n",
"html": "<p><a href=\"/uri\">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>\n",
"section": "Links",
"number": 515
},
{
"markdown": "[![moon](moon.jpg)](/uri)\n",
"html": "<p><a href=\"/uri\"><img src=\"moon.jpg\" alt=\"moon\" /></a></p>\n",
"section": "Links",
"number": 516
},
{
"markdown": "[foo [bar](/uri)](/uri)\n",
"html": "<p>[foo <a href=\"/uri\">bar</a>](/uri)</p>\n",
"section": "Links",
"number": 517
},
{
"markdown": "[foo *[bar [baz](/uri)](/uri)*](/uri)\n",
"html": "<p>[foo <em>[bar <a href=\"/uri\">baz</a>](/uri)</em>](/uri)</p>\n",
"section": "Links",
"number": 518
},
{
"markdown": "![[[foo](uri1)](uri2)](uri3)\n",
"html": "<p><img src=\"uri3\" alt=\"[foo](uri2)\" /></p>\n",
"section": "Links",
"number": 519
},
{
"markdown": "*[foo*](/uri)\n",
"html": "<p>*<a href=\"/uri\">foo*</a></p>\n",
"section": "Links",
"number": 520
},
{
"markdown": "[foo *bar](baz*)\n",
"html": "<p><a href=\"baz*\">foo *bar</a></p>\n",
"section": "Links",
"number": 521
},
{
"markdown": "*foo [bar* baz]\n",
"html": "<p><em>foo [bar</em> baz]</p>\n",
"section": "Links",
"number": 522
},
{
"markdown": "[foo <bar attr=\"](baz)\">\n",
"html": "<p>[foo <bar attr=\"](baz)\"></p>\n",
"section": "Links",
"number": 523
},
{
"markdown": "[foo`](/uri)`\n",
"html": "<p>[foo<code>](/uri)</code></p>\n",
"section": "Links",
"number": 524
},
{
"markdown": "[foo<http://example.com/?search=](uri)>\n",
"html": "<p>[foo<a href=\"http://example.com/?search=%5D(uri)\">http://example.com/?search=](uri)</a></p>\n",
"section": "Links",
"number": 525
},
{
"markdown": "[foo][bar]\n\n[bar]: /url \"title\"\n",
"html": "<p><a href=\"/url\" title=\"title\">foo</a></p>\n",
"section": "Links",
"number": 526
},
{
"markdown": "[link [foo [bar]]][ref]\n\n[ref]: /uri\n",
"html": "<p><a href=\"/uri\">link [foo [bar]]</a></p>\n",
"section": "Links",
"number": 527
},
{
"markdown": "[link \\[bar][ref]\n\n[ref]: /uri\n",
"html": "<p><a href=\"/uri\">link [bar</a></p>\n",
"section": "Links",
"number": 528
},
{
"markdown": "[link *foo **bar** `#`*][ref]\n\n[ref]: /uri\n",
"html": "<p><a href=\"/uri\">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>\n",
"section": "Links",
"number": 529
},
{
"markdown": "[![moon](moon.jpg)][ref]\n\n[ref]: /uri\n",
"html": "<p><a href=\"/uri\"><img src=\"moon.jpg\" alt=\"moon\" /></a></p>\n",
"section": "Links",
"number": 530
},
{
"markdown": "[foo [bar](/uri)][ref]\n\n[ref]: /uri\n",
"html": "<p>[foo <a href=\"/uri\">bar</a>]<a href=\"/uri\">ref</a></p>\n",
"section": "Links",
"number": 531
},
{
"markdown": "[foo *bar [baz][ref]*][ref]\n\n[ref]: /uri\n",
"html": "<p>[foo <em>bar <a href=\"/uri\">baz</a></em>]<a href=\"/uri\">ref</a></p>\n",
"section": "Links",
"number": 532
},
{
"markdown": "*[foo*][ref]\n\n[ref]: /uri\n",
"html": "<p>*<a href=\"/uri\">foo*</a></p>\n",
"section": "Links",
"number": 533
},
{
"markdown": "[foo *bar][ref]*\n\n[ref]: /uri\n",
"html": "<p><a href=\"/uri\">foo *bar</a>*</p>\n",
"section": "Links",
"number": 534
},
{
"markdown": "[foo <bar attr=\"][ref]\">\n\n[ref]: /uri\n",
"html": "<p>[foo <bar attr=\"][ref]\"></p>\n",
"section": "Links",
"number": 535
},
{
"markdown": "[foo`][ref]`\n\n[ref]: /uri\n",
"html": "<p>[foo<code>][ref]</code></p>\n",
"section": "Links",
"number": 536
},
{
"markdown": "[foo<http://example.com/?search=][ref]>\n\n[ref]: /uri\n",
"html": "<p>[foo<a href=\"http://example.com/?search=%5D%5Bref%5D\">http://example.com/?search=][ref]</a></p>\n",
"section": "Links",
"number": 537
},
{
"markdown": "[foo][BaR]\n\n[bar]: /url \"title\"\n",
"html": "<p><a href=\"/url\" title=\"title\">foo</a></p>\n",
"section": "Links",
"number": 538
},
{
"markdown": "[ẞ]\n\n[SS]: /url\n",
"html": "<p><a href=\"/url\">ẞ</a></p>\n",
"section": "Links",
"number": 539
},
{
"markdown": "[Foo\n bar]: /url\n\n[Baz][Foo bar]\n",
"html": "<p><a href=\"/url\">Baz</a></p>\n",
"section": "Links",
"number": 540
},
{
"markdown": "[foo] [bar]\n\n[bar]: /url \"title\"\n",
"html": "<p>[foo] <a href=\"/url\" title=\"title\">bar</a></p>\n",
"section": "Links",
"number": 541
},
{
"markdown": "[foo]\n[bar]\n\n[bar]: /url \"title\"\n",
"html": "<p>[foo]\n<a href=\"/url\" title=\"title\">bar</a></p>\n",
"section": "Links",
"number": 542
},
{
"markdown": "[foo]: /url1\n\n[foo]: /url2\n\n[bar][foo]\n",
"html": "<p><a href=\"/url1\">bar</a></p>\n",
"section": "Links",
"number": 543
},
{
"markdown": "[bar][foo\\!]\n\n[foo!]: /url\n",
"html": "<p>[bar][foo!]</p>\n",
"section": "Links",
"number": 544
},
{
"markdown": "[foo][ref[]\n\n[ref[]: /uri\n",
"html": "<p>[foo][ref[]</p>\n<p>[ref[]: /uri</p>\n",
"section": "Links",
"number": 545
},
{
"markdown": "[foo][ref[bar]]\n\n[ref[bar]]: /uri\n",
"html": "<p>[foo][ref[bar]]</p>\n<p>[ref[bar]]: /uri</p>\n",
"section": "Links",
"number": 546
},
{
"markdown": "[[[foo]]]\n\n[[[foo]]]: /url\n",
"html": "<p>[[[foo]]]</p>\n<p>[[[foo]]]: /url</p>\n",
"section": "Links",
"number": 547
},
{
"markdown": "[foo][ref\\[]\n\n[ref\\[]: /uri\n",
"html": "<p><a href=\"/uri\">foo</a></p>\n",
"section": "Links",
"number": 548
},
{
"markdown": "[bar\\\\]: /uri\n\n[bar\\\\]\n",
"html": "<p><a href=\"/uri\">bar\\</a></p>\n",
"section": "Links",
"number": 549
},
{
"markdown": "[]\n\n[]: /uri\n",
"html": "<p>[]</p>\n<p>[]: /uri</p>\n",
"section": "Links",
"number": 550
},
{
"markdown": "[\n ]\n\n[\n ]: /uri\n",
"html": "<p>[\n]</p>\n<p>[\n]: /uri</p>\n",
"section": "Links",
"number": 551
},
{
"markdown": "[foo][]\n\n[foo]: /url \"title\"\n",
"html": "<p><a href=\"/url\" title=\"title\">foo</a></p>\n",
"section": "Links",
"number": 552
},
{
"markdown": "[*foo* bar][]\n\n[*foo* bar]: /url \"title\"\n",
"html": "<p><a href=\"/url\" title=\"title\"><em>foo</em> bar</a></p>\n",
"section": "Links",
"number": 553
},
{
"markdown": "[Foo][]\n\n[foo]: /url \"title\"\n",
"html": "<p><a href=\"/url\" title=\"title\">Foo</a></p>\n",
"section": "Links",
"number": 554
},
{
"markdown": "[foo] \n[]\n\n[foo]: /url \"title\"\n",
"html": "<p><a href=\"/url\" title=\"title\">foo</a>\n[]</p>\n",
"section": "Links",
"number": 555
},
{
"markdown": "[foo]\n\n[foo]: /url \"title\"\n",
"html": "<p><a href=\"/url\" title=\"title\">foo</a></p>\n",
"section": "Links",
"number": 556
},
{
"markdown": "[*foo* bar]\n\n[*foo* bar]: /url \"title\"\n",
"html": "<p><a href=\"/url\" title=\"title\"><em>foo</em> bar</a></p>\n",
"section": "Links",
"number": 557
},
{
"markdown": "[[*foo* bar]]\n\n[*foo* bar]: /url \"title\"\n",
"html": "<p>[<a href=\"/url\" title=\"title\"><em>foo</em> bar</a>]</p>\n",
"section": "Links",
"number": 558
},
{
"markdown": "[[bar [foo]\n\n[foo]: /url\n",
"html": "<p>[[bar <a href=\"/url\">foo</a></p>\n",
"section": "Links",
"number": 559
},
{
"markdown": "[Foo]\n\n[foo]: /url \"title\"\n",
"html": "<p><a href=\"/url\" title=\"title\">Foo</a></p>\n",
"section": "Links",
"number": 560
},
{
"markdown": "[foo] bar\n\n[foo]: /url\n",
"html": "<p><a href=\"/url\">foo</a> bar</p>\n",
"section": "Links",
"number": 561
},
{
"markdown": "\\[foo]\n\n[foo]: /url \"title\"\n",
"html": "<p>[foo]</p>\n",
"section": "Links",
"number": 562
},
{
"markdown": "[foo*]: /url\n\n*[foo*]\n",
"html": "<p>*<a href=\"/url\">foo*</a></p>\n",
"section": "Links",
"number": 563
},
{
"markdown": "[foo][bar]\n\n[foo]: /url1\n[bar]: /url2\n",
"html": "<p><a href=\"/url2\">foo</a></p>\n",
"section": "Links",
"number": 564
},
{
"markdown": "[foo][]\n\n[foo]: /url1\n",
"html": "<p><a href=\"/url1\">foo</a></p>\n",
"section": "Links",
"number": 565
},
{
"markdown": "[foo]()\n\n[foo]: /url1\n",
"html": "<p><a href=\"\">foo</a></p>\n",
"section": "Links",
"number": 566
},
{
"markdown": "[foo](not a link)\n\n[foo]: /url1\n",
"html": "<p><a href=\"/url1\">foo</a>(not a link)</p>\n",
"section": "Links",
"number": 567
},
{
"markdown": "[foo][bar][baz]\n\n[baz]: /url\n",
"html": "<p>[foo]<a href=\"/url\">bar</a></p>\n",
"section": "Links",
"number": 568
},
{
"markdown": "[foo][bar][baz]\n\n[baz]: /url1\n[bar]: /url2\n",
"html": "<p><a href=\"/url2\">foo</a><a href=\"/url1\">baz</a></p>\n",
"section": "Links",
"number": 569
},
{
"markdown": "[foo][bar][baz]\n\n[baz]: /url1\n[foo]: /url2\n",
"html": "<p>[foo]<a href=\"/url1\">bar</a></p>\n",
"section": "Links",
"number": 570
},
{
"markdown": "![foo](/url \"title\")\n",
"html": "<p><img src=\"/url\" alt=\"foo\" title=\"title\" /></p>\n",
"section": "Images",
"number": 571
},
{
"markdown": "![foo *bar*]\n\n[foo *bar*]: train.jpg \"train & tracks\"\n",
"html": "<p><img src=\"train.jpg\" alt=\"foo bar\" title=\"train &amp; tracks\" /></p>\n",
"section": "Images",
"number": 572
},
{
"markdown": "![foo ![bar](/url)](/url2)\n",
"html": "<p><img src=\"/url2\" alt=\"foo bar\" /></p>\n",
"section": "Images",
"number": 573
},
{
"markdown": "![foo [bar](/url)](/url2)\n",
"html": "<p><img src=\"/url2\" alt=\"foo bar\" /></p>\n",
"section": "Images",
"number": 574
},
{
"markdown": "![foo *bar*][]\n\n[foo *bar*]: train.jpg \"train & tracks\"\n",
"html": "<p><img src=\"train.jpg\" alt=\"foo bar\" title=\"train &amp; tracks\" /></p>\n",
"section": "Images",
"number": 575
},
{
"markdown": "![foo *bar*][foobar]\n\n[FOOBAR]: train.jpg \"train & tracks\"\n",
"html": "<p><img src=\"train.jpg\" alt=\"foo bar\" title=\"train &amp; tracks\" /></p>\n",
"section": "Images",
"number": 576
},
{
"markdown": "![foo](train.jpg)\n",
"html": "<p><img src=\"train.jpg\" alt=\"foo\" /></p>\n",
"section": "Images",
"number": 577
},
{
"markdown": "My ![foo bar](/path/to/train.jpg \"title\" )\n",
"html": "<p>My <img src=\"/path/to/train.jpg\" alt=\"foo bar\" title=\"title\" /></p>\n",
"section": "Images",
"number": 578
},
{
"markdown": "![foo](<url>)\n",
"html": "<p><img src=\"url\" alt=\"foo\" /></p>\n",
"section": "Images",
"number": 579
},
{
"markdown": "![](/url)\n",
"html": "<p><img src=\"/url\" alt=\"\" /></p>\n",
"section": "Images",
"number": 580
},
{
"markdown": "![foo][bar]\n\n[bar]: /url\n",
"html": "<p><img src=\"/url\" alt=\"foo\" /></p>\n",
"section": "Images",
"number": 581
},
{
"markdown": "![foo][bar]\n\n[BAR]: /url\n",
"html": "<p><img src=\"/url\" alt=\"foo\" /></p>\n",
"section": "Images",
"number": 582
},
{
"markdown": "![foo][]\n\n[foo]: /url \"title\"\n",
"html": "<p><img src=\"/url\" alt=\"foo\" title=\"title\" /></p>\n",
"section": "Images",
"number": 583
},
{
"markdown": "![*foo* bar][]\n\n[*foo* bar]: /url \"title\"\n",
"html": "<p><img src=\"/url\" alt=\"foo bar\" title=\"title\" /></p>\n",
"section": "Images",
"number": 584
},
{
"markdown": "![Foo][]\n\n[foo]: /url \"title\"\n",
"html": "<p><img src=\"/url\" alt=\"Foo\" title=\"title\" /></p>\n",
"section": "Images",
"number": 585
},
{
"markdown": "![foo] \n[]\n\n[foo]: /url \"title\"\n",
"html": "<p><img src=\"/url\" alt=\"foo\" title=\"title\" />\n[]</p>\n",
"section": "Images",
"number": 586
},
{
"markdown": "![foo]\n\n[foo]: /url \"title\"\n",
"html": "<p><img src=\"/url\" alt=\"foo\" title=\"title\" /></p>\n",
"section": "Images",
"number": 587
},
{
"markdown": "![*foo* bar]\n\n[*foo* bar]: /url \"title\"\n",
"html": "<p><img src=\"/url\" alt=\"foo bar\" title=\"title\" /></p>\n",
"section": "Images",
"number": 588
},
{
"markdown": "![[foo]]\n\n[[foo]]: /url \"title\"\n",
"html": "<p>![[foo]]</p>\n<p>[[foo]]: /url &quot;title&quot;</p>\n",
"section": "Images",
"number": 589
},
{
"markdown": "![Foo]\n\n[foo]: /url \"title\"\n",
"html": "<p><img src=\"/url\" alt=\"Foo\" title=\"title\" /></p>\n",
"section": "Images",
"number": 590
},
{
"markdown": "!\\[foo]\n\n[foo]: /url \"title\"\n",
"html": "<p>![foo]</p>\n",
"section": "Images",
"number": 591
},
{
"markdown": "\\![foo]\n\n[foo]: /url \"title\"\n",
"html": "<p>!<a href=\"/url\" title=\"title\">foo</a></p>\n",
"section": "Images",
"number": 592
},
{
"markdown": "<http://foo.bar.baz>\n",
"html": "<p><a href=\"http://foo.bar.baz\">http://foo.bar.baz</a></p>\n",
"section": "Autolinks",
"number": 593
},
{
"markdown": "<http://foo.bar.baz/test?q=hello&id=22&boolean>\n",
"html": "<p><a href=\"http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean\">http://foo.bar.baz/test?q=hello&amp;id=22&amp;boolean</a></p>\n",
"section": "Autolinks",
"number": 594
},
{
"markdown": "<irc://foo.bar:2233/baz>\n",
"html": "<p><a href=\"irc://foo.bar:2233/baz\">irc://foo.bar:2233/baz</a></p>\n",
"section": "Autolinks",
"number": 595
},
{
"markdown": "<MAILTO:FOO@BAR.BAZ>\n",
"html": "<p><a href=\"MAILTO:FOO@BAR.BAZ\">MAILTO:FOO@BAR.BAZ</a></p>\n",
"section": "Autolinks",
"number": 596
},
{
"markdown": "<a+b+c:d>\n",
"html": "<p><a href=\"a+b+c:d\">a+b+c:d</a></p>\n",
"section": "Autolinks",
"number": 597
},
{
"markdown": "<made-up-scheme://foo,bar>\n",
"html": "<p><a href=\"made-up-scheme://foo,bar\">made-up-scheme://foo,bar</a></p>\n",
"section": "Autolinks",
"number": 598
},
{
"markdown": "<http://../>\n",
"html": "<p><a href=\"http://../\">http://../</a></p>\n",
"section": "Autolinks",
"number": 599
},
{
"markdown": "<localhost:5001/foo>\n",
"html": "<p><a href=\"localhost:5001/foo\">localhost:5001/foo</a></p>\n",
"section": "Autolinks",
"number": 600
},
{
"markdown": "<http://foo.bar/baz bim>\n",
"html": "<p>&lt;http://foo.bar/baz bim&gt;</p>\n",
"section": "Autolinks",
"number": 601
},
{
"markdown": "<http://example.com/\\[\\>\n",
"html": "<p><a href=\"http://example.com/%5C%5B%5C\">http://example.com/\\[\\</a></p>\n",
"section": "Autolinks",
"number": 602
},
{
"markdown": "<foo@bar.example.com>\n",
"html": "<p><a href=\"mailto:foo@bar.example.com\">foo@bar.example.com</a></p>\n",
"section": "Autolinks",
"number": 603
},
{
"markdown": "<foo+special@Bar.baz-bar0.com>\n",
"html": "<p><a href=\"mailto:foo+special@Bar.baz-bar0.com\">foo+special@Bar.baz-bar0.com</a></p>\n",
"section": "Autolinks",
"number": 604
},
{
"markdown": "<foo\\+@bar.example.com>\n",
"html": "<p>&lt;foo+@bar.example.com&gt;</p>\n",
"section": "Autolinks",
"number": 605
},
{
"markdown": "<>\n",
"html": "<p>&lt;&gt;</p>\n",
"section": "Autolinks",
"number": 606
},
{
"markdown": "< http://foo.bar >\n",
"html": "<p>&lt; http://foo.bar &gt;</p>\n",
"section": "Autolinks",
"number": 607
},
{
"markdown": "<m:abc>\n",
"html": "<p>&lt;m:abc&gt;</p>\n",
"section": "Autolinks",
"number": 608
},
{
"markdown": "<foo.bar.baz>\n",
"html": "<p>&lt;foo.bar.baz&gt;</p>\n",
"section": "Autolinks",
"number": 609
},
{
"markdown": "http://example.com\n",
"html": "<p>http://example.com</p>\n",
"section": "Autolinks",
"number": 610
},
{
"markdown": "foo@bar.example.com\n",
"html": "<p>foo@bar.example.com</p>\n",
"section": "Autolinks",
"number": 611
},
{
"markdown": "<a><bab><c2c>\n",
"html": "<p><a><bab><c2c></p>\n",
"section": "Raw HTML",
"number": 612
},
{
"markdown": "<a/><b2/>\n",
"html": "<p><a/><b2/></p>\n",
"section": "Raw HTML",
"number": 613
},
{
"markdown": "<a /><b2\ndata=\"foo\" >\n",
"html": "<p><a /><b2\ndata=\"foo\" ></p>\n",
"section": "Raw HTML",
"number": 614
},
{
"markdown": "<a foo=\"bar\" bam = 'baz <em>\"</em>'\n_boolean zoop:33=zoop:33 />\n",
"html": "<p><a foo=\"bar\" bam = 'baz <em>\"</em>'\n_boolean zoop:33=zoop:33 /></p>\n",
"section": "Raw HTML",
"number": 615
},
{
"markdown": "Foo <responsive-image src=\"foo.jpg\" />\n",
"html": "<p>Foo <responsive-image src=\"foo.jpg\" /></p>\n",
"section": "Raw HTML",
"number": 616
},
{
"markdown": "<33> <__>\n",
"html": "<p>&lt;33&gt; &lt;__&gt;</p>\n",
"section": "Raw HTML",
"number": 617
},
{
"markdown": "<a h*#ref=\"hi\">\n",
"html": "<p>&lt;a h*#ref=&quot;hi&quot;&gt;</p>\n",
"section": "Raw HTML",
"number": 618
},
{
"markdown": "<a href=\"hi'> <a href=hi'>\n",
"html": "<p>&lt;a href=&quot;hi'&gt; &lt;a href=hi'&gt;</p>\n",
"section": "Raw HTML",
"number": 619
},
{
"markdown": "< a><\nfoo><bar/ >\n<foo bar=baz\nbim!bop />\n",
"html": "<p>&lt; a&gt;&lt;\nfoo&gt;&lt;bar/ &gt;\n&lt;foo bar=baz\nbim!bop /&gt;</p>\n",
"section": "Raw HTML",
"number": 620
},
{
"markdown": "<a href='bar'title=title>\n",
"html": "<p>&lt;a href='bar'title=title&gt;</p>\n",
"section": "Raw HTML",
"number": 621
},
{
"markdown": "</a></foo >\n",
"html": "<p></a></foo ></p>\n",
"section": "Raw HTML",
"number": 622
},
{
"markdown": "</a href=\"foo\">\n",
"html": "<p>&lt;/a href=&quot;foo&quot;&gt;</p>\n",
"section": "Raw HTML",
"number": 623
},
{
"markdown": "foo <!-- this is a\ncomment - with hyphen -->\n",
"html": "<p>foo <!-- this is a\ncomment - with hyphen --></p>\n",
"section": "Raw HTML",
"number": 624
},
{
"markdown": "foo <!-- not a comment -- two hyphens -->\n",
"html": "<p>foo &lt;!-- not a comment -- two hyphens --&gt;</p>\n",
"section": "Raw HTML",
"number": 625
},
{
"markdown": "foo <!--> foo -->\n\nfoo <!-- foo--->\n",
"html": "<p>foo &lt;!--&gt; foo --&gt;</p>\n<p>foo &lt;!-- foo---&gt;</p>\n",
"section": "Raw HTML",
"number": 626
},
{
"markdown": "foo <?php echo $a; ?>\n",
"html": "<p>foo <?php echo $a; ?></p>\n",
"section": "Raw HTML",
"number": 627
},
{
"markdown": "foo <!ELEMENT br EMPTY>\n",
"html": "<p>foo <!ELEMENT br EMPTY></p>\n",
"section": "Raw HTML",
"number": 628
},
{
"markdown": "foo <![CDATA[>&<]]>\n",
"html": "<p>foo <![CDATA[>&<]]></p>\n",
"section": "Raw HTML",
"number": 629
},
{
"markdown": "foo <a href=\"&ouml;\">\n",
"html": "<p>foo <a href=\"&ouml;\"></p>\n",
"section": "Raw HTML",
"number": 630
},
{
"markdown": "foo <a href=\"\\*\">\n",
"html": "<p>foo <a href=\"\\*\"></p>\n",
"section": "Raw HTML",
"number": 631
},
{
"markdown": "<a href=\"\\\"\">\n",
"html": "<p>&lt;a href=&quot;&quot;&quot;&gt;</p>\n",
"section": "Raw HTML",
"number": 632
},
{
"markdown": "foo \nbaz\n",
"html": "<p>foo<br />\nbaz</p>\n",
"section": "Hard line breaks",
"number": 633
},
{
"markdown": "foo\\\nbaz\n",
"html": "<p>foo<br />\nbaz</p>\n",
"section": "Hard line breaks",
"number": 634
},
{
"markdown": "foo \nbaz\n",
"html": "<p>foo<br />\nbaz</p>\n",
"section": "Hard line breaks",
"number": 635
},
{
"markdown": "foo \n bar\n",
"html": "<p>foo<br />\nbar</p>\n",
"section": "Hard line breaks",
"number": 636
},
{
"markdown": "foo\\\n bar\n",
"html": "<p>foo<br />\nbar</p>\n",
"section": "Hard line breaks",
"number": 637
},
{
"markdown": "*foo \nbar*\n",
"html": "<p><em>foo<br />\nbar</em></p>\n",
"section": "Hard line breaks",
"number": 638
},
{
"markdown": "*foo\\\nbar*\n",
"html": "<p><em>foo<br />\nbar</em></p>\n",
"section": "Hard line breaks",
"number": 639
},
{
"markdown": "`code \nspan`\n",
"html": "<p><code>code span</code></p>\n",
"section": "Hard line breaks",
"number": 640
},
{
"markdown": "`code\\\nspan`\n",
"html": "<p><code>code\\ span</code></p>\n",
"section": "Hard line breaks",
"number": 641
},
{
"markdown": "<a href=\"foo \nbar\">\n",
"html": "<p><a href=\"foo \nbar\"></p>\n",
"section": "Hard line breaks",
"number": 642
},
{
"markdown": "<a href=\"foo\\\nbar\">\n",
"html": "<p><a href=\"foo\\\nbar\"></p>\n",
"section": "Hard line breaks",
"number": 643
},
{
"markdown": "foo\\\n",
"html": "<p>foo\\</p>\n",
"section": "Hard line breaks",
"number": 644
},
{
"markdown": "foo \n",
"html": "<p>foo</p>\n",
"section": "Hard line breaks",
"number": 645
},
{
"markdown": "### foo\\\n",
"html": "<h3>foo\\</h3>\n",
"section": "Hard line breaks",
"number": 646
},
{
"markdown": "### foo \n",
"html": "<h3>foo</h3>\n",
"section": "Hard line breaks",
"number": 647
},
{
"markdown": "foo\nbaz\n",
"html": "<p>foo\nbaz</p>\n",
"section": "Soft line breaks",
"number": 648
},
{
"markdown": "foo \n baz\n",
"html": "<p>foo\nbaz</p>\n",
"section": "Soft line breaks",
"number": 649
},
{
"markdown": "hello $.;'there\n",
"html": "<p>hello $.;'there</p>\n",
"section": "Textual content",
"number": 650
},
{
"markdown": "Foo χρῆν\n",
"html": "<p>Foo χρῆν</p>\n",
"section": "Textual content",
"number": 651
},
{
"markdown": "Multiple spaces\n",
"html": "<p>Multiple spaces</p>\n",
"section": "Textual content",
"number": 652
}
]