[ { "section": "Tab expansion", "html": "
foo baz bim\n
\n",
"markdown": "\tfoo\tbaz\t\tbim\n",
"example": 1,
"end_line": 263,
"start_line": 258
},
{
"section": "Tab expansion",
"html": "a a\ná½ a\n
\n",
"markdown": " a\ta\n á½\ta\n",
"example": 2,
"end_line": 272,
"start_line": 265
},
{
"section": "Precedence",
"html": "+++
\n", "markdown": "+++\n", "example": 5, "end_line": 343, "start_line": 339 }, { "section": "Horizontal rules", "html": "===
\n", "markdown": "===\n", "example": 6, "end_line": 349, "start_line": 345 }, { "section": "Horizontal rules", "html": "--\n**\n__
\n", "markdown": "--\n**\n__\n", "example": 7, "end_line": 361, "start_line": 353 }, { "section": "Horizontal rules", "html": "***\n
\n",
"markdown": " ***\n",
"example": 9,
"end_line": 382,
"start_line": 377
},
{
"section": "Horizontal rules",
"html": "Foo\n***
\n", "markdown": "Foo\n ***\n", "example": 10, "end_line": 390, "start_line": 384 }, { "section": "Horizontal rules", "html": "_ _ _ _ a
\na------
\n---a---
\n", "markdown": "_ _ _ _ a\n\na------\n\n---a---\n", "example": 16, "end_line": 440, "start_line": 430 }, { "section": "Horizontal rules", "html": "-
\n", "markdown": " *-*\n", "example": 17, "end_line": 450, "start_line": 446 }, { "section": "Horizontal rules", "html": "Foo
\nbar
\n", "markdown": "Foo\n***\nbar\n", "example": 19, "end_line": 478, "start_line": 470 }, { "section": "Horizontal rules", "html": "bar
\n", "markdown": "Foo\n---\nbar\n", "example": 20, "end_line": 493, "start_line": 486 }, { "section": "Horizontal rules", "html": "####### foo
\n", "markdown": "####### foo\n", "example": 24, "end_line": 563, "start_line": 559 }, { "section": "ATX headers", "html": "#5 bolt
\n", "markdown": "#5 bolt\n", "example": 25, "end_line": 575, "start_line": 571 }, { "section": "ATX headers", "html": "## foo
\n", "markdown": "\\## foo\n", "example": 26, "end_line": 583, "start_line": 579 }, { "section": "ATX headers", "html": "# foo\n
\n",
"markdown": " # foo\n",
"example": 30,
"end_line": 620,
"start_line": 615
},
{
"section": "ATX headers",
"html": "foo\n# bar
\n", "markdown": "foo\n # bar\n", "example": 31, "end_line": 628, "start_line": 622 }, { "section": "ATX headers", "html": "Foo bar
\nBar foo
\n", "markdown": "Foo bar\n# baz\nBar foo\n", "example": 39, "end_line": 710, "start_line": 702 }, { "section": "ATX headers", "html": "\n\n\n", "markdown": "## \n#\n### ###\n", "example": 40, "end_line": 722, "start_line": 714 }, { "section": "Setext headers", "html": "Foo\n---\n\nFoo\n
\nFoo\n---
\n", "markdown": "Foo\n ---\n", "example": 46, "end_line": 830, "start_line": 824 }, { "section": "Setext headers", "html": "Foo\n= =
\nFoo
\n`
\nof dashes"/>
\n", "markdown": "`Foo\n----\n`\n\n\n", "example": 50, "end_line": 881, "start_line": 868 }, { "section": "Setext headers", "html": "\n\nFoo
\n
Foo\nBar
\nFoo\nBar\n===
\n", "markdown": "Foo\nBar\n---\n\nFoo\nBar\n===\n", "example": 53, "end_line": 923, "start_line": 908 }, { "section": "Setext headers", "html": "Baz
\n", "markdown": "---\nFoo\n---\nBar\n---\nBaz\n", "example": 54, "end_line": 939, "start_line": 927 }, { "section": "Setext headers", "html": "====
\n", "markdown": "\n====\n", "example": 55, "end_line": 948, "start_line": 943 }, { "section": "Setext headers", "html": "foo\n
\n\n\nfoo
\n
a simple\n indented code block\n
\n",
"markdown": " a simple\n indented code block\n",
"example": 61,
"end_line": 1023,
"start_line": 1016
},
{
"section": "Indented code blocks",
"html": "<a/>\n*hi*\n\n- one\n
\n",
"markdown": " \n *hi*\n\n - one\n",
"example": 62,
"end_line": 1038,
"start_line": 1027
},
{
"section": "Indented code blocks",
"html": "chunk1\n\nchunk2\n\n\n\nchunk3\n
\n",
"markdown": " chunk1\n\n chunk2\n \n \n \n chunk3\n",
"example": 63,
"end_line": 1059,
"start_line": 1042
},
{
"section": "Indented code blocks",
"html": "chunk1\n \n chunk2\n
\n",
"markdown": " chunk1\n \n chunk2\n",
"example": 64,
"end_line": 1073,
"start_line": 1064
},
{
"section": "Indented code blocks",
"html": "Foo\nbar
\n", "markdown": "Foo\n bar\n\n", "example": 65, "end_line": 1085, "start_line": 1078 }, { "section": "Indented code blocks", "html": "foo\n
\nbar
\n", "markdown": " foo\nbar\n", "example": 66, "end_line": 1098, "start_line": 1091 }, { "section": "Indented code blocks", "html": "foo\n
\nfoo\n
\n foo\nbar\n
\n",
"markdown": " foo\n bar\n",
"example": 68,
"end_line": 1129,
"start_line": 1122
},
{
"section": "Indented code blocks",
"html": "foo\n
\n",
"markdown": "\n \n foo\n \n\n",
"example": 69,
"end_line": 1143,
"start_line": 1134
},
{
"section": "Indented code blocks",
"html": "foo \n
\n",
"markdown": " foo \n",
"example": 70,
"end_line": 1152,
"start_line": 1147
},
{
"section": "Fenced code blocks",
"html": "<\n >\n
\n",
"markdown": "```\n<\n >\n```\n",
"example": 71,
"end_line": 1210,
"start_line": 1201
},
{
"section": "Fenced code blocks",
"html": "<\n >\n
\n",
"markdown": "~~~\n<\n >\n~~~\n",
"example": 72,
"end_line": 1223,
"start_line": 1214
},
{
"section": "Fenced code blocks",
"html": "aaa\n~~~\n
\n",
"markdown": "```\naaa\n~~~\n```\n",
"example": 73,
"end_line": 1237,
"start_line": 1228
},
{
"section": "Fenced code blocks",
"html": "aaa\n```\n
\n",
"markdown": "~~~\naaa\n```\n~~~\n",
"example": 74,
"end_line": 1248,
"start_line": 1239
},
{
"section": "Fenced code blocks",
"html": "aaa\n```\n
\n",
"markdown": "````\naaa\n```\n``````\n",
"example": 75,
"end_line": 1261,
"start_line": 1252
},
{
"section": "Fenced code blocks",
"html": "aaa\n~~~\n
\n",
"markdown": "~~~~\naaa\n~~~\n~~~~\n",
"example": 76,
"end_line": 1272,
"start_line": 1263
},
{
"section": "Fenced code blocks",
"html": "
\n",
"markdown": "```\n",
"example": 77,
"end_line": 1280,
"start_line": 1276
},
{
"section": "Fenced code blocks",
"html": "\n```\naaa\n
\n",
"markdown": "`````\n\n```\naaa\n",
"example": 78,
"end_line": 1292,
"start_line": 1282
},
{
"section": "Fenced code blocks",
"html": "\n \n
\n",
"markdown": "```\n\n \n```\n",
"example": 79,
"end_line": 1305,
"start_line": 1296
},
{
"section": "Fenced code blocks",
"html": "
\n",
"markdown": "```\n```\n",
"example": 80,
"end_line": 1314,
"start_line": 1309
},
{
"section": "Fenced code blocks",
"html": "aaa\naaa\n
\n",
"markdown": " ```\n aaa\naaa\n```\n",
"example": 81,
"end_line": 1329,
"start_line": 1320
},
{
"section": "Fenced code blocks",
"html": "aaa\naaa\naaa\n
\n",
"markdown": " ```\naaa\n aaa\naaa\n ```\n",
"example": 82,
"end_line": 1342,
"start_line": 1331
},
{
"section": "Fenced code blocks",
"html": "aaa\n aaa\naaa\n
\n",
"markdown": " ```\n aaa\n aaa\n aaa\n ```\n",
"example": 83,
"end_line": 1355,
"start_line": 1344
},
{
"section": "Fenced code blocks",
"html": "```\naaa\n```\n
\n",
"markdown": " ```\n aaa\n ```\n",
"example": 84,
"end_line": 1368,
"start_line": 1359
},
{
"section": "Fenced code blocks",
"html": "aaa\n
\n",
"markdown": "```\naaa\n ```\n",
"example": 85,
"end_line": 1380,
"start_line": 1373
},
{
"section": "Fenced code blocks",
"html": "aaa\n
\n",
"markdown": " ```\naaa\n ```\n",
"example": 86,
"end_line": 1389,
"start_line": 1382
},
{
"section": "Fenced code blocks",
"html": "aaa\n ```\n
\n",
"markdown": "```\naaa\n ```\n",
"example": 87,
"end_line": 1401,
"start_line": 1393
},
{
"section": "Fenced code blocks",
"html": "\naaa
aaa\n~~~ ~~\n
\n",
"markdown": "~~~~~~\naaa\n~~~ ~~\n",
"example": 89,
"end_line": 1422,
"start_line": 1414
},
{
"section": "Fenced code blocks",
"html": "foo
\nbar\n
\nbaz
\n", "markdown": "foo\n```\nbar\n```\nbaz\n", "example": 90, "end_line": 1438, "start_line": 1427 }, { "section": "Fenced code blocks", "html": "bar\n
\ndef foo(x)\n return 3\nend\n
\n",
"markdown": "```ruby\ndef foo(x)\n return 3\nend\n```\n",
"example": 92,
"end_line": 1473,
"start_line": 1462
},
{
"section": "Fenced code blocks",
"html": "def foo(x)\n return 3\nend\n
\n",
"markdown": "~~~~ ruby startline=3 $%@#$\ndef foo(x)\n return 3\nend\n~~~~~~~\n",
"example": 93,
"end_line": 1486,
"start_line": 1475
},
{
"section": "Fenced code blocks",
"html": "
\n",
"markdown": "````;\n````\n",
"example": 94,
"end_line": 1493,
"start_line": 1488
},
{
"section": "Fenced code blocks",
"html": "aa
\nfoo
``` aaa\n
\n",
"markdown": "```\n``` aaa\n```\n",
"example": 96,
"end_line": 1514,
"start_line": 1507
},
{
"section": "HTML blocks",
"html": "\n hi\n | \n
okay.
\n", "markdown": "\n hi\n | \n
Markdown
\n<!-- foo -->\n
\n",
"markdown": " \n\n \n",
"example": 104,
"end_line": 1669,
"start_line": 1661
},
{
"section": "HTML blocks",
"html": "Foo
\nEmphasized text.
\n\nHi\n | \n
\nHi\n | \n\n
[foo]:
\n[foo]
\n", "markdown": "[foo]:\n\n[foo]\n", "example": 116, "end_line": 1877, "start_line": 1870 }, { "section": "Link reference definitions", "html": "\n", "markdown": "[foo]\n\n[foo]: url\n", "example": 117, "end_line": 1887, "start_line": 1881 }, { "section": "Link reference definitions", "html": "\n", "markdown": "[foo]\n\n[foo]: first\n[foo]: second\n", "example": 118, "end_line": 1899, "start_line": 1892 }, { "section": "Link reference definitions", "html": "\n", "markdown": "[FOO]: /url\n\n[Foo]\n", "example": 119, "end_line": 1910, "start_line": 1904 }, { "section": "Link reference definitions", "html": "\n", "markdown": "[ÎÎΩ]: /ÏÎ¿Ï \n\n[αγÏ]\n", "example": 120, "end_line": 1918, "start_line": 1912 }, { "section": "Link reference definitions", "html": "", "markdown": "[foo]: /url\n", "example": 121, "end_line": 1926, "start_line": 1923 }, { "section": "Link reference definitions", "html": "[foo]: /url "title" ok
\n", "markdown": "[foo]: /url \"title\" ok\n", "example": 122, "end_line": 1935, "start_line": 1931 }, { "section": "Link reference definitions", "html": "[foo]: /url "title"\n
\n[foo]
\n", "markdown": " [foo]: /url \"title\"\n\n[foo]\n", "example": 123, "end_line": 1948, "start_line": 1940 }, { "section": "Link reference definitions", "html": "[foo]: /url\n
\n[foo]
\n", "markdown": "```\n[foo]: /url\n```\n\n[foo]\n", "example": 124, "end_line": 1963, "start_line": 1953 }, { "section": "Link reference definitions", "html": "Foo\n[bar]: /baz
\n[bar]
\n", "markdown": "Foo\n[bar]: /baz\n\n[bar]\n", "example": 125, "end_line": 1977, "start_line": 1968 }, { "section": "Link reference definitions", "html": "\n\n", "markdown": "# [Foo]\n[foo]: /url\n> bar\n", "example": 126, "end_line": 1991, "start_line": 1982 }, { "section": "Link reference definitions", "html": "\n", "markdown": "[foo]: /foo-url \"foo\"\n[bar]: /bar-url\n \"bar\"\n[baz]: /baz-url\n\n[foo],\n[bar],\n[baz]\n", "example": 127, "end_line": 2009, "start_line": 1996 }, { "section": "Link reference definitions", "html": "\nbar
\n
\n\n", "markdown": "[foo]\n\n> [foo]: /url\n", "example": 128, "end_line": 2024, "start_line": 2016 }, { "section": "Paragraphs", "html": "
aaa
\nbbb
\n", "markdown": "aaa\n\nbbb\n", "example": 129, "end_line": 2045, "start_line": 2038 }, { "section": "Paragraphs", "html": "aaa\nbbb
\nccc\nddd
\n", "markdown": "aaa\nbbb\n\nccc\nddd\n", "example": 130, "end_line": 2060, "start_line": 2049 }, { "section": "Paragraphs", "html": "aaa
\nbbb
\n", "markdown": "aaa\n\n\nbbb\n", "example": 131, "end_line": 2072, "start_line": 2064 }, { "section": "Paragraphs", "html": "aaa\nbbb
\n", "markdown": " aaa\n bbb\n", "example": 132, "end_line": 2082, "start_line": 2076 }, { "section": "Paragraphs", "html": "aaa\nbbb\nccc
\n", "markdown": "aaa\n bbb\n ccc\n", "example": 133, "end_line": 2095, "start_line": 2087 }, { "section": "Paragraphs", "html": "aaa\nbbb
\n", "markdown": " aaa\nbbb\n", "example": 134, "end_line": 2106, "start_line": 2100 }, { "section": "Paragraphs", "html": "aaa\n
\nbbb
\n", "markdown": " aaa\nbbb\n", "example": 135, "end_line": 2115, "start_line": 2108 }, { "section": "Paragraphs", "html": "aaa
\nbbb
aaa
\n\n\n", "markdown": "> # Foo\n> bar\n> baz\n", "example": 138, "end_line": 2215, "start_line": 2205 }, { "section": "Block quotes", "html": "Foo
\nbar\nbaz
\n
\n\n", "markdown": "># Foo\n>bar\n> baz\n", "example": 139, "end_line": 2229, "start_line": 2219 }, { "section": "Block quotes", "html": "Foo
\nbar\nbaz
\n
\n\n", "markdown": " > # Foo\n > bar\n > baz\n", "example": 140, "end_line": 2243, "start_line": 2233 }, { "section": "Block quotes", "html": "Foo
\nbar\nbaz
\n
> # Foo\n> bar\n> baz\n
\n",
"markdown": " > # Foo\n > bar\n > baz\n",
"example": 141,
"end_line": 2256,
"start_line": 2247
},
{
"section": "Block quotes",
"html": "\n\n", "markdown": "> # Foo\n> bar\nbaz\n", "example": 142, "end_line": 2271, "start_line": 2261 }, { "section": "Block quotes", "html": "Foo
\nbar\nbaz
\n
\n\n", "markdown": "> bar\nbaz\n> foo\n", "example": 143, "end_line": 2286, "start_line": 2276 }, { "section": "Block quotes", "html": "bar\nbaz\nfoo
\n
\n\nfoo
\n
\n\n\n
\n- foo
\n
\n\n\nfoo\n
bar\n
\n",
"markdown": "> foo\n bar\n",
"example": 146,
"end_line": 2326,
"start_line": 2316
},
{
"section": "Block quotes",
"html": "\n\n\n
foo
\n
\n",
"markdown": "> ```\nfoo\n```\n",
"example": 147,
"end_line": 2338,
"start_line": 2328
},
{
"section": "Block quotes",
"html": "\n\n", "markdown": ">\n", "example": 148, "end_line": 2347, "start_line": 2342 }, { "section": "Block quotes", "html": "
\n\n", "markdown": ">\n> \n> \n", "example": 149, "end_line": 2356, "start_line": 2349 }, { "section": "Block quotes", "html": "
\n\n", "markdown": ">\n> foo\n> \n", "example": 150, "end_line": 2368, "start_line": 2360 }, { "section": "Block quotes", "html": "foo
\n
\n\nfoo
\n
\n\n", "markdown": "> foo\n\n> bar\n", "example": 151, "end_line": 2383, "start_line": 2372 }, { "section": "Block quotes", "html": "bar
\n
\n\n", "markdown": "> foo\n> bar\n", "example": 152, "end_line": 2401, "start_line": 2393 }, { "section": "Block quotes", "html": "foo\nbar
\n
\n\n", "markdown": "> foo\n>\n> bar\n", "example": 153, "end_line": 2414, "start_line": 2405 }, { "section": "Block quotes", "html": "foo
\nbar
\n
foo
\n\n\n", "markdown": "foo\n> bar\n", "example": 154, "end_line": 2426, "start_line": 2418 }, { "section": "Block quotes", "html": "bar
\n
\n\naaa
\n
\n\n", "markdown": "> aaa\n***\n> bbb\n", "example": 155, "end_line": 2443, "start_line": 2431 }, { "section": "Block quotes", "html": "bbb
\n
\n\n", "markdown": "> bar\nbaz\n", "example": 156, "end_line": 2456, "start_line": 2448 }, { "section": "Block quotes", "html": "bar\nbaz
\n
\n\nbar
\n
baz
\n", "markdown": "> bar\n\nbaz\n", "example": 157, "end_line": 2467, "start_line": 2458 }, { "section": "Block quotes", "html": "\n\nbar
\n
baz
\n", "markdown": "> bar\n>\nbaz\n", "example": 158, "end_line": 2478, "start_line": 2469 }, { "section": "Block quotes", "html": "\n\n", "markdown": "> > > foo\nbar\n", "example": 159, "end_line": 2496, "start_line": 2484 }, { "section": "Block quotes", "html": "\n\n\n\nfoo\nbar
\n
\n\n", "markdown": ">>> foo\n> bar\n>>baz\n", "example": 160, "end_line": 2512, "start_line": 2498 }, { "section": "Block quotes", "html": "\n\n\n\nfoo\nbar\nbaz
\n
\n\n\ncode\n
\n\n", "markdown": "> code\n\n> not code\n", "example": 161, "end_line": 2531, "start_line": 2519 }, { "section": "List items", "html": "not code
\n
A paragraph\nwith two lines.
\nindented code\n
\n\n\n", "markdown": "A paragraph\nwith two lines.\n\n indented code\n\n> A block quote.\n", "example": 162, "end_line": 2578, "start_line": 2563 }, { "section": "List items", "html": "A block quote.
\n
A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
two
\n", "markdown": "- one\n\n two\n", "example": 164, "end_line": 2625, "start_line": 2616 }, { "section": "List items", "html": "one
\ntwo
\n two\n
\n",
"markdown": " - one\n\n two\n",
"example": 166,
"end_line": 2650,
"start_line": 2640
},
{
"section": "List items",
"html": "one
\ntwo
\n\n\n", "markdown": " > > 1. one\n>>\n>> two\n", "example": 168, "end_line": 2688, "start_line": 2673 }, { "section": "List items", "html": "\n\n\n
\n- \n
\none
\ntwo
\n
\n\n", "markdown": ">>- one\n>>\n > > two\n", "example": 169, "end_line": 2712, "start_line": 2699 }, { "section": "List items", "html": "\n\n\n
\n- one
\ntwo
\n
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",
"markdown": " indented code\n\nparagraph\n\n more code\n",
"example": 174,
"end_line": 2865,
"start_line": 2853
},
{
"section": "List items",
"html": "indented code\n
\nparagraph
\nmore code\n
\n indented code\n
\nparagraph
\nmore code\n
\nfoo
\nbar
\n", "markdown": " foo\n\nbar\n", "example": 177, "end_line": 2920, "start_line": 2913 }, { "section": "List items", "html": "bar
\n", "markdown": "- foo\n\n bar\n", "example": 178, "end_line": 2931, "start_line": 2922 }, { "section": "List items", "html": "foo
\nbar
\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",
"markdown": " 1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n",
"example": 187,
"end_line": 3100,
"start_line": 3085
},
{
"section": "List items",
"html": "A paragraph\nwith two lines.
\nindented code\n
\n\n\nA block quote.
\n
\n\n", "markdown": "> 1. > Blockquote\ncontinued here.\n", "example": 190, "end_line": 3164, "start_line": 3150 }, { "section": "List items", "html": "\n
\n- \n
\n\n\nBlockquote\ncontinued here.
\n
\n\n", "markdown": "> 1. > Blockquote\n> continued here.\n", "example": 191, "end_line": 3180, "start_line": 3166 }, { "section": "List items", "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",
"markdown": "- foo\n - bar\n - baz\n\n\n bim\n",
"example": 205,
"end_line": 3698,
"start_line": 3677
},
{
"section": "Lists",
"html": "foo
\nnotcode
\nfoo
\ncode\n
\n",
"markdown": "- foo\n\n notcode\n\n- foo\n\n\n code\n",
"example": 207,
"end_line": 3744,
"start_line": 3723
},
{
"section": "Lists",
"html": "a
\nb
\nc
\na
\nc
\na
\nb
\nc
\nd
\na
\nb
\nd
\nb\n\n\n
\nb
\nc
\n\n\nb
\n
\n\nb
\n
c\n
\nfoo
\nbaz
\na
\nd
\nhi
lo`
!"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~
\n", "markdown": "\\!\\\"\\#\\$\\%\\&\\'\\(\\)\\*\\+\\,\\-\\.\\/\\:\\;\\<\\=\\>\\?\\@\\[\\\\\\]\\^\\_\\`\\{\\|\\}\\~\n", "example": 222, "end_line": 4038, "start_line": 4034 }, { "section": "Backslash escapes", "html": "\\ \\A\\a\\ \\3\\Ï\\«
\n", "markdown": "\\\t\\A\\a\\ \\3\\Ï\\«\n", "example": 223, "end_line": 4047, "start_line": 4043 }, { "section": "Backslash escapes", "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", "markdown": "\\*not emphasized*\n\\\\emphasis
\n", "markdown": "\\\\*emphasis*\n", "example": 225, "end_line": 4078, "start_line": 4074 }, { "section": "Backslash escapes", "html": "foo
\nbar
\\[\\`
\\[\\]\n
\n",
"markdown": " \\[\\]\n",
"example": 228,
"end_line": 4105,
"start_line": 4100
},
{
"section": "Backslash escapes",
"html": "\\[\\]\n
\n",
"markdown": "~~~\n\\[\\]\n~~~\n",
"example": 229,
"end_line": 4114,
"start_line": 4107
},
{
"section": "Backslash escapes",
"html": "\n",
"markdown": "foo\n
\n",
"markdown": "``` foo\\+bar\nfoo\n```\n",
"example": 234,
"end_line": 4153,
"start_line": 4146
},
{
"section": "Entities",
"html": " & © Ã Ä Â¾ â â â²
\n", "markdown": " & © Æ Ď ¾ ℋ ⅆ ∲\n", "example": 235, "end_line": 4182, "start_line": 4178 }, { "section": "Entities", "html": "# Ó Ï ï¿½
\n", "markdown": "# Ӓ Ϡ \n", "example": 236, "end_line": 4194, "start_line": 4190 }, { "section": "Entities", "html": "" ഠಫ
\n", "markdown": "" ആ ಫ\n", "example": 237, "end_line": 4204, "start_line": 4200 }, { "section": "Entities", "html": "  &x; &#; &#x; &ThisIsWayTooLongToBeAnEntityIsntIt; &hi?;
\n", "markdown": "  &x; &ThisIsWayTooLongToBeAnEntityIsntIt; &hi?;\n", "example": 238, "end_line": 4212, "start_line": 4208 }, { "section": "Entities", "html": "©
\n", "markdown": "©\n", "example": 239, "end_line": 4222, "start_line": 4218 }, { "section": "Entities", "html": "&MadeUpEntity;
\n", "markdown": "&MadeUpEntity;\n", "example": 240, "end_line": 4231, "start_line": 4227 }, { "section": "Entities", "html": "\n", "markdown": "\n", "example": 241, "end_line": 4241, "start_line": 4237 }, { "section": "Entities", "html": "\n", "markdown": "[foo](/föö \"föö\")\n", "example": 242, "end_line": 4247, "start_line": 4243 }, { "section": "Entities", "html": "\n", "markdown": "[foo]\n\n[foo]: /föö \"föö\"\n", "example": 243, "end_line": 4255, "start_line": 4249 }, { "section": "Entities", "html": "foo\n
\n",
"markdown": "``` föö\nfoo\n```\n",
"example": 244,
"end_line": 4264,
"start_line": 4257
},
{
"section": "Entities",
"html": "föö
föfö\n
\n",
"markdown": " föfö\n",
"example": 246,
"end_line": 4279,
"start_line": 4274
},
{
"section": "Code span",
"html": "foo
foo ` bar
``
foo
foo bar baz
foo `` bar
foo\\
bar`
*foo*
[not a link](/foo
)
```foo``
\n", "markdown": "```foo``\n", "example": 258, "end_line": 4413, "start_line": 4409 }, { "section": "Code span", "html": "`foo
\n", "markdown": "`foo\n", "example": 259, "end_line": 4419, "start_line": 4415 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "*foo bar*\n", "example": 260, "end_line": 4629, "start_line": 4625 }, { "section": "Emphasis and strong emphasis", "html": "a * foo bar*
\n", "markdown": "a * foo bar*\n", "example": 261, "end_line": 4639, "start_line": 4635 }, { "section": "Emphasis and strong emphasis", "html": "a*"foo"*
\n", "markdown": "a*\"foo\"*\n", "example": 262, "end_line": 4649, "start_line": 4645 }, { "section": "Emphasis and strong emphasis", "html": "* a *
\n", "markdown": "* a *\n", "example": 263, "end_line": 4657, "start_line": 4653 }, { "section": "Emphasis and strong emphasis", "html": "foobar
\n", "markdown": "foo*bar*\n", "example": 264, "end_line": 4665, "start_line": 4661 }, { "section": "Emphasis and strong emphasis", "html": "5678
\n", "markdown": "5*6*78\n", "example": 265, "end_line": 4671, "start_line": 4667 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "_foo bar_\n", "example": 266, "end_line": 4679, "start_line": 4675 }, { "section": "Emphasis and strong emphasis", "html": "_ foo bar_
\n", "markdown": "_ foo bar_\n", "example": 267, "end_line": 4688, "start_line": 4684 }, { "section": "Emphasis and strong emphasis", "html": "a_"foo"_
\n", "markdown": "a_\"foo\"_\n", "example": 268, "end_line": 4697, "start_line": 4693 }, { "section": "Emphasis and strong emphasis", "html": "foo_bar_
\n", "markdown": "foo_bar_\n", "example": 269, "end_line": 4705, "start_line": 4701 }, { "section": "Emphasis and strong emphasis", "html": "5_6_78
\n", "markdown": "5_6_78\n", "example": 270, "end_line": 4711, "start_line": 4707 }, { "section": "Emphasis and strong emphasis", "html": "пÑиÑÑанÑмÑÑÑемÑÑÑÑ
\n", "markdown": "пÑиÑÑанÑм_ÑÑÑемÑÑÑÑ_\n", "example": 271, "end_line": 4719, "start_line": 4715 }, { "section": "Emphasis and strong emphasis", "html": "_foo*
\n", "markdown": "_foo*\n", "example": 272, "end_line": 4730, "start_line": 4726 }, { "section": "Emphasis and strong emphasis", "html": "*foo bar *
\n", "markdown": "*foo bar *\n", "example": 273, "end_line": 4739, "start_line": 4735 }, { "section": "Emphasis and strong emphasis", "html": "*(*foo)
\n", "markdown": "*(*foo)\n", "example": 274, "end_line": 4750, "start_line": 4746 }, { "section": "Emphasis and strong emphasis", "html": "(foo)
\n", "markdown": "*(*foo*)*\n", "example": 275, "end_line": 4759, "start_line": 4755 }, { "section": "Emphasis and strong emphasis", "html": "foobar
\n", "markdown": "*foo*bar\n", "example": 276, "end_line": 4767, "start_line": 4763 }, { "section": "Emphasis and strong emphasis", "html": "_foo bar _
\n", "markdown": "_foo bar _\n", "example": 277, "end_line": 4779, "start_line": 4775 }, { "section": "Emphasis and strong emphasis", "html": "_(_foo)
\n", "markdown": "_(_foo)\n", "example": 278, "end_line": 4788, "start_line": 4784 }, { "section": "Emphasis and strong emphasis", "html": "(foo)
\n", "markdown": "_(_foo_)_\n", "example": 279, "end_line": 4796, "start_line": 4792 }, { "section": "Emphasis and strong emphasis", "html": "_foo_bar
\n", "markdown": "_foo_bar\n", "example": 280, "end_line": 4804, "start_line": 4800 }, { "section": "Emphasis and strong emphasis", "html": "пÑиÑÑанÑмÑÑÑемÑÑÑÑ
\n", "markdown": "_пÑиÑÑанÑм_ÑÑÑемÑÑÑÑ\n", "example": 281, "end_line": 4810, "start_line": 4806 }, { "section": "Emphasis and strong emphasis", "html": "foo_bar_baz
\n", "markdown": "_foo_bar_baz_\n", "example": 282, "end_line": 4816, "start_line": 4812 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "**foo bar**\n", "example": 283, "end_line": 4824, "start_line": 4820 }, { "section": "Emphasis and strong emphasis", "html": "** foo bar**
\n", "markdown": "** foo bar**\n", "example": 284, "end_line": 4833, "start_line": 4829 }, { "section": "Emphasis and strong emphasis", "html": "a**"foo"**
\n", "markdown": "a**\"foo\"**\n", "example": 285, "end_line": 4843, "start_line": 4839 }, { "section": "Emphasis and strong emphasis", "html": "foobar
\n", "markdown": "foo**bar**\n", "example": 286, "end_line": 4851, "start_line": 4847 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "__foo bar__\n", "example": 287, "end_line": 4859, "start_line": 4855 }, { "section": "Emphasis and strong emphasis", "html": "__ foo bar__
\n", "markdown": "__ foo bar__\n", "example": 288, "end_line": 4868, "start_line": 4864 }, { "section": "Emphasis and strong emphasis", "html": "a__"foo"__
\n", "markdown": "a__\"foo\"__\n", "example": 289, "end_line": 4877, "start_line": 4873 }, { "section": "Emphasis and strong emphasis", "html": "foo__bar__
\n", "markdown": "foo__bar__\n", "example": 290, "end_line": 4885, "start_line": 4881 }, { "section": "Emphasis and strong emphasis", "html": "5__6__78
\n", "markdown": "5__6__78\n", "example": 291, "end_line": 4891, "start_line": 4887 }, { "section": "Emphasis and strong emphasis", "html": "пÑиÑÑанÑмÑÑÑемÑÑÑÑ
\n", "markdown": "пÑиÑÑанÑм__ÑÑÑемÑÑÑÑ__\n", "example": 292, "end_line": 4897, "start_line": 4893 }, { "section": "Emphasis and strong emphasis", "html": "foo, bar, baz
\n", "markdown": "__foo, __bar__, baz__\n", "example": 293, "end_line": 4903, "start_line": 4899 }, { "section": "Emphasis and strong emphasis", "html": "**foo bar **
\n", "markdown": "**foo bar **\n", "example": 294, "end_line": 4914, "start_line": 4910 }, { "section": "Emphasis and strong emphasis", "html": "**(**foo)
\n", "markdown": "**(**foo)\n", "example": 295, "end_line": 4926, "start_line": 4922 }, { "section": "Emphasis and strong emphasis", "html": "(foo)
\n", "markdown": "*(**foo**)*\n", "example": 296, "end_line": 4935, "start_line": 4931 }, { "section": "Emphasis and strong emphasis", "html": "Gomphocarpus (Gomphocarpus physocarpus, syn.\nAsclepias physocarpa)
\n", "markdown": "**Gomphocarpus (*Gomphocarpus physocarpus*, syn.\n*Asclepias physocarpa*)**\n", "example": 297, "end_line": 4943, "start_line": 4937 }, { "section": "Emphasis and strong emphasis", "html": "foo "bar" foo
\n", "markdown": "**foo \"*bar*\" foo**\n", "example": 298, "end_line": 4949, "start_line": 4945 }, { "section": "Emphasis and strong emphasis", "html": "foobar
\n", "markdown": "**foo**bar\n", "example": 299, "end_line": 4957, "start_line": 4953 }, { "section": "Emphasis and strong emphasis", "html": "__foo bar __
\n", "markdown": "__foo bar __\n", "example": 300, "end_line": 4968, "start_line": 4964 }, { "section": "Emphasis and strong emphasis", "html": "__(__foo)
\n", "markdown": "__(__foo)\n", "example": 301, "end_line": 4977, "start_line": 4973 }, { "section": "Emphasis and strong emphasis", "html": "(foo)
\n", "markdown": "_(__foo__)_\n", "example": 302, "end_line": 4986, "start_line": 4982 }, { "section": "Emphasis and strong emphasis", "html": "__foo__bar
\n", "markdown": "__foo__bar\n", "example": 303, "end_line": 4994, "start_line": 4990 }, { "section": "Emphasis and strong emphasis", "html": "пÑиÑÑанÑмÑÑÑемÑÑÑÑ
\n", "markdown": "__пÑиÑÑанÑм__ÑÑÑемÑÑÑÑ\n", "example": 304, "end_line": 5000, "start_line": 4996 }, { "section": "Emphasis and strong emphasis", "html": "foo__bar__baz
\n", "markdown": "__foo__bar__baz__\n", "example": 305, "end_line": 5006, "start_line": 5002 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "*foo [bar](/url)*\n", "example": 306, "end_line": 5017, "start_line": 5013 }, { "section": "Emphasis and strong emphasis", "html": "foo\nbar
\n", "markdown": "*foo\nbar*\n", "example": 307, "end_line": 5025, "start_line": 5019 }, { "section": "Emphasis and strong emphasis", "html": "foo bar baz
\n", "markdown": "_foo __bar__ baz_\n", "example": 308, "end_line": 5034, "start_line": 5030 }, { "section": "Emphasis and strong emphasis", "html": "foo bar baz
\n", "markdown": "_foo _bar_ baz_\n", "example": 309, "end_line": 5040, "start_line": 5036 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "__foo_ bar_\n", "example": 310, "end_line": 5046, "start_line": 5042 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "*foo *bar**\n", "example": 311, "end_line": 5052, "start_line": 5048 }, { "section": "Emphasis and strong emphasis", "html": "foo bar baz
\n", "markdown": "*foo **bar** baz*\n", "example": 312, "end_line": 5058, "start_line": 5054 }, { "section": "Emphasis and strong emphasis", "html": "foobarbaz
\n", "markdown": "*foo**bar**baz*\n", "example": 313, "end_line": 5066, "start_line": 5062 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "***foo** bar*\n", "example": 314, "end_line": 5076, "start_line": 5072 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "*foo **bar***\n", "example": 315, "end_line": 5082, "start_line": 5078 }, { "section": "Emphasis and strong emphasis", "html": "foobar**
\n", "markdown": "*foo**bar***\n", "example": 316, "end_line": 5092, "start_line": 5088 }, { "section": "Emphasis and strong emphasis", "html": "foo bar baz bim bop
\n", "markdown": "*foo **bar *baz* bim** bop*\n", "example": 317, "end_line": 5101, "start_line": 5097 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "*foo [*bar*](/url)*\n", "example": 318, "end_line": 5107, "start_line": 5103 }, { "section": "Emphasis and strong emphasis", "html": "** is not an empty emphasis
\n", "markdown": "** is not an empty emphasis\n", "example": 319, "end_line": 5115, "start_line": 5111 }, { "section": "Emphasis and strong emphasis", "html": "**** is not an empty strong emphasis
\n", "markdown": "**** is not an empty strong emphasis\n", "example": 320, "end_line": 5121, "start_line": 5117 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "**foo [bar](/url)**\n", "example": 321, "end_line": 5133, "start_line": 5129 }, { "section": "Emphasis and strong emphasis", "html": "foo\nbar
\n", "markdown": "**foo\nbar**\n", "example": 322, "end_line": 5141, "start_line": 5135 }, { "section": "Emphasis and strong emphasis", "html": "foo bar baz
\n", "markdown": "__foo _bar_ baz__\n", "example": 323, "end_line": 5150, "start_line": 5146 }, { "section": "Emphasis and strong emphasis", "html": "foo bar baz
\n", "markdown": "__foo __bar__ baz__\n", "example": 324, "end_line": 5156, "start_line": 5152 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "____foo__ bar__\n", "example": 325, "end_line": 5162, "start_line": 5158 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "**foo **bar****\n", "example": 326, "end_line": 5168, "start_line": 5164 }, { "section": "Emphasis and strong emphasis", "html": "foo bar baz
\n", "markdown": "**foo *bar* baz**\n", "example": 327, "end_line": 5174, "start_line": 5170 }, { "section": "Emphasis and strong emphasis", "html": "foobarbaz**
\n", "markdown": "**foo*bar*baz**\n", "example": 328, "end_line": 5182, "start_line": 5178 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "***foo* bar**\n", "example": 329, "end_line": 5192, "start_line": 5188 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "**foo *bar***\n", "example": 330, "end_line": 5198, "start_line": 5194 }, { "section": "Emphasis and strong emphasis", "html": "foo bar baz\nbim bop
\n", "markdown": "**foo *bar **baz**\nbim* bop**\n", "example": 331, "end_line": 5208, "start_line": 5202 }, { "section": "Emphasis and strong emphasis", "html": "foo bar
\n", "markdown": "**foo [*bar*](/url)**\n", "example": 332, "end_line": 5214, "start_line": 5210 }, { "section": "Emphasis and strong emphasis", "html": "__ is not an empty emphasis
\n", "markdown": "__ is not an empty emphasis\n", "example": 333, "end_line": 5222, "start_line": 5218 }, { "section": "Emphasis and strong emphasis", "html": "____ is not an empty strong emphasis
\n", "markdown": "____ is not an empty strong emphasis\n", "example": 334, "end_line": 5228, "start_line": 5224 }, { "section": "Emphasis and strong emphasis", "html": "foo ***
\n", "markdown": "foo ***\n", "example": 335, "end_line": 5237, "start_line": 5233 }, { "section": "Emphasis and strong emphasis", "html": "foo *
\n", "markdown": "foo *\\**\n", "example": 336, "end_line": 5243, "start_line": 5239 }, { "section": "Emphasis and strong emphasis", "html": "foo _
\n", "markdown": "foo *_*\n", "example": 337, "end_line": 5249, "start_line": 5245 }, { "section": "Emphasis and strong emphasis", "html": "foo *****
\n", "markdown": "foo *****\n", "example": 338, "end_line": 5255, "start_line": 5251 }, { "section": "Emphasis and strong emphasis", "html": "foo *
\n", "markdown": "foo **\\***\n", "example": 339, "end_line": 5261, "start_line": 5257 }, { "section": "Emphasis and strong emphasis", "html": "foo _
\n", "markdown": "foo **_**\n", "example": 340, "end_line": 5267, "start_line": 5263 }, { "section": "Emphasis and strong emphasis", "html": "*foo
\n", "markdown": "**foo*\n", "example": 341, "end_line": 5277, "start_line": 5273 }, { "section": "Emphasis and strong emphasis", "html": "foo*
\n", "markdown": "*foo**\n", "example": 342, "end_line": 5283, "start_line": 5279 }, { "section": "Emphasis and strong emphasis", "html": "*foo
\n", "markdown": "***foo**\n", "example": 343, "end_line": 5289, "start_line": 5285 }, { "section": "Emphasis and strong emphasis", "html": "***foo
\n", "markdown": "****foo*\n", "example": 344, "end_line": 5295, "start_line": 5291 }, { "section": "Emphasis and strong emphasis", "html": "foo*
\n", "markdown": "**foo***\n", "example": 345, "end_line": 5301, "start_line": 5297 }, { "section": "Emphasis and strong emphasis", "html": "foo***
\n", "markdown": "*foo****\n", "example": 346, "end_line": 5307, "start_line": 5303 }, { "section": "Emphasis and strong emphasis", "html": "foo ___
\n", "markdown": "foo ___\n", "example": 347, "end_line": 5316, "start_line": 5312 }, { "section": "Emphasis and strong emphasis", "html": "foo _
\n", "markdown": "foo _\\__\n", "example": 348, "end_line": 5322, "start_line": 5318 }, { "section": "Emphasis and strong emphasis", "html": "foo *
\n", "markdown": "foo _*_\n", "example": 349, "end_line": 5328, "start_line": 5324 }, { "section": "Emphasis and strong emphasis", "html": "foo _____
\n", "markdown": "foo _____\n", "example": 350, "end_line": 5334, "start_line": 5330 }, { "section": "Emphasis and strong emphasis", "html": "foo _
\n", "markdown": "foo __\\___\n", "example": 351, "end_line": 5340, "start_line": 5336 }, { "section": "Emphasis and strong emphasis", "html": "foo *
\n", "markdown": "foo __*__\n", "example": 352, "end_line": 5346, "start_line": 5342 }, { "section": "Emphasis and strong emphasis", "html": "_foo
\n", "markdown": "__foo_\n", "example": 353, "end_line": 5352, "start_line": 5348 }, { "section": "Emphasis and strong emphasis", "html": "foo_
\n", "markdown": "_foo__\n", "example": 354, "end_line": 5362, "start_line": 5358 }, { "section": "Emphasis and strong emphasis", "html": "_foo
\n", "markdown": "___foo__\n", "example": 355, "end_line": 5368, "start_line": 5364 }, { "section": "Emphasis and strong emphasis", "html": "___foo
\n", "markdown": "____foo_\n", "example": 356, "end_line": 5374, "start_line": 5370 }, { "section": "Emphasis and strong emphasis", "html": "foo_
\n", "markdown": "__foo___\n", "example": 357, "end_line": 5380, "start_line": 5376 }, { "section": "Emphasis and strong emphasis", "html": "foo___
\n", "markdown": "_foo____\n", "example": 358, "end_line": 5386, "start_line": 5382 }, { "section": "Emphasis and strong emphasis", "html": "foo
\n", "markdown": "**foo**\n", "example": 359, "end_line": 5395, "start_line": 5391 }, { "section": "Emphasis and strong emphasis", "html": "foo
\n", "markdown": "*_foo_*\n", "example": 360, "end_line": 5401, "start_line": 5397 }, { "section": "Emphasis and strong emphasis", "html": "foo
\n", "markdown": "__foo__\n", "example": 361, "end_line": 5407, "start_line": 5403 }, { "section": "Emphasis and strong emphasis", "html": "foo
\n", "markdown": "_*foo*_\n", "example": 362, "end_line": 5413, "start_line": 5409 }, { "section": "Emphasis and strong emphasis", "html": "foo
\n", "markdown": "****foo****\n", "example": 363, "end_line": 5422, "start_line": 5418 }, { "section": "Emphasis and strong emphasis", "html": "foo
\n", "markdown": "____foo____\n", "example": 364, "end_line": 5428, "start_line": 5424 }, { "section": "Emphasis and strong emphasis", "html": "foo
\n", "markdown": "******foo******\n", "example": 365, "end_line": 5438, "start_line": 5434 }, { "section": "Emphasis and strong emphasis", "html": "foo
\n", "markdown": "***foo***\n", "example": 366, "end_line": 5446, "start_line": 5442 }, { "section": "Emphasis and strong emphasis", "html": "foo
\n", "markdown": "_____foo_____\n", "example": 367, "end_line": 5452, "start_line": 5448 }, { "section": "Emphasis and strong emphasis", "html": "foo _bar baz_
\n", "markdown": "*foo _bar* baz_\n", "example": 368, "end_line": 5460, "start_line": 5456 }, { "section": "Emphasis and strong emphasis", "html": "foobar*
\n", "markdown": "**foo*bar**\n", "example": 369, "end_line": 5466, "start_line": 5462 }, { "section": "Emphasis and strong emphasis", "html": "**foo bar baz
\n", "markdown": "**foo **bar baz**\n", "example": 370, "end_line": 5475, "start_line": 5471 }, { "section": "Emphasis and strong emphasis", "html": "*foo bar baz
\n", "markdown": "*foo *bar baz*\n", "example": 371, "end_line": 5481, "start_line": 5477 }, { "section": "Emphasis and strong emphasis", "html": "*bar*
\n", "markdown": "*[bar*](/url)\n", "example": 372, "end_line": 5489, "start_line": 5485 }, { "section": "Emphasis and strong emphasis", "html": "_foo bar_
\n", "markdown": "_foo [bar_](/url)\n", "example": 373, "end_line": 5495, "start_line": 5491 }, { "section": "Emphasis and strong emphasis", "html": "*
\n", "markdown": "*\n", "example": 374, "end_line": 5501, "start_line": 5497 }, { "section": "Emphasis and strong emphasis", "html": "\n", "markdown": "**\n", "example": 375, "end_line": 5507, "start_line": 5503 }, { "section": "Emphasis and strong emphasis", "html": "\n", "markdown": "__\n", "example": 376, "end_line": 5513, "start_line": 5509 }, { "section": "Emphasis and strong emphasis", "html": "a *
a _
[link](/my uri)
\n", "markdown": "[link](/my uri)\n", "example": 385, "end_line": 5648, "start_line": 5644 }, { "section": "Links", "html": "\n", "markdown": "[link]([link](foo\nbar)
\n", "markdown": "[link](foo\nbar)\n", "example": 387, "end_line": 5664, "start_line": 5658 }, { "section": "Links", "html": "\n", "markdown": "[link]((foo)and(bar))\n", "example": 388, "end_line": 5672, "start_line": 5668 }, { "section": "Links", "html": "[link](foo(and(bar)))
\n", "markdown": "[link](foo(and(bar)))\n", "example": 389, "end_line": 5681, "start_line": 5677 }, { "section": "Links", "html": "\n", "markdown": "[link](foo(and\\(bar\\)))\n", "example": 390, "end_line": 5687, "start_line": 5683 }, { "section": "Links", "html": "\n", "markdown": "[link]([link](/url "title "and" title")
\n", "markdown": "[link](/url \"title \"and\" title\")\n", "example": 397, "end_line": 5751, "start_line": 5747 }, { "section": "Links", "html": "\n", "markdown": "[link](/url 'title \"and\" title')\n", "example": 398, "end_line": 5759, "start_line": 5755 }, { "section": "Links", "html": "\n", "markdown": "[link]( /uri\n \"title\" )\n", "example": 399, "end_line": 5782, "start_line": 5777 }, { "section": "Links", "html": "[link] (/uri)
\n", "markdown": "[link] (/uri)\n", "example": 400, "end_line": 5791, "start_line": 5787 }, { "section": "Links", "html": "\n", "markdown": "[link [foo [bar]]](/uri)\n", "example": 401, "end_line": 5800, "start_line": 5796 }, { "section": "Links", "html": "[link] bar](/uri)
\n", "markdown": "[link] bar](/uri)\n", "example": 402, "end_line": 5806, "start_line": 5802 }, { "section": "Links", "html": "[link bar
\n", "markdown": "[link [bar](/uri)\n", "example": 403, "end_line": 5812, "start_line": 5808 }, { "section": "Links", "html": "\n", "markdown": "[link \\[bar](/uri)\n", "example": 404, "end_line": 5818, "start_line": 5814 }, { "section": "Links", "html": "\n", "markdown": "[link *foo **bar** `#`*](/uri)\n", "example": 405, "end_line": 5826, "start_line": 5822 }, { "section": "Links", "html": "\n", "markdown": "[![moon](moon.jpg)](/uri)\n", "example": 406, "end_line": 5832, "start_line": 5828 }, { "section": "Links", "html": "[foo bar](/uri)
\n", "markdown": "[foo [bar](/uri)](/uri)\n", "example": 407, "end_line": 5840, "start_line": 5836 }, { "section": "Links", "html": "[foo [bar baz](/uri)](/uri)
\n", "markdown": "[foo *[bar [baz](/uri)](/uri)*](/uri)\n", "example": 408, "end_line": 5846, "start_line": 5842 }, { "section": "Links", "html": "\n", "markdown": "![[[foo](uri1)](uri2)](uri3)\n", "example": 409, "end_line": 5852, "start_line": 5848 }, { "section": "Links", "html": "*foo*
\n", "markdown": "*[foo*](/uri)\n", "example": 410, "end_line": 5861, "start_line": 5857 }, { "section": "Links", "html": "\n", "markdown": "[foo *bar](baz*)\n", "example": 411, "end_line": 5867, "start_line": 5863 }, { "section": "Links", "html": "[foo
[foo](/uri)
[foohttp://example.com?search=](uri)
\n", "markdown": "[foo*foo*
\n", "markdown": "*[foo*][ref]\n\n[ref]: /uri\n", "example": 422, "end_line": 5999, "start_line": 5993 }, { "section": "Links", "html": "\n", "markdown": "[foo *bar][ref]\n\n[ref]: /uri\n", "example": 423, "end_line": 6007, "start_line": 6001 }, { "section": "Links", "html": "[foo
[foo][ref]
[foohttp://example.com?search=][ref]
\n", "markdown": "[fooТолпой is a Russian word.
\n", "markdown": "[Толпой][Толпой] is a Russian word.\n\n[ТÐÐÐÐÐ]: /url\n", "example": 428, "end_line": 6054, "start_line": 6048 }, { "section": "Links", "html": "\n", "markdown": "[Foo\n bar]: /url\n\n[Baz][Foo bar]\n", "example": 429, "end_line": 6066, "start_line": 6059 }, { "section": "Links", "html": "\n", "markdown": "[foo] [bar]\n\n[bar]: /url \"title\"\n", "example": 430, "end_line": 6077, "start_line": 6071 }, { "section": "Links", "html": "\n", "markdown": "[foo]\n[bar]\n\n[bar]: /url \"title\"\n", "example": 431, "end_line": 6086, "start_line": 6079 }, { "section": "Links", "html": "\n", "markdown": "[foo]: /url1\n\n[foo]: /url2\n\n[bar][foo]\n", "example": 432, "end_line": 6099, "start_line": 6091 }, { "section": "Links", "html": "[bar][foo!]
\n", "markdown": "[bar][foo\\!]\n\n[foo!]: /url\n", "example": 433, "end_line": 6111, "start_line": 6105 }, { "section": "Links", "html": "[foo][ref[]
\n[ref[]: /uri
\n", "markdown": "[foo][ref[]\n\n[ref[]: /uri\n", "example": 434, "end_line": 6123, "start_line": 6116 }, { "section": "Links", "html": "[foo][ref[bar]]
\n[ref[bar]]: /uri
\n", "markdown": "[foo][ref[bar]]\n\n[ref[bar]]: /uri\n", "example": 435, "end_line": 6132, "start_line": 6125 }, { "section": "Links", "html": "[[[foo]]]
\n[[[foo]]]: /url
\n", "markdown": "[[[foo]]]\n\n[[[foo]]]: /url\n", "example": 436, "end_line": 6141, "start_line": 6134 }, { "section": "Links", "html": "\n", "markdown": "[foo][ref\\[]\n\n[ref\\[]: /uri\n", "example": 437, "end_line": 6149, "start_line": 6143 }, { "section": "Links", "html": "\n", "markdown": "[foo][]\n\n[foo]: /url \"title\"\n", "example": 438, "end_line": 6167, "start_line": 6161 }, { "section": "Links", "html": "\n", "markdown": "[*foo* bar][]\n\n[*foo* bar]: /url \"title\"\n", "example": 439, "end_line": 6175, "start_line": 6169 }, { "section": "Links", "html": "\n", "markdown": "[Foo][]\n\n[foo]: /url \"title\"\n", "example": 440, "end_line": 6185, "start_line": 6179 }, { "section": "Links", "html": "\n", "markdown": "[foo] \n[]\n\n[foo]: /url \"title\"\n", "example": 441, "end_line": 6198, "start_line": 6191 }, { "section": "Links", "html": "\n", "markdown": "[foo]\n\n[foo]: /url \"title\"\n", "example": 442, "end_line": 6216, "start_line": 6210 }, { "section": "Links", "html": "\n", "markdown": "[*foo* bar]\n\n[*foo* bar]: /url \"title\"\n", "example": 443, "end_line": 6224, "start_line": 6218 }, { "section": "Links", "html": "[foo bar]
\n", "markdown": "[[*foo* bar]]\n\n[*foo* bar]: /url \"title\"\n", "example": 444, "end_line": 6232, "start_line": 6226 }, { "section": "Links", "html": "\n", "markdown": "[Foo]\n\n[foo]: /url \"title\"\n", "example": 445, "end_line": 6242, "start_line": 6236 }, { "section": "Links", "html": "foo bar
\n", "markdown": "[foo] bar\n\n[foo]: /url\n", "example": 446, "end_line": 6252, "start_line": 6246 }, { "section": "Links", "html": "[foo]
\n", "markdown": "\\[foo]\n\n[foo]: /url \"title\"\n", "example": 447, "end_line": 6263, "start_line": 6257 }, { "section": "Links", "html": "*foo*
\n", "markdown": "[foo*]: /url\n\n*[foo*]\n", "example": 448, "end_line": 6274, "start_line": 6268 }, { "section": "Links", "html": "[foo]
[foo]bar
\n", "markdown": "[foo][bar][baz]\n\n[baz]: /url\n", "example": 451, "end_line": 6306, "start_line": 6300 }, { "section": "Links", "html": "\n", "markdown": "[foo][bar][baz]\n\n[baz]: /url1\n[bar]: /url2\n", "example": 452, "end_line": 6318, "start_line": 6311 }, { "section": "Links", "html": "[foo]bar
\n", "markdown": "[foo][bar][baz]\n\n[baz]: /url1\n[foo]: /url2\n", "example": 453, "end_line": 6330, "start_line": 6323 }, { "section": "Images", "html": "\n", "markdown": "![foo](/url \"title\")\n", "example": 454, "end_line": 6349, "start_line": 6345 }, { "section": "Images", "html": "\n", "markdown": "![foo *bar*]\n\n[foo *bar*]: train.jpg \"train & tracks\"\n", "example": 455, "end_line": 6357, "start_line": 6351 }, { "section": "Images", "html": "\n", "markdown": "![foo ![bar](/url)](/url2)\n", "example": 456, "end_line": 6363, "start_line": 6359 }, { "section": "Images", "html": "\n", "markdown": "![foo [bar](/url)](/url2)\n", "example": 457, "end_line": 6369, "start_line": 6365 }, { "section": "Images", "html": "\n", "markdown": "![foo *bar*][]\n\n[foo *bar*]: train.jpg \"train & tracks\"\n", "example": 458, "end_line": 6384, "start_line": 6378 }, { "section": "Images", "html": "\n", "markdown": "![foo *bar*][foobar]\n\n[FOOBAR]: train.jpg \"train & tracks\"\n", "example": 459, "end_line": 6392, "start_line": 6386 }, { "section": "Images", "html": "\n", "markdown": "![foo](train.jpg)\n", "example": 460, "end_line": 6398, "start_line": 6394 }, { "section": "Images", "html": "My
\n", "markdown": "My ![foo bar](/path/to/train.jpg \"title\" )\n", "example": 461, "end_line": 6404, "start_line": 6400 }, { "section": "Images", "html": "\n", "markdown": "![foo](![[foo]]
\n[[foo]]: /url "title"
\n", "markdown": "![[foo]]\n\n[[foo]]: /url \"title\"\n", "example": 472, "end_line": 6503, "start_line": 6496 }, { "section": "Images", "html": "\n", "markdown": "![Foo]\n\n[foo]: /url \"title\"\n", "example": 473, "end_line": 6513, "start_line": 6507 }, { "section": "Images", "html": "![foo]
\n", "markdown": "\\!\\[foo]\n\n[foo]: /url \"title\"\n", "example": 474, "end_line": 6524, "start_line": 6518 }, { "section": "Images", "html": "!foo
\n", "markdown": "\\![foo]\n\n[foo]: /url \"title\"\n", "example": 475, "end_line": 6535, "start_line": 6529 }, { "section": "Autolinks", "html": "\n", "markdown": "http://foo.bar.baz?q=hello&id=22&boolean
\n", "markdown": "<http://foo.bar/baz bim>
\n", "markdown": "<>
\n", "markdown": "<>\n", "example": 483, "end_line": 6650, "start_line": 6646 }, { "section": "Autolinks", "html": "<heck://bing.bong>
\n", "markdown": "< http://foo.bar >
\n", "markdown": "< http://foo.bar >\n", "example": 485, "end_line": 6662, "start_line": 6658 }, { "section": "Autolinks", "html": "<foo.bar.baz>
\n", "markdown": "<localhost:5001/foo>
\n", "markdown": "<5001><><>
<"">
<"><>
<><><>
<>
<"">
<>
&
&<""">