[ { "html": "
foo\tbaz\t\tbim\n
\n",
"example": 1,
"end_line": 264,
"start_line": 259,
"section": "Tabs",
"markdown": "\tfoo\tbaz\t\tbim\n"
},
{
"html": "foo\tbaz\t\tbim\n
\n",
"example": 2,
"end_line": 271,
"start_line": 266,
"section": "Tabs",
"markdown": " \tfoo\tbaz\t\tbim\n"
},
{
"html": "a\ta\nὐ\ta\n
\n",
"example": 3,
"end_line": 280,
"start_line": 273,
"section": "Tabs",
"markdown": " a\ta\n ὐ\ta\n"
},
{
"html": "foo
\nbar
\n\n\n", "example": 5, "end_line": 301, "start_line": 295, "section": "Tabs", "markdown": ">\tfoo\tbar\n" }, { "html": "foo\tbar
\n
+++
\n", "example": 8, "end_line": 378, "start_line": 374, "section": "Horizontal rules", "markdown": "+++\n" }, { "html": "===
\n", "example": 9, "end_line": 384, "start_line": 380, "section": "Horizontal rules", "markdown": "===\n" }, { "html": "--\n**\n__
\n", "example": 10, "end_line": 396, "start_line": 388, "section": "Horizontal rules", "markdown": "--\n**\n__\n" }, { "html": "***\n
\n",
"example": 12,
"end_line": 417,
"start_line": 412,
"section": "Horizontal rules",
"markdown": " ***\n"
},
{
"html": "Foo\n***
\n", "example": 13, "end_line": 425, "start_line": 419, "section": "Horizontal rules", "markdown": "Foo\n ***\n" }, { "html": "_ _ _ _ a
\na------
\n---a---
\n", "example": 19, "end_line": 475, "start_line": 465, "section": "Horizontal rules", "markdown": "_ _ _ _ a\n\na------\n\n---a---\n" }, { "html": "-
\n", "example": 20, "end_line": 484, "start_line": 480, "section": "Horizontal rules", "markdown": " *-*\n" }, { "html": "Foo
\nbar
\n", "example": 22, "end_line": 512, "start_line": 504, "section": "Horizontal rules", "markdown": "Foo\n***\nbar\n" }, { "html": "bar
\n", "example": 23, "end_line": 527, "start_line": 520, "section": "Horizontal rules", "markdown": "Foo\n---\nbar\n" }, { "html": "####### foo
\n", "example": 27, "end_line": 598, "start_line": 594, "section": "ATX headers", "markdown": "####### foo\n" }, { "html": "#5 bolt
\n#foobar
\n", "example": 28, "end_line": 615, "start_line": 608, "section": "ATX headers", "markdown": "#5 bolt\n\n#foobar\n" }, { "html": "## foo
\n", "example": 29, "end_line": 623, "start_line": 619, "section": "ATX headers", "markdown": "\\## foo\n" }, { "html": "# foo\n
\n",
"example": 33,
"end_line": 660,
"start_line": 655,
"section": "ATX headers",
"markdown": " # foo\n"
},
{
"html": "foo\n# bar
\n", "example": 34, "end_line": 668, "start_line": 662, "section": "ATX headers", "markdown": "foo\n # bar\n" }, { "html": "Foo bar
\nBar foo
\n", "example": 42, "end_line": 751, "start_line": 743, "section": "ATX headers", "markdown": "Foo bar\n# baz\nBar foo\n" }, { "html": "\n\n\n", "example": 43, "end_line": 763, "start_line": 755, "section": "ATX headers", "markdown": "## \n#\n### ###\n" }, { "html": "Foo\n---\n\nFoo\n
\nFoo\n---
\n", "example": 49, "end_line": 873, "start_line": 867, "section": "Setext headers", "markdown": "Foo\n ---\n" }, { "html": "Foo\n= =
\nFoo
\n`
\nof dashes"/>
\n", "example": 53, "end_line": 924, "start_line": 911, "section": "Setext headers", "markdown": "`Foo\n----\n`\n\n\n" }, { "html": "\n\nFoo
\n
Foo\nBar
\nFoo\nBar\n===
\n", "example": 56, "end_line": 966, "start_line": 951, "section": "Setext headers", "markdown": "Foo\nBar\n---\n\nFoo\nBar\n===\n" }, { "html": "Baz
\n", "example": 57, "end_line": 982, "start_line": 970, "section": "Setext headers", "markdown": "---\nFoo\n---\nBar\n---\nBaz\n" }, { "html": "====
\n", "example": 58, "end_line": 991, "start_line": 986, "section": "Setext headers", "markdown": "\n====\n" }, { "html": "foo\n
\n\n\nfoo
\n
a simple\n indented code block\n
\n",
"example": 64,
"end_line": 1066,
"start_line": 1059,
"section": "Indented code blocks",
"markdown": " a simple\n indented code block\n"
},
{
"html": "foo
\nbar
\nfoo
\n<a/>\n*hi*\n\n- one\n
\n",
"example": 67,
"end_line": 1115,
"start_line": 1104,
"section": "Indented code blocks",
"markdown": " \n *hi*\n\n - one\n"
},
{
"html": "chunk1\n\nchunk2\n\n\n\nchunk3\n
\n",
"example": 68,
"end_line": 1136,
"start_line": 1119,
"section": "Indented code blocks",
"markdown": " chunk1\n\n chunk2\n \n \n \n chunk3\n"
},
{
"html": "chunk1\n \n chunk2\n
\n",
"example": 69,
"end_line": 1150,
"start_line": 1141,
"section": "Indented code blocks",
"markdown": " chunk1\n \n chunk2\n"
},
{
"html": "Foo\nbar
\n", "example": 70, "end_line": 1162, "start_line": 1155, "section": "Indented code blocks", "markdown": "Foo\n bar\n\n" }, { "html": "foo\n
\nbar
\n", "example": 71, "end_line": 1175, "start_line": 1168, "section": "Indented code blocks", "markdown": " foo\nbar\n" }, { "html": "foo\n
\nfoo\n
\n foo\nbar\n
\n",
"example": 73,
"end_line": 1206,
"start_line": 1199,
"section": "Indented code blocks",
"markdown": " foo\n bar\n"
},
{
"html": "foo\n
\n",
"example": 74,
"end_line": 1220,
"start_line": 1211,
"section": "Indented code blocks",
"markdown": "\n \n foo\n \n\n"
},
{
"html": "foo \n
\n",
"example": 75,
"end_line": 1229,
"start_line": 1224,
"section": "Indented code blocks",
"markdown": " foo \n"
},
{
"html": "<\n >\n
\n",
"example": 76,
"end_line": 1287,
"start_line": 1278,
"section": "Fenced code blocks",
"markdown": "```\n<\n >\n```\n"
},
{
"html": "<\n >\n
\n",
"example": 77,
"end_line": 1300,
"start_line": 1291,
"section": "Fenced code blocks",
"markdown": "~~~\n<\n >\n~~~\n"
},
{
"html": "aaa\n~~~\n
\n",
"example": 78,
"end_line": 1314,
"start_line": 1305,
"section": "Fenced code blocks",
"markdown": "```\naaa\n~~~\n```\n"
},
{
"html": "aaa\n```\n
\n",
"example": 79,
"end_line": 1325,
"start_line": 1316,
"section": "Fenced code blocks",
"markdown": "~~~\naaa\n```\n~~~\n"
},
{
"html": "aaa\n```\n
\n",
"example": 80,
"end_line": 1338,
"start_line": 1329,
"section": "Fenced code blocks",
"markdown": "````\naaa\n```\n``````\n"
},
{
"html": "aaa\n~~~\n
\n",
"example": 81,
"end_line": 1349,
"start_line": 1340,
"section": "Fenced code blocks",
"markdown": "~~~~\naaa\n~~~\n~~~~\n"
},
{
"html": "
\n",
"example": 82,
"end_line": 1357,
"start_line": 1353,
"section": "Fenced code blocks",
"markdown": "```\n"
},
{
"html": "\n```\naaa\n
\n",
"example": 83,
"end_line": 1369,
"start_line": 1359,
"section": "Fenced code blocks",
"markdown": "`````\n\n```\naaa\n"
},
{
"html": "\n \n
\n",
"example": 84,
"end_line": 1382,
"start_line": 1373,
"section": "Fenced code blocks",
"markdown": "```\n\n \n```\n"
},
{
"html": "
\n",
"example": 85,
"end_line": 1391,
"start_line": 1386,
"section": "Fenced code blocks",
"markdown": "```\n```\n"
},
{
"html": "aaa\naaa\n
\n",
"example": 86,
"end_line": 1406,
"start_line": 1397,
"section": "Fenced code blocks",
"markdown": " ```\n aaa\naaa\n```\n"
},
{
"html": "aaa\naaa\naaa\n
\n",
"example": 87,
"end_line": 1419,
"start_line": 1408,
"section": "Fenced code blocks",
"markdown": " ```\naaa\n aaa\naaa\n ```\n"
},
{
"html": "aaa\n aaa\naaa\n
\n",
"example": 88,
"end_line": 1432,
"start_line": 1421,
"section": "Fenced code blocks",
"markdown": " ```\n aaa\n aaa\n aaa\n ```\n"
},
{
"html": "```\naaa\n```\n
\n",
"example": 89,
"end_line": 1445,
"start_line": 1436,
"section": "Fenced code blocks",
"markdown": " ```\n aaa\n ```\n"
},
{
"html": "aaa\n
\n",
"example": 90,
"end_line": 1457,
"start_line": 1450,
"section": "Fenced code blocks",
"markdown": "```\naaa\n ```\n"
},
{
"html": "aaa\n
\n",
"example": 91,
"end_line": 1466,
"start_line": 1459,
"section": "Fenced code blocks",
"markdown": " ```\naaa\n ```\n"
},
{
"html": "aaa\n ```\n
\n",
"example": 92,
"end_line": 1478,
"start_line": 1470,
"section": "Fenced code blocks",
"markdown": "```\naaa\n ```\n"
},
{
"html": "\naaa
aaa\n~~~ ~~\n
\n",
"example": 94,
"end_line": 1499,
"start_line": 1491,
"section": "Fenced code blocks",
"markdown": "~~~~~~\naaa\n~~~ ~~\n"
},
{
"html": "foo
\nbar\n
\nbaz
\n", "example": 95, "end_line": 1515, "start_line": 1504, "section": "Fenced code blocks", "markdown": "foo\n```\nbar\n```\nbaz\n" }, { "html": "bar\n
\ndef foo(x)\n return 3\nend\n
\n",
"example": 97,
"end_line": 1550,
"start_line": 1539,
"section": "Fenced code blocks",
"markdown": "```ruby\ndef foo(x)\n return 3\nend\n```\n"
},
{
"html": "def foo(x)\n return 3\nend\n
\n",
"example": 98,
"end_line": 1563,
"start_line": 1552,
"section": "Fenced code blocks",
"markdown": "~~~~ ruby startline=3 $%@#$\ndef foo(x)\n return 3\nend\n~~~~~~~\n"
},
{
"html": "
\n",
"example": 99,
"end_line": 1570,
"start_line": 1565,
"section": "Fenced code blocks",
"markdown": "````;\n````\n"
},
{
"html": "aa
\nfoo
``` aaa\n
\n",
"example": 101,
"end_line": 1591,
"start_line": 1584,
"section": "Fenced code blocks",
"markdown": "```\n``` aaa\n```\n"
},
{
"html": "\n hi\n | \n
okay.
\n", "example": 102, "end_line": 1637, "start_line": 1618, "section": "HTML blocks", "markdown": "\n hi\n | \n
Markdown
\n<!-- foo -->\n
\n",
"example": 109,
"end_line": 1745,
"start_line": 1737,
"section": "HTML blocks",
"markdown": " \n\n \n"
},
{
"html": "Foo
\nEmphasized text.
\n\nHi\n | \n
\nHi\n | \n\n
[foo]: /url 'title
\nwith blank line'
\n[foo]
\n", "example": 121, "end_line": 1963, "start_line": 1953, "section": "Link reference definitions", "markdown": "[foo]: /url 'title\n\nwith blank line'\n\n[foo]\n" }, { "html": "\n", "example": 122, "end_line": 1974, "start_line": 1967, "section": "Link reference definitions", "markdown": "[foo]:\n/url\n\n[foo]\n" }, { "html": "[foo]:
\n[foo]
\n", "example": 123, "end_line": 1985, "start_line": 1978, "section": "Link reference definitions", "markdown": "[foo]:\n\n[foo]\n" }, { "html": "\n", "example": 124, "end_line": 1996, "start_line": 1990, "section": "Link reference definitions", "markdown": "[foo]: /url\\bar\\*baz \"foo\\\"bar\\baz\"\n\n[foo]\n" }, { "html": "\n", "example": 125, "end_line": 2006, "start_line": 2000, "section": "Link reference definitions", "markdown": "[foo]\n\n[foo]: url\n" }, { "html": "\n", "example": 126, "end_line": 2018, "start_line": 2011, "section": "Link reference definitions", "markdown": "[foo]\n\n[foo]: first\n[foo]: second\n" }, { "html": "\n", "example": 127, "end_line": 2029, "start_line": 2023, "section": "Link reference definitions", "markdown": "[FOO]: /url\n\n[Foo]\n" }, { "html": "\n", "example": 128, "end_line": 2037, "start_line": 2031, "section": "Link reference definitions", "markdown": "[ΑΓΩ]: /φου\n\n[αγω]\n" }, { "html": "", "example": 129, "end_line": 2045, "start_line": 2042, "section": "Link reference definitions", "markdown": "[foo]: /url\n" }, { "html": "bar
\n", "example": 130, "end_line": 2056, "start_line": 2049, "section": "Link reference definitions", "markdown": "[\nfoo\n]: /url\nbar\n" }, { "html": "[foo]: /url "title" ok
\n", "example": 131, "end_line": 2065, "start_line": 2061, "section": "Link reference definitions", "markdown": "[foo]: /url \"title\" ok\n" }, { "html": ""title" ok
\n", "example": 132, "end_line": 2074, "start_line": 2069, "section": "Link reference definitions", "markdown": "[foo]: /url\n\"title\" ok\n" }, { "html": "[foo]: /url "title"\n
\n[foo]
\n", "example": 133, "end_line": 2087, "start_line": 2079, "section": "Link reference definitions", "markdown": " [foo]: /url \"title\"\n\n[foo]\n" }, { "html": "[foo]: /url\n
\n[foo]
\n", "example": 134, "end_line": 2102, "start_line": 2092, "section": "Link reference definitions", "markdown": "```\n[foo]: /url\n```\n\n[foo]\n" }, { "html": "Foo\n[bar]: /baz
\n[bar]
\n", "example": 135, "end_line": 2115, "start_line": 2106, "section": "Link reference definitions", "markdown": "Foo\n[bar]: /baz\n\n[bar]\n" }, { "html": "\n\n", "example": 136, "end_line": 2129, "start_line": 2120, "section": "Link reference definitions", "markdown": "# [Foo]\n[foo]: /url\n> bar\n" }, { "html": "\n", "example": 137, "end_line": 2147, "start_line": 2134, "section": "Link reference definitions", "markdown": "[foo]: /foo-url \"foo\"\n[bar]: /bar-url\n \"bar\"\n[baz]: /baz-url\n\n[foo],\n[bar],\n[baz]\n" }, { "html": "\nbar
\n
\n\n", "example": 138, "end_line": 2162, "start_line": 2154, "section": "Link reference definitions", "markdown": "[foo]\n\n> [foo]: /url\n" }, { "html": "
aaa
\nbbb
\n", "example": 139, "end_line": 2183, "start_line": 2176, "section": "Paragraphs", "markdown": "aaa\n\nbbb\n" }, { "html": "aaa\nbbb
\nccc\nddd
\n", "example": 140, "end_line": 2198, "start_line": 2187, "section": "Paragraphs", "markdown": "aaa\nbbb\n\nccc\nddd\n" }, { "html": "aaa
\nbbb
\n", "example": 141, "end_line": 2210, "start_line": 2202, "section": "Paragraphs", "markdown": "aaa\n\n\nbbb\n" }, { "html": "aaa\nbbb
\n", "example": 142, "end_line": 2220, "start_line": 2214, "section": "Paragraphs", "markdown": " aaa\n bbb\n" }, { "html": "aaa\nbbb\nccc
\n", "example": 143, "end_line": 2233, "start_line": 2225, "section": "Paragraphs", "markdown": "aaa\n bbb\n ccc\n" }, { "html": "aaa\nbbb
\n", "example": 144, "end_line": 2244, "start_line": 2238, "section": "Paragraphs", "markdown": " aaa\nbbb\n" }, { "html": "aaa\n
\nbbb
\n", "example": 145, "end_line": 2253, "start_line": 2246, "section": "Paragraphs", "markdown": " aaa\nbbb\n" }, { "html": "aaa
\nbbb
aaa
\n\n\n", "example": 148, "end_line": 2350, "start_line": 2340, "section": "Block quotes", "markdown": "> # Foo\n> bar\n> baz\n" }, { "html": "Foo
\nbar\nbaz
\n
\n\n", "example": 149, "end_line": 2364, "start_line": 2354, "section": "Block quotes", "markdown": "># Foo\n>bar\n> baz\n" }, { "html": "Foo
\nbar\nbaz
\n
\n\n", "example": 150, "end_line": 2378, "start_line": 2368, "section": "Block quotes", "markdown": " > # Foo\n > bar\n > baz\n" }, { "html": "Foo
\nbar\nbaz
\n
> # Foo\n> bar\n> baz\n
\n",
"example": 151,
"end_line": 2391,
"start_line": 2382,
"section": "Block quotes",
"markdown": " > # Foo\n > bar\n > baz\n"
},
{
"html": "\n\n", "example": 152, "end_line": 2406, "start_line": 2396, "section": "Block quotes", "markdown": "> # Foo\n> bar\nbaz\n" }, { "html": "Foo
\nbar\nbaz
\n
\n\n", "example": 153, "end_line": 2421, "start_line": 2411, "section": "Block quotes", "markdown": "> bar\nbaz\n> foo\n" }, { "html": "bar\nbaz\nfoo
\n
\n\nfoo
\n
\n\n\n
\n- foo
\n
\n\n\nfoo\n
bar\n
\n",
"example": 156,
"end_line": 2480,
"start_line": 2470,
"section": "Block quotes",
"markdown": "> foo\n bar\n"
},
{
"html": "\n\n\n
foo
\n
\n",
"example": 157,
"end_line": 2492,
"start_line": 2482,
"section": "Block quotes",
"markdown": "> ```\nfoo\n```\n"
},
{
"html": "\n\n", "example": 158, "end_line": 2501, "start_line": 2496, "section": "Block quotes", "markdown": ">\n" }, { "html": "
\n\n", "example": 159, "end_line": 2510, "start_line": 2503, "section": "Block quotes", "markdown": ">\n> \n> \n" }, { "html": "
\n\n", "example": 160, "end_line": 2522, "start_line": 2514, "section": "Block quotes", "markdown": ">\n> foo\n> \n" }, { "html": "foo
\n
\n\nfoo
\n
\n\n", "example": 161, "end_line": 2537, "start_line": 2526, "section": "Block quotes", "markdown": "> foo\n\n> bar\n" }, { "html": "bar
\n
\n\n", "example": 162, "end_line": 2555, "start_line": 2547, "section": "Block quotes", "markdown": "> foo\n> bar\n" }, { "html": "foo\nbar
\n
\n\n", "example": 163, "end_line": 2568, "start_line": 2559, "section": "Block quotes", "markdown": "> foo\n>\n> bar\n" }, { "html": "foo
\nbar
\n
foo
\n\n\n", "example": 164, "end_line": 2580, "start_line": 2572, "section": "Block quotes", "markdown": "foo\n> bar\n" }, { "html": "bar
\n
\n\naaa
\n
\n\n", "example": 165, "end_line": 2597, "start_line": 2585, "section": "Block quotes", "markdown": "> aaa\n***\n> bbb\n" }, { "html": "bbb
\n
\n\n", "example": 166, "end_line": 2610, "start_line": 2602, "section": "Block quotes", "markdown": "> bar\nbaz\n" }, { "html": "bar\nbaz
\n
\n\nbar
\n
baz
\n", "example": 167, "end_line": 2621, "start_line": 2612, "section": "Block quotes", "markdown": "> bar\n\nbaz\n" }, { "html": "\n\nbar
\n
baz
\n", "example": 168, "end_line": 2632, "start_line": 2623, "section": "Block quotes", "markdown": "> bar\n>\nbaz\n" }, { "html": "\n\n", "example": 169, "end_line": 2650, "start_line": 2638, "section": "Block quotes", "markdown": "> > > foo\nbar\n" }, { "html": "\n\n\n\nfoo\nbar
\n
\n\n", "example": 170, "end_line": 2666, "start_line": 2652, "section": "Block quotes", "markdown": ">>> foo\n> bar\n>>baz\n" }, { "html": "\n\n\n\nfoo\nbar\nbaz
\n
\n\n\ncode\n
\n\n", "example": 171, "end_line": 2685, "start_line": 2673, "section": "Block quotes", "markdown": "> code\n\n> not code\n" }, { "html": "not code
\n
A paragraph\nwith two lines.
\nindented code\n
\n\n\n", "example": 172, "end_line": 2730, "start_line": 2715, "section": "List items", "markdown": "A paragraph\nwith two lines.\n\n indented code\n\n> A block quote.\n" }, { "html": "A block quote.
\n
A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
two
\n", "example": 174, "end_line": 2777, "start_line": 2768, "section": "List items", "markdown": "- one\n\n two\n" }, { "html": "one
\ntwo
\n two\n
\n",
"example": 176,
"end_line": 2802,
"start_line": 2792,
"section": "List items",
"markdown": " - one\n\n two\n"
},
{
"html": "one
\ntwo
\n\n\n", "example": 178, "end_line": 2840, "start_line": 2825, "section": "List items", "markdown": " > > 1. one\n>>\n>> two\n" }, { "html": "\n\n\n
\n- \n
\none
\ntwo
\n
\n\n", "example": 179, "end_line": 2864, "start_line": 2851, "section": "List items", "markdown": ">>- one\n>>\n > > two\n" }, { "html": "\n\n\n
\n- one
\ntwo
\n
-one
\n2.two
\n", "example": 180, "end_line": 2876, "start_line": 2869, "section": "List items", "markdown": "-one\n\n2.two\n" }, { "html": "foo
\nbar
\nfoo
\nbar
\nfoo\n\n\nbar\n
\nbaz
\nfoo\n\n\nbar\n
\nfoo
\nbar\n
\nbaz
\n\n\nbam
\n
foo
\nbar\n
\nfoo
\nbar\n
\nindented code\n
\nparagraph
\nmore code\n
\n",
"example": 185,
"end_line": 3029,
"start_line": 3017,
"section": "List items",
"markdown": " indented code\n\nparagraph\n\n more code\n"
},
{
"html": "indented code\n
\nparagraph
\nmore code\n
\n indented code\n
\nparagraph
\nmore code\n
\nfoo
\nbar
\n", "example": 188, "end_line": 3085, "start_line": 3078, "section": "List items", "markdown": " foo\n\nbar\n" }, { "html": "bar
\n", "example": 189, "end_line": 3096, "start_line": 3087, "section": "List items", "markdown": "- foo\n\n bar\n" }, { "html": "foo
\nbar
\nbar\n
\nbaz\n
\nA paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n
\n",
"example": 199,
"end_line": 3298,
"start_line": 3283,
"section": "List items",
"markdown": " 1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n"
},
{
"html": "A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
\n\n", "example": 202, "end_line": 3361, "start_line": 3347, "section": "List items", "markdown": "> 1. > Blockquote\ncontinued here.\n" }, { "html": "\n
\n- \n
\n\n\nBlockquote\ncontinued here.
\n
\n\n", "example": 203, "end_line": 3377, "start_line": 3363, "section": "List items", "markdown": "> 1. > Blockquote\n> continued here.\n" }, { "html": "\n
\n- \n
\n\n\nBlockquote\ncontinued here.
\n
Foo
\nThe number of windows in my house is
\nfoo
\nbar
\nbar
\n bim\n
\n",
"example": 217,
"end_line": 3894,
"start_line": 3873,
"section": "Lists",
"markdown": "- foo\n - bar\n - baz\n\n\n bim\n"
},
{
"html": "foo
\nnotcode
\nfoo
\ncode\n
\n",
"example": 219,
"end_line": 3940,
"start_line": 3919,
"section": "Lists",
"markdown": "- foo\n\n notcode\n\n- foo\n\n\n code\n"
},
{
"html": "a
\nb
\nc
\na
\nb
\nc
\na
\nc
\na
\nb
\nc
\nd
\na
\nb
\nd
\nb\n\n\n
\nb
\nc
\n\n\nb
\n
\n\nb
\n
c\n
\nfoo\n
\nbar
\nfoo
\nbaz
\na
\nd
\nhi
lo`
!"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~
\n", "example": 236, "end_line": 4277, "start_line": 4273, "section": "Backslash escapes", "markdown": "\\!\\\"\\#\\$\\%\\&\\'\\(\\)\\*\\+\\,\\-\\.\\/\\:\\;\\<\\=\\>\\?\\@\\[\\\\\\]\\^\\_\\`\\{\\|\\}\\~\n" }, { "html": "\\\t\\A\\a\\ \\3\\φ\\«
\n", "example": 237, "end_line": 4286, "start_line": 4282, "section": "Backslash escapes", "markdown": "\\\t\\A\\a\\ \\3\\φ\\«\n" }, { "html": "*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 header\n[foo]: /url "not a reference"
\n", "example": 238, "end_line": 4309, "start_line": 4291, "section": "Backslash escapes", "markdown": "\\*not emphasized*\n\\\\emphasis
\n", "example": 239, "end_line": 4317, "start_line": 4313, "section": "Backslash escapes", "markdown": "\\\\*emphasis*\n" }, { "html": "foo
\nbar
\\[\\`
\\[\\]\n
\n",
"example": 242,
"end_line": 4343,
"start_line": 4338,
"section": "Backslash escapes",
"markdown": " \\[\\]\n"
},
{
"html": "\\[\\]\n
\n",
"example": 243,
"end_line": 4352,
"start_line": 4345,
"section": "Backslash escapes",
"markdown": "~~~\n\\[\\]\n~~~\n"
},
{
"html": "\n",
"example": 244,
"end_line": 4358,
"start_line": 4354,
"section": "Backslash escapes",
"markdown": "foo\n
\n",
"example": 248,
"end_line": 4390,
"start_line": 4383,
"section": "Backslash escapes",
"markdown": "``` foo\\+bar\nfoo\n```\n"
},
{
"html": "& © Æ Ď\n¾ ℋ ⅆ\n∲ ≧̸
\n", "example": 249, "end_line": 4417, "start_line": 4409, "section": "Entities", "markdown": " & © Æ Ď\n¾ ℋ ⅆ\n∲ ≧̸\n" }, { "html": "# Ӓ Ϡ � �
\n", "example": 250, "end_line": 4430, "start_line": 4426, "section": "Entities", "markdown": "# Ӓ Ϡ \n" }, { "html": "" ആ ಫ
\n", "example": 251, "end_line": 4441, "start_line": 4437, "section": "Entities", "markdown": "" ആ ಫ\n" }, { "html": "  &x; &#; &#x; &ThisIsWayTooLongToBeAnEntityIsntIt; &hi?;
\n", "example": 252, "end_line": 4449, "start_line": 4445, "section": "Entities", "markdown": "  &x; &ThisIsWayTooLongToBeAnEntityIsntIt; &hi?;\n" }, { "html": "©
\n", "example": 253, "end_line": 4459, "start_line": 4455, "section": "Entities", "markdown": "©\n" }, { "html": "&MadeUpEntity;
\n", "example": 254, "end_line": 4468, "start_line": 4464, "section": "Entities", "markdown": "&MadeUpEntity;\n" }, { "html": "\n", "example": 255, "end_line": 4478, "start_line": 4474, "section": "Entities", "markdown": "\n" }, { "html": "\n", "example": 256, "end_line": 4484, "start_line": 4480, "section": "Entities", "markdown": "[foo](/föö \"föö\")\n" }, { "html": "\n", "example": 257, "end_line": 4492, "start_line": 4486, "section": "Entities", "markdown": "[foo]\n\n[foo]: /föö \"föö\"\n" }, { "html": "foo\n
\n",
"example": 258,
"end_line": 4501,
"start_line": 4494,
"section": "Entities",
"markdown": "``` föö\nfoo\n```\n"
},
{
"html": "föö
föfö\n
\n",
"example": 260,
"end_line": 4516,
"start_line": 4511,
"section": "Entities",
"markdown": " föfö\n"
},
{
"html": "foo
foo ` bar
``
foo
foo bar baz
foo `` bar
foo\\
bar`
*foo*
[not a link](/foo
)
<a href="
">`
<http://foo.bar.
baz>`
```foo``
\n", "example": 274, "end_line": 4667, "start_line": 4663, "section": "Code spans", "markdown": "```foo``\n" }, { "html": "`foo
\n", "example": 275, "end_line": 4673, "start_line": 4669, "section": "Code spans", "markdown": "`foo\n" }, { "html": "foo bar
\n", "example": 276, "end_line": 4882, "start_line": 4878, "section": "Emphasis and strong emphasis", "markdown": "*foo bar*\n" }, { "html": "a * foo bar*
\n", "example": 277, "end_line": 4891, "start_line": 4887, "section": "Emphasis and strong emphasis", "markdown": "a * foo bar*\n" }, { "html": "a*"foo"*
\n", "example": 278, "end_line": 4901, "start_line": 4897, "section": "Emphasis and strong emphasis", "markdown": "a*\"foo\"*\n" }, { "html": "* a *
\n", "example": 279, "end_line": 4909, "start_line": 4905, "section": "Emphasis and strong emphasis", "markdown": "* a *\n" }, { "html": "foobar
\n", "example": 280, "end_line": 4917, "start_line": 4913, "section": "Emphasis and strong emphasis", "markdown": "foo*bar*\n" }, { "html": "5678
\n", "example": 281, "end_line": 4923, "start_line": 4919, "section": "Emphasis and strong emphasis", "markdown": "5*6*78\n" }, { "html": "foo bar
\n", "example": 282, "end_line": 4931, "start_line": 4927, "section": "Emphasis and strong emphasis", "markdown": "_foo bar_\n" }, { "html": "_ foo bar_
\n", "example": 283, "end_line": 4940, "start_line": 4936, "section": "Emphasis and strong emphasis", "markdown": "_ foo bar_\n" }, { "html": "a_"foo"_
\n", "example": 284, "end_line": 4949, "start_line": 4945, "section": "Emphasis and strong emphasis", "markdown": "a_\"foo\"_\n" }, { "html": "foo_bar_
\n", "example": 285, "end_line": 4957, "start_line": 4953, "section": "Emphasis and strong emphasis", "markdown": "foo_bar_\n" }, { "html": "5_6_78
\n", "example": 286, "end_line": 4963, "start_line": 4959, "section": "Emphasis and strong emphasis", "markdown": "5_6_78\n" }, { "html": "пристаням_стремятся_
\n", "example": 287, "end_line": 4969, "start_line": 4965, "section": "Emphasis and strong emphasis", "markdown": "пристаням_стремятся_\n" }, { "html": "aa_"bb"_cc
\n", "example": 288, "end_line": 4978, "start_line": 4974, "section": "Emphasis and strong emphasis", "markdown": "aa_\"bb\"_cc\n" }, { "html": "foo-(bar)
\n", "example": 289, "end_line": 4988, "start_line": 4984, "section": "Emphasis and strong emphasis", "markdown": "foo-_(bar)_\n" }, { "html": "_foo*
\n", "example": 290, "end_line": 4999, "start_line": 4995, "section": "Emphasis and strong emphasis", "markdown": "_foo*\n" }, { "html": "*foo bar *
\n", "example": 291, "end_line": 5008, "start_line": 5004, "section": "Emphasis and strong emphasis", "markdown": "*foo bar *\n" }, { "html": "*foo bar
\n*(*foo)
\n", "example": 293, "end_line": 5030, "start_line": 5026, "section": "Emphasis and strong emphasis", "markdown": "*(*foo)\n" }, { "html": "(foo)
\n", "example": 294, "end_line": 5039, "start_line": 5035, "section": "Emphasis and strong emphasis", "markdown": "*(*foo*)*\n" }, { "html": "foobar
\n", "example": 295, "end_line": 5047, "start_line": 5043, "section": "Emphasis and strong emphasis", "markdown": "*foo*bar\n" }, { "html": "_foo bar _
\n", "example": 296, "end_line": 5059, "start_line": 5055, "section": "Emphasis and strong emphasis", "markdown": "_foo bar _\n" }, { "html": "_(_foo)
\n", "example": 297, "end_line": 5068, "start_line": 5064, "section": "Emphasis and strong emphasis", "markdown": "_(_foo)\n" }, { "html": "(foo)
\n", "example": 298, "end_line": 5076, "start_line": 5072, "section": "Emphasis and strong emphasis", "markdown": "_(_foo_)_\n" }, { "html": "_foo_bar
\n", "example": 299, "end_line": 5084, "start_line": 5080, "section": "Emphasis and strong emphasis", "markdown": "_foo_bar\n" }, { "html": "_пристаням_стремятся
\n", "example": 300, "end_line": 5090, "start_line": 5086, "section": "Emphasis and strong emphasis", "markdown": "_пристаням_стремятся\n" }, { "html": "foo_bar_baz
\n", "example": 301, "end_line": 5096, "start_line": 5092, "section": "Emphasis and strong emphasis", "markdown": "_foo_bar_baz_\n" }, { "html": "(bar).
\n", "example": 302, "end_line": 5106, "start_line": 5102, "section": "Emphasis and strong emphasis", "markdown": "_(bar)_.\n" }, { "html": "foo bar
\n", "example": 303, "end_line": 5114, "start_line": 5110, "section": "Emphasis and strong emphasis", "markdown": "**foo bar**\n" }, { "html": "** foo bar**
\n", "example": 304, "end_line": 5123, "start_line": 5119, "section": "Emphasis and strong emphasis", "markdown": "** foo bar**\n" }, { "html": "a**"foo"**
\n", "example": 305, "end_line": 5133, "start_line": 5129, "section": "Emphasis and strong emphasis", "markdown": "a**\"foo\"**\n" }, { "html": "foobar
\n", "example": 306, "end_line": 5141, "start_line": 5137, "section": "Emphasis and strong emphasis", "markdown": "foo**bar**\n" }, { "html": "foo bar
\n", "example": 307, "end_line": 5149, "start_line": 5145, "section": "Emphasis and strong emphasis", "markdown": "__foo bar__\n" }, { "html": "__ foo bar__
\n", "example": 308, "end_line": 5158, "start_line": 5154, "section": "Emphasis and strong emphasis", "markdown": "__ foo bar__\n" }, { "html": "__\nfoo bar__
\n", "example": 309, "end_line": 5167, "start_line": 5161, "section": "Emphasis and strong emphasis", "markdown": "__\nfoo bar__\n" }, { "html": "a__"foo"__
\n", "example": 310, "end_line": 5176, "start_line": 5172, "section": "Emphasis and strong emphasis", "markdown": "a__\"foo\"__\n" }, { "html": "foo__bar__
\n", "example": 311, "end_line": 5184, "start_line": 5180, "section": "Emphasis and strong emphasis", "markdown": "foo__bar__\n" }, { "html": "5__6__78
\n", "example": 312, "end_line": 5190, "start_line": 5186, "section": "Emphasis and strong emphasis", "markdown": "5__6__78\n" }, { "html": "пристаням__стремятся__
\n", "example": 313, "end_line": 5196, "start_line": 5192, "section": "Emphasis and strong emphasis", "markdown": "пристаням__стремятся__\n" }, { "html": "foo, bar, baz
\n", "example": 314, "end_line": 5202, "start_line": 5198, "section": "Emphasis and strong emphasis", "markdown": "__foo, __bar__, baz__\n" }, { "html": "foo-(bar)
\n", "example": 315, "end_line": 5212, "start_line": 5208, "section": "Emphasis and strong emphasis", "markdown": "foo-__(bar)__\n" }, { "html": "**foo bar **
\n", "example": 316, "end_line": 5224, "start_line": 5220, "section": "Emphasis and strong emphasis", "markdown": "**foo bar **\n" }, { "html": "**(**foo)
\n", "example": 317, "end_line": 5236, "start_line": 5232, "section": "Emphasis and strong emphasis", "markdown": "**(**foo)\n" }, { "html": "(foo)
\n", "example": 318, "end_line": 5245, "start_line": 5241, "section": "Emphasis and strong emphasis", "markdown": "*(**foo**)*\n" }, { "html": "Gomphocarpus (Gomphocarpus physocarpus, syn.\nAsclepias physocarpa)
\n", "example": 319, "end_line": 5253, "start_line": 5247, "section": "Emphasis and strong emphasis", "markdown": "**Gomphocarpus (*Gomphocarpus physocarpus*, syn.\n*Asclepias physocarpa*)**\n" }, { "html": "foo "bar" foo
\n", "example": 320, "end_line": 5259, "start_line": 5255, "section": "Emphasis and strong emphasis", "markdown": "**foo \"*bar*\" foo**\n" }, { "html": "foobar
\n", "example": 321, "end_line": 5267, "start_line": 5263, "section": "Emphasis and strong emphasis", "markdown": "**foo**bar\n" }, { "html": "__foo bar __
\n", "example": 322, "end_line": 5278, "start_line": 5274, "section": "Emphasis and strong emphasis", "markdown": "__foo bar __\n" }, { "html": "__(__foo)
\n", "example": 323, "end_line": 5287, "start_line": 5283, "section": "Emphasis and strong emphasis", "markdown": "__(__foo)\n" }, { "html": "(foo)
\n", "example": 324, "end_line": 5296, "start_line": 5292, "section": "Emphasis and strong emphasis", "markdown": "_(__foo__)_\n" }, { "html": "__foo__bar
\n", "example": 325, "end_line": 5304, "start_line": 5300, "section": "Emphasis and strong emphasis", "markdown": "__foo__bar\n" }, { "html": "__пристаням__стремятся
\n", "example": 326, "end_line": 5310, "start_line": 5306, "section": "Emphasis and strong emphasis", "markdown": "__пристаням__стремятся\n" }, { "html": "foo__bar__baz
\n", "example": 327, "end_line": 5316, "start_line": 5312, "section": "Emphasis and strong emphasis", "markdown": "__foo__bar__baz__\n" }, { "html": "(bar).
\n", "example": 328, "end_line": 5326, "start_line": 5322, "section": "Emphasis and strong emphasis", "markdown": "__(bar)__.\n" }, { "html": "foo bar
\n", "example": 329, "end_line": 5337, "start_line": 5333, "section": "Emphasis and strong emphasis", "markdown": "*foo [bar](/url)*\n" }, { "html": "foo\nbar
\n", "example": 330, "end_line": 5345, "start_line": 5339, "section": "Emphasis and strong emphasis", "markdown": "*foo\nbar*\n" }, { "html": "foo bar baz
\n", "example": 331, "end_line": 5354, "start_line": 5350, "section": "Emphasis and strong emphasis", "markdown": "_foo __bar__ baz_\n" }, { "html": "foo bar baz
\n", "example": 332, "end_line": 5360, "start_line": 5356, "section": "Emphasis and strong emphasis", "markdown": "_foo _bar_ baz_\n" }, { "html": "foo bar
\n", "example": 333, "end_line": 5366, "start_line": 5362, "section": "Emphasis and strong emphasis", "markdown": "__foo_ bar_\n" }, { "html": "foo bar
\n", "example": 334, "end_line": 5372, "start_line": 5368, "section": "Emphasis and strong emphasis", "markdown": "*foo *bar**\n" }, { "html": "foo bar baz
\n", "example": 335, "end_line": 5378, "start_line": 5374, "section": "Emphasis and strong emphasis", "markdown": "*foo **bar** baz*\n" }, { "html": "foobarbaz
\n", "example": 336, "end_line": 5386, "start_line": 5382, "section": "Emphasis and strong emphasis", "markdown": "*foo**bar**baz*\n" }, { "html": "foo bar
\n", "example": 337, "end_line": 5395, "start_line": 5391, "section": "Emphasis and strong emphasis", "markdown": "***foo** bar*\n" }, { "html": "foo bar
\n", "example": 338, "end_line": 5401, "start_line": 5397, "section": "Emphasis and strong emphasis", "markdown": "*foo **bar***\n" }, { "html": "foobar**
\n", "example": 339, "end_line": 5411, "start_line": 5407, "section": "Emphasis and strong emphasis", "markdown": "*foo**bar***\n" }, { "html": "foo bar baz bim bop
\n", "example": 340, "end_line": 5420, "start_line": 5416, "section": "Emphasis and strong emphasis", "markdown": "*foo **bar *baz* bim** bop*\n" }, { "html": "foo bar
\n", "example": 341, "end_line": 5426, "start_line": 5422, "section": "Emphasis and strong emphasis", "markdown": "*foo [*bar*](/url)*\n" }, { "html": "** is not an empty emphasis
\n", "example": 342, "end_line": 5434, "start_line": 5430, "section": "Emphasis and strong emphasis", "markdown": "** is not an empty emphasis\n" }, { "html": "**** is not an empty strong emphasis
\n", "example": 343, "end_line": 5440, "start_line": 5436, "section": "Emphasis and strong emphasis", "markdown": "**** is not an empty strong emphasis\n" }, { "html": "foo bar
\n", "example": 344, "end_line": 5452, "start_line": 5448, "section": "Emphasis and strong emphasis", "markdown": "**foo [bar](/url)**\n" }, { "html": "foo\nbar
\n", "example": 345, "end_line": 5460, "start_line": 5454, "section": "Emphasis and strong emphasis", "markdown": "**foo\nbar**\n" }, { "html": "foo bar baz
\n", "example": 346, "end_line": 5469, "start_line": 5465, "section": "Emphasis and strong emphasis", "markdown": "__foo _bar_ baz__\n" }, { "html": "foo bar baz
\n", "example": 347, "end_line": 5475, "start_line": 5471, "section": "Emphasis and strong emphasis", "markdown": "__foo __bar__ baz__\n" }, { "html": "foo bar
\n", "example": 348, "end_line": 5481, "start_line": 5477, "section": "Emphasis and strong emphasis", "markdown": "____foo__ bar__\n" }, { "html": "foo bar
\n", "example": 349, "end_line": 5487, "start_line": 5483, "section": "Emphasis and strong emphasis", "markdown": "**foo **bar****\n" }, { "html": "foo bar baz
\n", "example": 350, "end_line": 5493, "start_line": 5489, "section": "Emphasis and strong emphasis", "markdown": "**foo *bar* baz**\n" }, { "html": "foobarbaz**
\n", "example": 351, "end_line": 5501, "start_line": 5497, "section": "Emphasis and strong emphasis", "markdown": "**foo*bar*baz**\n" }, { "html": "foo bar
\n", "example": 352, "end_line": 5510, "start_line": 5506, "section": "Emphasis and strong emphasis", "markdown": "***foo* bar**\n" }, { "html": "foo bar
\n", "example": 353, "end_line": 5516, "start_line": 5512, "section": "Emphasis and strong emphasis", "markdown": "**foo *bar***\n" }, { "html": "foo bar baz\nbim bop
\n", "example": 354, "end_line": 5526, "start_line": 5520, "section": "Emphasis and strong emphasis", "markdown": "**foo *bar **baz**\nbim* bop**\n" }, { "html": "foo bar
\n", "example": 355, "end_line": 5532, "start_line": 5528, "section": "Emphasis and strong emphasis", "markdown": "**foo [*bar*](/url)**\n" }, { "html": "__ is not an empty emphasis
\n", "example": 356, "end_line": 5540, "start_line": 5536, "section": "Emphasis and strong emphasis", "markdown": "__ is not an empty emphasis\n" }, { "html": "____ is not an empty strong emphasis
\n", "example": 357, "end_line": 5546, "start_line": 5542, "section": "Emphasis and strong emphasis", "markdown": "____ is not an empty strong emphasis\n" }, { "html": "foo ***
\n", "example": 358, "end_line": 5555, "start_line": 5551, "section": "Emphasis and strong emphasis", "markdown": "foo ***\n" }, { "html": "foo *
\n", "example": 359, "end_line": 5561, "start_line": 5557, "section": "Emphasis and strong emphasis", "markdown": "foo *\\**\n" }, { "html": "foo _
\n", "example": 360, "end_line": 5567, "start_line": 5563, "section": "Emphasis and strong emphasis", "markdown": "foo *_*\n" }, { "html": "foo *****
\n", "example": 361, "end_line": 5573, "start_line": 5569, "section": "Emphasis and strong emphasis", "markdown": "foo *****\n" }, { "html": "foo *
\n", "example": 362, "end_line": 5579, "start_line": 5575, "section": "Emphasis and strong emphasis", "markdown": "foo **\\***\n" }, { "html": "foo _
\n", "example": 363, "end_line": 5585, "start_line": 5581, "section": "Emphasis and strong emphasis", "markdown": "foo **_**\n" }, { "html": "*foo
\n", "example": 364, "end_line": 5595, "start_line": 5591, "section": "Emphasis and strong emphasis", "markdown": "**foo*\n" }, { "html": "foo*
\n", "example": 365, "end_line": 5601, "start_line": 5597, "section": "Emphasis and strong emphasis", "markdown": "*foo**\n" }, { "html": "*foo
\n", "example": 366, "end_line": 5607, "start_line": 5603, "section": "Emphasis and strong emphasis", "markdown": "***foo**\n" }, { "html": "***foo
\n", "example": 367, "end_line": 5613, "start_line": 5609, "section": "Emphasis and strong emphasis", "markdown": "****foo*\n" }, { "html": "foo*
\n", "example": 368, "end_line": 5619, "start_line": 5615, "section": "Emphasis and strong emphasis", "markdown": "**foo***\n" }, { "html": "foo***
\n", "example": 369, "end_line": 5625, "start_line": 5621, "section": "Emphasis and strong emphasis", "markdown": "*foo****\n" }, { "html": "foo ___
\n", "example": 370, "end_line": 5634, "start_line": 5630, "section": "Emphasis and strong emphasis", "markdown": "foo ___\n" }, { "html": "foo _
\n", "example": 371, "end_line": 5640, "start_line": 5636, "section": "Emphasis and strong emphasis", "markdown": "foo _\\__\n" }, { "html": "foo *
\n", "example": 372, "end_line": 5646, "start_line": 5642, "section": "Emphasis and strong emphasis", "markdown": "foo _*_\n" }, { "html": "foo _____
\n", "example": 373, "end_line": 5652, "start_line": 5648, "section": "Emphasis and strong emphasis", "markdown": "foo _____\n" }, { "html": "foo _
\n", "example": 374, "end_line": 5658, "start_line": 5654, "section": "Emphasis and strong emphasis", "markdown": "foo __\\___\n" }, { "html": "foo *
\n", "example": 375, "end_line": 5664, "start_line": 5660, "section": "Emphasis and strong emphasis", "markdown": "foo __*__\n" }, { "html": "_foo
\n", "example": 376, "end_line": 5670, "start_line": 5666, "section": "Emphasis and strong emphasis", "markdown": "__foo_\n" }, { "html": "foo_
\n", "example": 377, "end_line": 5680, "start_line": 5676, "section": "Emphasis and strong emphasis", "markdown": "_foo__\n" }, { "html": "_foo
\n", "example": 378, "end_line": 5686, "start_line": 5682, "section": "Emphasis and strong emphasis", "markdown": "___foo__\n" }, { "html": "___foo
\n", "example": 379, "end_line": 5692, "start_line": 5688, "section": "Emphasis and strong emphasis", "markdown": "____foo_\n" }, { "html": "foo_
\n", "example": 380, "end_line": 5698, "start_line": 5694, "section": "Emphasis and strong emphasis", "markdown": "__foo___\n" }, { "html": "foo___
\n", "example": 381, "end_line": 5704, "start_line": 5700, "section": "Emphasis and strong emphasis", "markdown": "_foo____\n" }, { "html": "foo
\n", "example": 382, "end_line": 5713, "start_line": 5709, "section": "Emphasis and strong emphasis", "markdown": "**foo**\n" }, { "html": "foo
\n", "example": 383, "end_line": 5719, "start_line": 5715, "section": "Emphasis and strong emphasis", "markdown": "*_foo_*\n" }, { "html": "foo
\n", "example": 384, "end_line": 5725, "start_line": 5721, "section": "Emphasis and strong emphasis", "markdown": "__foo__\n" }, { "html": "foo
\n", "example": 385, "end_line": 5731, "start_line": 5727, "section": "Emphasis and strong emphasis", "markdown": "_*foo*_\n" }, { "html": "foo
\n", "example": 386, "end_line": 5740, "start_line": 5736, "section": "Emphasis and strong emphasis", "markdown": "****foo****\n" }, { "html": "foo
\n", "example": 387, "end_line": 5746, "start_line": 5742, "section": "Emphasis and strong emphasis", "markdown": "____foo____\n" }, { "html": "foo
\n", "example": 388, "end_line": 5756, "start_line": 5752, "section": "Emphasis and strong emphasis", "markdown": "******foo******\n" }, { "html": "foo
\n", "example": 389, "end_line": 5764, "start_line": 5760, "section": "Emphasis and strong emphasis", "markdown": "***foo***\n" }, { "html": "foo
\n", "example": 390, "end_line": 5770, "start_line": 5766, "section": "Emphasis and strong emphasis", "markdown": "_____foo_____\n" }, { "html": "foo _bar baz_
\n", "example": 391, "end_line": 5778, "start_line": 5774, "section": "Emphasis and strong emphasis", "markdown": "*foo _bar* baz_\n" }, { "html": "foobar*
\n", "example": 392, "end_line": 5784, "start_line": 5780, "section": "Emphasis and strong emphasis", "markdown": "**foo*bar**\n" }, { "html": "foo bar *baz bim bam
\n", "example": 393, "end_line": 5790, "start_line": 5786, "section": "Emphasis and strong emphasis", "markdown": "*foo __bar *baz bim__ bam*\n" }, { "html": "**foo bar baz
\n", "example": 394, "end_line": 5798, "start_line": 5794, "section": "Emphasis and strong emphasis", "markdown": "**foo **bar baz**\n" }, { "html": "*foo bar baz
\n", "example": 395, "end_line": 5804, "start_line": 5800, "section": "Emphasis and strong emphasis", "markdown": "*foo *bar baz*\n" }, { "html": "*bar*
\n", "example": 396, "end_line": 5812, "start_line": 5808, "section": "Emphasis and strong emphasis", "markdown": "*[bar*](/url)\n" }, { "html": "_foo bar_
\n", "example": 397, "end_line": 5818, "start_line": 5814, "section": "Emphasis and strong emphasis", "markdown": "_foo [bar_](/url)\n" }, { "html": "*
\n", "example": 398, "end_line": 5824, "start_line": 5820, "section": "Emphasis and strong emphasis", "markdown": "*\n" }, { "html": "\n", "example": 399, "end_line": 5830, "start_line": 5826, "section": "Emphasis and strong emphasis", "markdown": "**\n" }, { "html": "\n", "example": 400, "end_line": 5836, "start_line": 5832, "section": "Emphasis and strong emphasis", "markdown": "__\n" }, { "html": "a *
a _
[link](/my uri)
\n", "example": 409, "end_line": 5970, "start_line": 5966, "section": "Links", "markdown": "[link](/my uri)\n" }, { "html": "\n", "example": 410, "end_line": 5976, "start_line": 5972, "section": "Links", "markdown": "[link]([link](foo\nbar)
\n", "example": 411, "end_line": 5986, "start_line": 5980, "section": "Links", "markdown": "[link](foo\nbar)\n" }, { "html": "[link](
[link](foo(and(bar)))
\n", "example": 414, "end_line": 6011, "start_line": 6007, "section": "Links", "markdown": "[link](foo(and(bar)))\n" }, { "html": "\n", "example": 415, "end_line": 6017, "start_line": 6013, "section": "Links", "markdown": "[link](foo(and\\(bar\\)))\n" }, { "html": "\n", "example": 416, "end_line": 6023, "start_line": 6019, "section": "Links", "markdown": "[link]([link](/url "title "and" title")
\n", "example": 423, "end_line": 6090, "start_line": 6086, "section": "Links", "markdown": "[link](/url \"title \"and\" title\")\n" }, { "html": "\n", "example": 424, "end_line": 6098, "start_line": 6094, "section": "Links", "markdown": "[link](/url 'title \"and\" title')\n" }, { "html": "\n", "example": 425, "end_line": 6121, "start_line": 6116, "section": "Links", "markdown": "[link]( /uri\n \"title\" )\n" }, { "html": "[link] (/uri)
\n", "example": 426, "end_line": 6130, "start_line": 6126, "section": "Links", "markdown": "[link] (/uri)\n" }, { "html": "\n", "example": 427, "end_line": 6139, "start_line": 6135, "section": "Links", "markdown": "[link [foo [bar]]](/uri)\n" }, { "html": "[link] bar](/uri)
\n", "example": 428, "end_line": 6145, "start_line": 6141, "section": "Links", "markdown": "[link] bar](/uri)\n" }, { "html": "[link bar
\n", "example": 429, "end_line": 6151, "start_line": 6147, "section": "Links", "markdown": "[link [bar](/uri)\n" }, { "html": "\n", "example": 430, "end_line": 6157, "start_line": 6153, "section": "Links", "markdown": "[link \\[bar](/uri)\n" }, { "html": "\n", "example": 431, "end_line": 6165, "start_line": 6161, "section": "Links", "markdown": "[link *foo **bar** `#`*](/uri)\n" }, { "html": "\n", "example": 432, "end_line": 6171, "start_line": 6167, "section": "Links", "markdown": "[![moon](moon.jpg)](/uri)\n" }, { "html": "[foo bar](/uri)
\n", "example": 433, "end_line": 6179, "start_line": 6175, "section": "Links", "markdown": "[foo [bar](/uri)](/uri)\n" }, { "html": "[foo [bar baz](/uri)](/uri)
\n", "example": 434, "end_line": 6185, "start_line": 6181, "section": "Links", "markdown": "[foo *[bar [baz](/uri)](/uri)*](/uri)\n" }, { "html": "\n", "example": 435, "end_line": 6191, "start_line": 6187, "section": "Links", "markdown": "![[[foo](uri1)](uri2)](uri3)\n" }, { "html": "*foo*
\n", "example": 436, "end_line": 6200, "start_line": 6196, "section": "Links", "markdown": "*[foo*](/uri)\n" }, { "html": "\n", "example": 437, "end_line": 6206, "start_line": 6202, "section": "Links", "markdown": "[foo *bar](baz*)\n" }, { "html": "foo [bar baz]
\n", "example": 438, "end_line": 6215, "start_line": 6211, "section": "Links", "markdown": "*foo [bar* baz]\n" }, { "html": "[foo
[foo](/uri)
[foohttp://example.com/?search=](uri)
\n", "example": 441, "end_line": 6236, "start_line": 6232, "section": "Links", "markdown": "[foo*foo*
\n", "example": 449, "end_line": 6344, "start_line": 6338, "section": "Links", "markdown": "*[foo*][ref]\n\n[ref]: /uri\n" }, { "html": "\n", "example": 450, "end_line": 6352, "start_line": 6346, "section": "Links", "markdown": "[foo *bar][ref]\n\n[ref]: /uri\n" }, { "html": "[foo
[foo][ref]
[foohttp://example.com/?search=][ref]
\n", "example": 453, "end_line": 6379, "start_line": 6373, "section": "Links", "markdown": "[fooТолпой is a Russian word.
\n", "example": 455, "end_line": 6399, "start_line": 6393, "section": "Links", "markdown": "[Толпой][Толпой] is a Russian word.\n\n[ТОЛПОЙ]: /url\n" }, { "html": "\n", "example": 456, "end_line": 6411, "start_line": 6404, "section": "Links", "markdown": "[Foo\n bar]: /url\n\n[Baz][Foo bar]\n" }, { "html": "\n", "example": 457, "end_line": 6421, "start_line": 6415, "section": "Links", "markdown": "[foo] [bar]\n\n[bar]: /url \"title\"\n" }, { "html": "\n", "example": 458, "end_line": 6430, "start_line": 6423, "section": "Links", "markdown": "[foo]\n[bar]\n\n[bar]: /url \"title\"\n" }, { "html": "\n", "example": 459, "end_line": 6443, "start_line": 6435, "section": "Links", "markdown": "[foo]: /url1\n\n[foo]: /url2\n\n[bar][foo]\n" }, { "html": "[bar][foo!]
\n", "example": 460, "end_line": 6455, "start_line": 6449, "section": "Links", "markdown": "[bar][foo\\!]\n\n[foo!]: /url\n" }, { "html": "[foo][ref[]
\n[ref[]: /uri
\n", "example": 461, "end_line": 6467, "start_line": 6460, "section": "Links", "markdown": "[foo][ref[]\n\n[ref[]: /uri\n" }, { "html": "[foo][ref[bar]]
\n[ref[bar]]: /uri
\n", "example": 462, "end_line": 6476, "start_line": 6469, "section": "Links", "markdown": "[foo][ref[bar]]\n\n[ref[bar]]: /uri\n" }, { "html": "[[[foo]]]
\n[[[foo]]]: /url
\n", "example": 463, "end_line": 6485, "start_line": 6478, "section": "Links", "markdown": "[[[foo]]]\n\n[[[foo]]]: /url\n" }, { "html": "\n", "example": 464, "end_line": 6493, "start_line": 6487, "section": "Links", "markdown": "[foo][ref\\[]\n\n[ref\\[]: /uri\n" }, { "html": "[]
\n[]: /uri
\n", "example": 465, "end_line": 6504, "start_line": 6497, "section": "Links", "markdown": "[]\n\n[]: /uri\n" }, { "html": "[\n]
\n[\n]: /uri
\n", "example": 466, "end_line": 6517, "start_line": 6506, "section": "Links", "markdown": "[\n ]\n\n[\n ]: /uri\n" }, { "html": "\n", "example": 467, "end_line": 6534, "start_line": 6528, "section": "Links", "markdown": "[foo][]\n\n[foo]: /url \"title\"\n" }, { "html": "\n", "example": 468, "end_line": 6542, "start_line": 6536, "section": "Links", "markdown": "[*foo* bar][]\n\n[*foo* bar]: /url \"title\"\n" }, { "html": "\n", "example": 469, "end_line": 6552, "start_line": 6546, "section": "Links", "markdown": "[Foo][]\n\n[foo]: /url \"title\"\n" }, { "html": "\n", "example": 470, "end_line": 6565, "start_line": 6558, "section": "Links", "markdown": "[foo] \n[]\n\n[foo]: /url \"title\"\n" }, { "html": "\n", "example": 471, "end_line": 6582, "start_line": 6576, "section": "Links", "markdown": "[foo]\n\n[foo]: /url \"title\"\n" }, { "html": "\n", "example": 472, "end_line": 6590, "start_line": 6584, "section": "Links", "markdown": "[*foo* bar]\n\n[*foo* bar]: /url \"title\"\n" }, { "html": "[foo bar]
\n", "example": 473, "end_line": 6598, "start_line": 6592, "section": "Links", "markdown": "[[*foo* bar]]\n\n[*foo* bar]: /url \"title\"\n" }, { "html": "[[bar foo
\n", "example": 474, "end_line": 6606, "start_line": 6600, "section": "Links", "markdown": "[[bar [foo]\n\n[foo]: /url\n" }, { "html": "\n", "example": 475, "end_line": 6616, "start_line": 6610, "section": "Links", "markdown": "[Foo]\n\n[foo]: /url \"title\"\n" }, { "html": "foo bar
\n", "example": 476, "end_line": 6626, "start_line": 6620, "section": "Links", "markdown": "[foo] bar\n\n[foo]: /url\n" }, { "html": "[foo]
\n", "example": 477, "end_line": 6637, "start_line": 6631, "section": "Links", "markdown": "\\[foo]\n\n[foo]: /url \"title\"\n" }, { "html": "*foo*
\n", "example": 478, "end_line": 6648, "start_line": 6642, "section": "Links", "markdown": "[foo*]: /url\n\n*[foo*]\n" }, { "html": "\n", "example": 479, "end_line": 6659, "start_line": 6652, "section": "Links", "markdown": "[foo][bar]\n\n[foo]: /url1\n[bar]: /url2\n" }, { "html": "[foo]bar
\n", "example": 480, "end_line": 6670, "start_line": 6664, "section": "Links", "markdown": "[foo][bar][baz]\n\n[baz]: /url\n" }, { "html": "\n", "example": 481, "end_line": 6682, "start_line": 6675, "section": "Links", "markdown": "[foo][bar][baz]\n\n[baz]: /url1\n[bar]: /url2\n" }, { "html": "[foo]bar
\n", "example": 482, "end_line": 6694, "start_line": 6687, "section": "Links", "markdown": "[foo][bar][baz]\n\n[baz]: /url1\n[foo]: /url2\n" }, { "html": "\n", "example": 483, "end_line": 6713, "start_line": 6709, "section": "Images", "markdown": "![foo](/url \"title\")\n" }, { "html": "\n", "example": 484, "end_line": 6721, "start_line": 6715, "section": "Images", "markdown": "![foo *bar*]\n\n[foo *bar*]: train.jpg \"train & tracks\"\n" }, { "html": "\n", "example": 485, "end_line": 6727, "start_line": 6723, "section": "Images", "markdown": "![foo ![bar](/url)](/url2)\n" }, { "html": "\n", "example": 486, "end_line": 6733, "start_line": 6729, "section": "Images", "markdown": "![foo [bar](/url)](/url2)\n" }, { "html": "\n", "example": 487, "end_line": 6748, "start_line": 6742, "section": "Images", "markdown": "![foo *bar*][]\n\n[foo *bar*]: train.jpg \"train & tracks\"\n" }, { "html": "\n", "example": 488, "end_line": 6756, "start_line": 6750, "section": "Images", "markdown": "![foo *bar*][foobar]\n\n[FOOBAR]: train.jpg \"train & tracks\"\n" }, { "html": "\n", "example": 489, "end_line": 6762, "start_line": 6758, "section": "Images", "markdown": "![foo](train.jpg)\n" }, { "html": "My
\n", "example": 490, "end_line": 6768, "start_line": 6764, "section": "Images", "markdown": "My ![foo bar](/path/to/train.jpg \"title\" )\n" }, { "html": "\n", "example": 491, "end_line": 6774, "start_line": 6770, "section": "Images", "markdown": "![foo](![[foo]]
\n[[foo]]: /url "title"
\n", "example": 501, "end_line": 6867, "start_line": 6860, "section": "Images", "markdown": "![[foo]]\n\n[[foo]]: /url \"title\"\n" }, { "html": "\n", "example": 502, "end_line": 6877, "start_line": 6871, "section": "Images", "markdown": "![Foo]\n\n[foo]: /url \"title\"\n" }, { "html": "![foo]
\n", "example": 503, "end_line": 6888, "start_line": 6882, "section": "Images", "markdown": "\\!\\[foo]\n\n[foo]: /url \"title\"\n" }, { "html": "!foo
\n", "example": 504, "end_line": 6899, "start_line": 6893, "section": "Images", "markdown": "\\![foo]\n\n[foo]: /url \"title\"\n" }, { "html": "\n", "example": 505, "end_line": 6950, "start_line": 6946, "section": "Autolinks", "markdown": "http://foo.bar.baz/test?q=hello&id=22&boolean
\n", "example": 506, "end_line": 6956, "start_line": 6952, "section": "Autolinks", "markdown": "<http://foo.bar/baz bim>
\n", "example": 509, "end_line": 6978, "start_line": 6974, "section": "Autolinks", "markdown": "<foo+@bar.example.com>
\n", "example": 513, "end_line": 7021, "start_line": 7017, "section": "Autolinks", "markdown": "<>
\n", "example": 514, "end_line": 7029, "start_line": 7025, "section": "Autolinks", "markdown": "<>\n" }, { "html": "<heck://bing.bong>
\n", "example": 515, "end_line": 7035, "start_line": 7031, "section": "Autolinks", "markdown": "< http://foo.bar >
\n", "example": 516, "end_line": 7041, "start_line": 7037, "section": "Autolinks", "markdown": "< http://foo.bar >\n" }, { "html": "<foo.bar.baz>
\n", "example": 517, "end_line": 7047, "start_line": 7043, "section": "Autolinks", "markdown": "<localhost:5001/foo>
\n", "example": 518, "end_line": 7053, "start_line": 7049, "section": "Autolinks", "markdown": "http://example.com
\n", "example": 519, "end_line": 7059, "start_line": 7055, "section": "Autolinks", "markdown": "http://example.com\n" }, { "html": "foo@bar.example.com
\n", "example": 520, "end_line": 7065, "start_line": 7061, "section": "Autolinks", "markdown": "foo@bar.example.com\n" }, { "html": "\n", "example": 521, "end_line": 7145, "start_line": 7141, "section": "Raw HTML", "markdown": "<33> <__>
\n", "example": 525, "end_line": 7181, "start_line": 7177, "section": "Raw HTML", "markdown": "<33> <__>\n" }, { "html": "<a h*#ref="hi">
\n", "example": 526, "end_line": 7189, "start_line": 7185, "section": "Raw HTML", "markdown": "\n" }, { "html": "<a href="hi'> <a href=hi'>
\n", "example": 527, "end_line": 7197, "start_line": 7193, "section": "Raw HTML", "markdown": " \n" }, { "html": "< a><\nfoo><bar/ >
\n", "example": 528, "end_line": 7207, "start_line": 7201, "section": "Raw HTML", "markdown": "< a><\nfoo><a href='bar'title=title>
\n", "example": 529, "end_line": 7215, "start_line": 7211, "section": "Raw HTML", "markdown": "\n" }, { "html": "\n</a href="foo">
\n", "example": 531, "end_line": 7233, "start_line": 7229, "section": "Raw HTML", "markdown": "\n" }, { "html": "foo
\n", "example": 532, "end_line": 7243, "start_line": 7237, "section": "Raw HTML", "markdown": "foo \n" }, { "html": "foo <!-- not a comment -- two hyphens -->
\n", "example": 533, "end_line": 7249, "start_line": 7245, "section": "Raw HTML", "markdown": "foo \n" }, { "html": "foo <!--> foo -->
\nfoo <!-- foo--->
\n", "example": 534, "end_line": 7260, "start_line": 7253, "section": "Raw HTML", "markdown": "foo foo -->\n\nfoo \n" }, { "html": "foo
\n", "example": 535, "end_line": 7268, "start_line": 7264, "section": "Raw HTML", "markdown": "foo \n" }, { "html": "foo
\n", "example": 536, "end_line": 7276, "start_line": 7272, "section": "Raw HTML", "markdown": "foo \n" }, { "html": "foo &<]]>
\n", "example": 537, "end_line": 7284, "start_line": 7280, "section": "Raw HTML", "markdown": "foo &<]]>\n" }, { "html": "\n", "example": 538, "end_line": 7292, "start_line": 7288, "section": "Raw HTML", "markdown": "\n" }, { "html": "\n", "example": 539, "end_line": 7300, "start_line": 7296, "section": "Raw HTML", "markdown": "\n" }, { "html": "<a href=""">
\n", "example": 540, "end_line": 7306, "start_line": 7302, "section": "Raw HTML", "markdown": "\n" }, { "html": "foo
\nbaz
foo
\nbaz
foo
\nbaz
foo
\nbar
foo
\nbar
foo
\nbar
foo
\nbar
code span
code\\ span
foo\\
\n", "example": 552, "end_line": 7423, "start_line": 7419, "section": "Hard line breaks", "markdown": "foo\\\n" }, { "html": "foo
\n", "example": 553, "end_line": 7429, "start_line": 7425, "section": "Hard line breaks", "markdown": "foo \n" }, { "html": "foo\nbaz
\n", "example": 556, "end_line": 7457, "start_line": 7451, "section": "Soft line breaks", "markdown": "foo\nbaz\n" }, { "html": "foo\nbaz
\n", "example": 557, "end_line": 7468, "start_line": 7462, "section": "Soft line breaks", "markdown": "foo \n baz\n" }, { "html": "hello $.;'there
\n", "example": 558, "end_line": 7485, "start_line": 7481, "section": "Textual content", "markdown": "hello $.;'there\n" }, { "html": "Foo χρῆν
\n", "example": 559, "end_line": 7491, "start_line": 7487, "section": "Textual content", "markdown": "Foo χρῆν\n" }, { "html": "Multiple spaces
\n", "example": 560, "end_line": 7499, "start_line": 7495, "section": "Textual content", "markdown": "Multiple spaces\n" } ]