Update common_mark tests to 0.29 - 2019-04-06
diff --git a/pkgs/markdown/test/common_mark/autolinks.unit b/pkgs/markdown/test/common_mark/autolinks.unit index bf4aeb9..de023be 100644 --- a/pkgs/markdown/test/common_mark/autolinks.unit +++ b/pkgs/markdown/test/common_mark/autolinks.unit
@@ -1,76 +1,76 @@ ->>> Autolinks - 565 +>>> Autolinks - 590 <http://foo.bar.baz> <<< <p><a href="http://foo.bar.baz">http://foo.bar.baz</a></p> ->>> Autolinks - 566 +>>> Autolinks - 591 <http://foo.bar.baz/test?q=hello&id=22&boolean> <<< <p><a href="http://foo.bar.baz/test?q=hello&id=22&boolean">http://foo.bar.baz/test?q=hello&id=22&boolean</a></p> ->>> Autolinks - 567 +>>> Autolinks - 592 <irc://foo.bar:2233/baz> <<< <p><a href="irc://foo.bar:2233/baz">irc://foo.bar:2233/baz</a></p> ->>> Autolinks - 568 +>>> Autolinks - 593 <MAILTO:FOO@BAR.BAZ> <<< <p><a href="MAILTO:FOO@BAR.BAZ">MAILTO:FOO@BAR.BAZ</a></p> ->>> Autolinks - 569 +>>> Autolinks - 594 <a+b+c:d> <<< <p><a href="a+b+c:d">a+b+c:d</a></p> ->>> Autolinks - 570 +>>> Autolinks - 595 <made-up-scheme://foo,bar> <<< <p><a href="made-up-scheme://foo,bar">made-up-scheme://foo,bar</a></p> ->>> Autolinks - 571 +>>> Autolinks - 596 <http://../> <<< <p><a href="http://../">http://../</a></p> ->>> Autolinks - 572 +>>> Autolinks - 597 <localhost:5001/foo> <<< <p><a href="localhost:5001/foo">localhost:5001/foo</a></p> ->>> Autolinks - 573 +>>> Autolinks - 598 <http://foo.bar/baz bim> <<< <p><http://foo.bar/baz bim></p> ->>> Autolinks - 574 +>>> Autolinks - 599 <http://example.com/\[\> <<< <p><a href="http://example.com/%5C%5B%5C">http://example.com/\[\</a></p> ->>> Autolinks - 575 +>>> Autolinks - 600 <foo@bar.example.com> <<< <p><a href="mailto:foo@bar.example.com">foo@bar.example.com</a></p> ->>> Autolinks - 576 +>>> Autolinks - 601 <foo+special@Bar.baz-bar0.com> <<< <p><a href="mailto:foo+special@Bar.baz-bar0.com">foo+special@Bar.baz-bar0.com</a></p> ->>> Autolinks - 577 +>>> Autolinks - 602 <foo\+@bar.example.com> <<< <p><foo+@bar.example.com></p> ->>> Autolinks - 578 +>>> Autolinks - 603 <> <<< <p><></p> ->>> Autolinks - 579 +>>> Autolinks - 604 < http://foo.bar > <<< <p>< http://foo.bar ></p> ->>> Autolinks - 580 +>>> Autolinks - 605 <m:abc> <<< <p><m:abc></p> ->>> Autolinks - 581 +>>> Autolinks - 606 <foo.bar.baz> <<< <p><foo.bar.baz></p> ->>> Autolinks - 582 +>>> Autolinks - 607 http://example.com <<< <p>http://example.com</p> ->>> Autolinks - 583 +>>> Autolinks - 608 foo@bar.example.com <<< <p>foo@bar.example.com</p>
diff --git a/pkgs/markdown/test/common_mark/backslash_escapes.unit b/pkgs/markdown/test/common_mark/backslash_escapes.unit index 5fac119..f16ddfd 100644 --- a/pkgs/markdown/test/common_mark/backslash_escapes.unit +++ b/pkgs/markdown/test/common_mark/backslash_escapes.unit
@@ -1,12 +1,12 @@ ->>> Backslash escapes - 289 +>>> Backslash escapes - 298 \!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\`\{\|\}\~ <<< <p>!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~</p> ->>> Backslash escapes - 290 +>>> Backslash escapes - 299 \ \A\a\ \3\φ\« <<< <p>\ \A\a\ \3\φ\«</p> ->>> Backslash escapes - 291 +>>> Backslash escapes - 300 \*not emphasized* \<br/> not a tag \[not a link](/foo) @@ -15,6 +15,7 @@ \* not a list \# not a heading \[foo]: /url "not a reference" +\ö not a character entity <<< <p>*not emphasized* <br/> not a tag @@ -23,52 +24,53 @@ 1. not a list * not a list # not a heading -[foo]: /url "not a reference"</p> ->>> Backslash escapes - 292 +[foo]: /url "not a reference" +ö not a character entity</p> +>>> Backslash escapes - 301 \\*emphasis* <<< <p>\<em>emphasis</em></p> ->>> Backslash escapes - 293 +>>> Backslash escapes - 302 foo\ bar <<< <p>foo<br /> bar</p> ->>> Backslash escapes - 294 +>>> Backslash escapes - 303 `` \[\` `` <<< <p><code>\[\`</code></p> ->>> Backslash escapes - 295 +>>> Backslash escapes - 304 \[\] <<< <pre><code>\[\] </code></pre> ->>> Backslash escapes - 296 +>>> Backslash escapes - 305 ~~~ \[\] ~~~ <<< <pre><code>\[\] </code></pre> ->>> Backslash escapes - 297 +>>> Backslash escapes - 306 <http://example.com?find=\*> <<< <p><a href="http://example.com?find=%5C*">http://example.com?find=\*</a></p> ->>> Backslash escapes - 298 +>>> Backslash escapes - 307 <a href="/bar\/)"> <<< <a href="/bar\/)"> ->>> Backslash escapes - 299 +>>> Backslash escapes - 308 [foo](/bar\* "ti\*tle") <<< <p><a href="/bar*" title="ti*tle">foo</a></p> ->>> Backslash escapes - 300 +>>> Backslash escapes - 309 [foo] [foo]: /bar\* "ti\*tle" <<< <p><a href="/bar*" title="ti*tle">foo</a></p> ->>> Backslash escapes - 301 +>>> Backslash escapes - 310 ``` foo\+bar foo ```
diff --git a/pkgs/markdown/test/common_mark/blank_lines.unit b/pkgs/markdown/test/common_mark/blank_lines.unit index 78dbe9c..be24ab7 100644 --- a/pkgs/markdown/test/common_mark/blank_lines.unit +++ b/pkgs/markdown/test/common_mark/blank_lines.unit
@@ -1,4 +1,4 @@ ->>> Blank lines - 190 +>>> Blank lines - 197 aaa
diff --git a/pkgs/markdown/test/common_mark/block_quotes.unit b/pkgs/markdown/test/common_mark/block_quotes.unit index b26fb93..7d00483 100644 --- a/pkgs/markdown/test/common_mark/block_quotes.unit +++ b/pkgs/markdown/test/common_mark/block_quotes.unit
@@ -1,4 +1,4 @@ ->>> Block quotes - 191 +>>> Block quotes - 198 > # Foo > bar > baz @@ -7,7 +7,7 @@ <h1>Foo</h1> <p>bar baz</p></blockquote> ->>> Block quotes - 192 +>>> Block quotes - 199 ># Foo >bar > baz @@ -16,7 +16,7 @@ <h1>Foo</h1> <p>bar baz</p></blockquote> ->>> Block quotes - 193 +>>> Block quotes - 200 > # Foo > bar > baz @@ -25,7 +25,7 @@ <h1>Foo</h1> <p>bar baz</p></blockquote> ->>> Block quotes - 194 +>>> Block quotes - 201 > # Foo > bar > baz @@ -34,7 +34,7 @@ > bar > baz </code></pre> ->>> Block quotes - 195 +>>> Block quotes - 202 > # Foo > bar baz @@ -43,7 +43,7 @@ <h1>Foo</h1> <p>bar baz</p></blockquote> ->>> Block quotes - 196 +>>> Block quotes - 203 > bar baz > foo @@ -52,19 +52,19 @@ <p>bar baz foo</p></blockquote> ->>> Block quotes - 197 +>>> Block quotes - 204 > foo --- <<< <blockquote> <p>foo</p></blockquote> <hr /> ->>> Block quotes - 198 +>>> Block quotes - 205 > - foo - bar <<< <blockquote><ul><li>foo</li></ul></blockquote><ul><li>bar</li></ul> ->>> Block quotes - 199 +>>> Block quotes - 206 > foo bar <<< @@ -73,7 +73,7 @@ </code></pre></blockquote> <pre><code>bar </code></pre> ->>> Block quotes - 200 +>>> Block quotes - 207 > ``` foo ``` @@ -83,7 +83,7 @@ </code></pre></blockquote> <pre><code> </code></pre> ->>> Block quotes - 201 +>>> Block quotes - 208 > foo - bar <<< @@ -91,24 +91,24 @@ <p>foo</p></blockquote> <pre><code>- bar </code></pre> ->>> Block quotes - 202 +>>> Block quotes - 209 > <<< <blockquote></blockquote> ->>> Block quotes - 203 +>>> Block quotes - 210 > > > <<< <blockquote></blockquote> ->>> Block quotes - 204 +>>> Block quotes - 211 > > foo > <<< <blockquote> <p>foo</p></blockquote> ->>> Block quotes - 205 +>>> Block quotes - 212 > foo > bar @@ -117,14 +117,14 @@ <p>foo</p></blockquote> <blockquote> <p>bar</p></blockquote> ->>> Block quotes - 206 +>>> Block quotes - 213 > foo > bar <<< <blockquote> <p>foo bar</p></blockquote> ->>> Block quotes - 207 +>>> Block quotes - 214 > foo > > bar @@ -132,14 +132,14 @@ <blockquote> <p>foo</p> <p>bar</p></blockquote> ->>> Block quotes - 208 +>>> Block quotes - 215 foo > bar <<< <p>foo</p> <blockquote> <p>bar</p></blockquote> ->>> Block quotes - 209 +>>> Block quotes - 216 > aaa *** > bbb @@ -149,14 +149,14 @@ <hr /> <blockquote> <p>bbb</p></blockquote> ->>> Block quotes - 210 +>>> Block quotes - 217 > bar baz <<< <blockquote> <p>bar baz</p></blockquote> ->>> Block quotes - 211 +>>> Block quotes - 218 > bar baz @@ -164,7 +164,7 @@ <blockquote> <p>bar</p></blockquote> <p>baz</p> ->>> Block quotes - 212 +>>> Block quotes - 219 > bar > baz @@ -172,7 +172,7 @@ <blockquote> <p>bar</p> <p>baz</p></blockquote> ->>> Block quotes - 213 +>>> Block quotes - 220 > > > foo bar <<< @@ -181,7 +181,7 @@ <blockquote> <p>foo bar</p></blockquote></blockquote></blockquote> ->>> Block quotes - 214 +>>> Block quotes - 221 >>> foo > bar >>baz @@ -192,7 +192,7 @@ <p>foo bar baz</p></blockquote></blockquote></blockquote> ->>> Block quotes - 215 +>>> Block quotes - 222 > code > not code
diff --git a/pkgs/markdown/test/common_mark/code_spans.unit b/pkgs/markdown/test/common_mark/code_spans.unit index 956071b..221b75c 100644 --- a/pkgs/markdown/test/common_mark/code_spans.unit +++ b/pkgs/markdown/test/common_mark/code_spans.unit
@@ -1,73 +1,101 @@ ->>> Code spans - 314 +>>> Code spans - 328 `foo` <<< <p><code>foo</code></p> ->>> Code spans - 315 -`` foo ` bar `` +>>> Code spans - 329 +`` foo ` bar `` <<< <p><code>foo ` bar</code></p> ->>> Code spans - 316 +>>> Code spans - 330 ` `` ` <<< <p><code>``</code></p> ->>> Code spans - 317 +>>> Code spans - 331 +` `` ` +<<< +<p><code>``</code></p> +>>> Code spans - 332 +` a` +<<< +<p><code>a</code></p> +>>> Code spans - 333 +` b ` +<<< +<p><code>b</code></p> +>>> Code spans - 334 +` ` +` ` +<<< +<p><code></code> +<code></code></p> +>>> Code spans - 335 `` foo +bar +baz +`` +<<< +<p><code>foo +bar +baz</code></p> +>>> Code spans - 336 +`` +foo `` <<< <p><code>foo</code></p> ->>> Code spans - 318 -`foo bar - baz` +>>> Code spans - 337 +`foo bar +baz` <<< -<p><code>foo bar - baz</code></p> ->>> Code spans - 319 -`a b` -<<< -<p><code>a b</code></p> ->>> Code spans - 320 -`foo `` bar` -<<< -<p><code>foo `` bar</code></p> ->>> Code spans - 321 +<p><code>foo bar +baz</code></p> +>>> Code spans - 338 `foo\`bar` <<< <p><code>foo\</code>bar`</p> ->>> Code spans - 322 +>>> Code spans - 339 +``foo`bar`` +<<< +<p><code>foo`bar</code></p> +>>> Code spans - 340 +` foo `` bar ` +<<< +<p><code>foo `` bar</code></p> +>>> Code spans - 341 *foo`*` <<< <p>*foo<code>*</code></p> ->>> Code spans - 323 +>>> Code spans - 342 [not a `link](/foo`) <<< <p>[not a <code>link](/foo</code>)</p> ->>> Code spans - 324 +>>> Code spans - 343 `<a href="`">` <<< <p><code><a href="</code>">`</p> ->>> Code spans - 325 +>>> Code spans - 344 <a href="`">` <<< <p><a href="`">`</p> ->>> Code spans - 326 +>>> Code spans - 345 `<http://foo.bar.`baz>` <<< <p><code><http://foo.bar.</code>baz>`</p> ->>> Code spans - 327 +>>> Code spans - 346 <http://foo.bar.`baz>` <<< <p><a href="http://foo.bar.%60baz">http://foo.bar.`baz</a>`</p> ->>> Code spans - 328 +>>> Code spans - 347 ```foo`` <<< <pre><code class="language-foo``"> </code></pre> ->>> Code spans - 329 +>>> Code spans - 348 `foo <<< <p>`foo</p> ->>> Code spans - 330 +>>> Code spans - 349 `foo``bar`` <<< <p>`foo<code>bar</code></p>
diff --git a/pkgs/markdown/test/common_mark/emphasis_and_strong_emphasis.unit b/pkgs/markdown/test/common_mark/emphasis_and_strong_emphasis.unit index 97f2a3d..c08e288 100644 --- a/pkgs/markdown/test/common_mark/emphasis_and_strong_emphasis.unit +++ b/pkgs/markdown/test/common_mark/emphasis_and_strong_emphasis.unit
@@ -1,523 +1,535 @@ ->>> Emphasis and strong emphasis - 331 +>>> Emphasis and strong emphasis - 350 *foo bar* <<< <p><em>foo bar</em></p> ->>> Emphasis and strong emphasis - 332 +>>> Emphasis and strong emphasis - 351 a * foo bar* <<< <p>a * foo bar*</p> ->>> Emphasis and strong emphasis - 333 +>>> Emphasis and strong emphasis - 352 a*"foo"* <<< <p>a*"foo"*</p> ->>> Emphasis and strong emphasis - 334 +>>> Emphasis and strong emphasis - 353 * a * <<< <p><em> a </em></p> ->>> Emphasis and strong emphasis - 335 +>>> Emphasis and strong emphasis - 354 foo*bar* <<< <p>foo<em>bar</em></p> ->>> Emphasis and strong emphasis - 336 +>>> Emphasis and strong emphasis - 355 5*6*78 <<< <p>5<em>6</em>78</p> ->>> Emphasis and strong emphasis - 337 +>>> Emphasis and strong emphasis - 356 _foo bar_ <<< <p><em>foo bar</em></p> ->>> Emphasis and strong emphasis - 338 +>>> Emphasis and strong emphasis - 357 _ foo bar_ <<< <p>_ foo bar_</p> ->>> Emphasis and strong emphasis - 339 +>>> Emphasis and strong emphasis - 358 a_"foo"_ <<< <p>a_"foo"_</p> ->>> Emphasis and strong emphasis - 340 +>>> Emphasis and strong emphasis - 359 foo_bar_ <<< <p>foo_bar_</p> ->>> Emphasis and strong emphasis - 341 +>>> Emphasis and strong emphasis - 360 5_6_78 <<< <p>5_6_78</p> ->>> Emphasis and strong emphasis - 342 +>>> Emphasis and strong emphasis - 361 пристаням_стремятся_ <<< <p>пристаням_стремятся_</p> ->>> Emphasis and strong emphasis - 343 +>>> Emphasis and strong emphasis - 362 aa_"bb"_cc <<< <p>aa_"bb"_cc</p> ->>> Emphasis and strong emphasis - 344 +>>> Emphasis and strong emphasis - 363 foo-_(bar)_ <<< <p>foo-<em>(bar)</em></p> ->>> Emphasis and strong emphasis - 345 +>>> Emphasis and strong emphasis - 364 _foo* <<< <p>_foo*</p> ->>> Emphasis and strong emphasis - 346 +>>> Emphasis and strong emphasis - 365 *foo bar * <<< <p>*foo bar *</p> ->>> Emphasis and strong emphasis - 347 +>>> Emphasis and strong emphasis - 366 *foo bar * <<< <p>*foo bar</p><ul><li></li></ul> ->>> Emphasis and strong emphasis - 348 +>>> Emphasis and strong emphasis - 367 *(*foo) <<< <p>*(*foo)</p> ->>> Emphasis and strong emphasis - 349 +>>> Emphasis and strong emphasis - 368 *(*foo*)* <<< <p><em>(<em>foo</em>)</em></p> ->>> Emphasis and strong emphasis - 350 +>>> Emphasis and strong emphasis - 369 *foo*bar <<< <p><em>foo</em>bar</p> ->>> Emphasis and strong emphasis - 351 +>>> Emphasis and strong emphasis - 370 _foo bar _ <<< <p>_foo bar _</p> ->>> Emphasis and strong emphasis - 352 +>>> Emphasis and strong emphasis - 371 _(_foo) <<< <p>_(_foo)</p> ->>> Emphasis and strong emphasis - 353 +>>> Emphasis and strong emphasis - 372 _(_foo_)_ <<< <p><em>(<em>foo</em>)</em></p> ->>> Emphasis and strong emphasis - 354 +>>> Emphasis and strong emphasis - 373 _foo_bar <<< <p>_foo_bar</p> ->>> Emphasis and strong emphasis - 355 +>>> Emphasis and strong emphasis - 374 _пристаням_стремятся <<< <p>_пристаням_стремятся</p> ->>> Emphasis and strong emphasis - 356 +>>> Emphasis and strong emphasis - 375 _foo_bar_baz_ <<< <p><em>foo_bar_baz</em></p> ->>> Emphasis and strong emphasis - 357 +>>> Emphasis and strong emphasis - 376 _(bar)_. <<< <p><em>(bar)</em>.</p> ->>> Emphasis and strong emphasis - 358 +>>> Emphasis and strong emphasis - 377 **foo bar** <<< <p><strong>foo bar</strong></p> ->>> Emphasis and strong emphasis - 359 +>>> Emphasis and strong emphasis - 378 ** foo bar** <<< <p>** foo bar**</p> ->>> Emphasis and strong emphasis - 360 +>>> Emphasis and strong emphasis - 379 a**"foo"** <<< <p>a**"foo"**</p> ->>> Emphasis and strong emphasis - 361 +>>> Emphasis and strong emphasis - 380 foo**bar** <<< <p>foo<strong>bar</strong></p> ->>> Emphasis and strong emphasis - 362 +>>> Emphasis and strong emphasis - 381 __foo bar__ <<< <p><strong>foo bar</strong></p> ->>> Emphasis and strong emphasis - 363 +>>> Emphasis and strong emphasis - 382 __ foo bar__ <<< <p>__ foo bar__</p> ->>> Emphasis and strong emphasis - 364 +>>> Emphasis and strong emphasis - 383 __ foo bar__ <<< <p>__ foo bar__</p> ->>> Emphasis and strong emphasis - 365 +>>> Emphasis and strong emphasis - 384 a__"foo"__ <<< <p>a__"foo"__</p> ->>> Emphasis and strong emphasis - 366 +>>> Emphasis and strong emphasis - 385 foo__bar__ <<< <p>foo__bar__</p> ->>> Emphasis and strong emphasis - 367 +>>> Emphasis and strong emphasis - 386 5__6__78 <<< <p>5__6__78</p> ->>> Emphasis and strong emphasis - 368 +>>> Emphasis and strong emphasis - 387 пристаням__стремятся__ <<< <p>пристаням__стремятся__</p> ->>> Emphasis and strong emphasis - 369 +>>> Emphasis and strong emphasis - 388 __foo, __bar__, baz__ <<< <p><strong>foo, <strong>bar</strong>, baz</strong></p> ->>> Emphasis and strong emphasis - 370 +>>> Emphasis and strong emphasis - 389 foo-__(bar)__ <<< <p>foo-<strong>(bar)</strong></p> ->>> Emphasis and strong emphasis - 371 +>>> Emphasis and strong emphasis - 390 **foo bar ** <<< <p>**foo bar **</p> ->>> Emphasis and strong emphasis - 372 +>>> Emphasis and strong emphasis - 391 **(**foo) <<< <p>**(**foo)</p> ->>> Emphasis and strong emphasis - 373 +>>> Emphasis and strong emphasis - 392 *(**foo**)* <<< <p><em>(<strong>foo</strong>)</em></p> ->>> Emphasis and strong emphasis - 374 +>>> Emphasis and strong emphasis - 393 **Gomphocarpus (*Gomphocarpus physocarpus*, syn. *Asclepias physocarpa*)** <<< <p><strong>Gomphocarpus (<em>Gomphocarpus physocarpus</em>, syn. <em>Asclepias physocarpa</em>)</strong></p> ->>> Emphasis and strong emphasis - 375 +>>> Emphasis and strong emphasis - 394 **foo "*bar*" foo** <<< <p><strong>foo "<em>bar</em>" foo</strong></p> ->>> Emphasis and strong emphasis - 376 +>>> Emphasis and strong emphasis - 395 **foo**bar <<< <p><strong>foo</strong>bar</p> ->>> Emphasis and strong emphasis - 377 +>>> Emphasis and strong emphasis - 396 __foo bar __ <<< <p>__foo bar __</p> ->>> Emphasis and strong emphasis - 378 +>>> Emphasis and strong emphasis - 397 __(__foo) <<< <p>__(__foo)</p> ->>> Emphasis and strong emphasis - 379 +>>> Emphasis and strong emphasis - 398 _(__foo__)_ <<< <p><em>(<strong>foo</strong>)</em></p> ->>> Emphasis and strong emphasis - 380 +>>> Emphasis and strong emphasis - 399 __foo__bar <<< <p>__foo__bar</p> ->>> Emphasis and strong emphasis - 381 +>>> Emphasis and strong emphasis - 400 __пристаням__стремятся <<< <p>__пристаням__стремятся</p> ->>> Emphasis and strong emphasis - 382 +>>> Emphasis and strong emphasis - 401 __foo__bar__baz__ <<< <p><strong>foo__bar__baz</strong></p> ->>> Emphasis and strong emphasis - 383 +>>> Emphasis and strong emphasis - 402 __(bar)__. <<< <p><strong>(bar)</strong>.</p> ->>> Emphasis and strong emphasis - 384 +>>> Emphasis and strong emphasis - 403 *foo [bar](/url)* <<< <p><em>foo <a href="/url">bar</a></em></p> ->>> Emphasis and strong emphasis - 385 +>>> Emphasis and strong emphasis - 404 *foo bar* <<< <p><em>foo bar</em></p> ->>> Emphasis and strong emphasis - 386 +>>> Emphasis and strong emphasis - 405 _foo __bar__ baz_ <<< <p><em>foo <strong>bar</strong> baz</em></p> ->>> Emphasis and strong emphasis - 387 +>>> Emphasis and strong emphasis - 406 _foo _bar_ baz_ <<< <p><em>foo <em>bar</em> baz</em></p> ->>> Emphasis and strong emphasis - 388 +>>> Emphasis and strong emphasis - 407 __foo_ bar_ <<< <p><em><em>foo</em> bar</em></p> ->>> Emphasis and strong emphasis - 389 +>>> Emphasis and strong emphasis - 408 *foo *bar** <<< <p><em>foo <em>bar</em></em></p> ->>> Emphasis and strong emphasis - 390 +>>> Emphasis and strong emphasis - 409 *foo **bar** baz* <<< <p><em>foo <strong>bar</strong> baz</em></p> ->>> Emphasis and strong emphasis - 391 +>>> Emphasis and strong emphasis - 410 *foo**bar**baz* <<< <p><em>foo<strong>bar</strong>baz</em></p> ->>> Emphasis and strong emphasis - 392 +>>> Emphasis and strong emphasis - 411 +*foo**bar* +<<< +<p><em>foo**bar</em></p> +>>> Emphasis and strong emphasis - 412 ***foo** bar* <<< <p><em><strong>foo</strong> bar</em></p> ->>> Emphasis and strong emphasis - 393 +>>> Emphasis and strong emphasis - 413 *foo **bar*** <<< <p><em>foo <strong>bar</strong></em></p> ->>> Emphasis and strong emphasis - 394 +>>> Emphasis and strong emphasis - 414 *foo**bar*** <<< <p><em>foo<strong>bar</strong></em></p> ->>> Emphasis and strong emphasis - 395 +>>> Emphasis and strong emphasis - 415 +foo***bar***baz +<<< +<p>foo***bar***baz</p> +>>> Emphasis and strong emphasis - 416 +foo******bar*********baz +<<< +<p>foo******bar*********baz</p> +>>> Emphasis and strong emphasis - 417 *foo **bar *baz* bim** bop* <<< <p><em>foo <strong>bar <em>baz</em> bim</strong> bop</em></p> ->>> Emphasis and strong emphasis - 396 +>>> Emphasis and strong emphasis - 418 *foo [*bar*](/url)* <<< <p><em>foo <a href="/url"><em>bar</em></a></em></p> ->>> Emphasis and strong emphasis - 397 +>>> Emphasis and strong emphasis - 419 ** is not an empty emphasis <<< <p>** is not an empty emphasis</p> ->>> Emphasis and strong emphasis - 398 +>>> Emphasis and strong emphasis - 420 **** is not an empty strong emphasis <<< <p>**** is not an empty strong emphasis</p> ->>> Emphasis and strong emphasis - 399 +>>> Emphasis and strong emphasis - 421 **foo [bar](/url)** <<< <p><strong>foo <a href="/url">bar</a></strong></p> ->>> Emphasis and strong emphasis - 400 +>>> Emphasis and strong emphasis - 422 **foo bar** <<< <p><strong>foo bar</strong></p> ->>> Emphasis and strong emphasis - 401 +>>> Emphasis and strong emphasis - 423 __foo _bar_ baz__ <<< <p><strong>foo <em>bar</em> baz</strong></p> ->>> Emphasis and strong emphasis - 402 +>>> Emphasis and strong emphasis - 424 __foo __bar__ baz__ <<< <p><strong>foo <strong>bar</strong> baz</strong></p> ->>> Emphasis and strong emphasis - 403 +>>> Emphasis and strong emphasis - 425 ____foo__ bar__ <<< <p><strong><strong>foo</strong> bar</strong></p> ->>> Emphasis and strong emphasis - 404 +>>> Emphasis and strong emphasis - 426 **foo **bar**** <<< <p><strong>foo <strong>bar</strong></strong></p> ->>> Emphasis and strong emphasis - 405 +>>> Emphasis and strong emphasis - 427 **foo *bar* baz** <<< <p><strong>foo <em>bar</em> baz</strong></p> ->>> Emphasis and strong emphasis - 406 +>>> Emphasis and strong emphasis - 428 **foo*bar*baz** <<< <p><strong>foo<em>bar</em>baz</strong></p> ->>> Emphasis and strong emphasis - 407 +>>> Emphasis and strong emphasis - 429 ***foo* bar** <<< <p><strong><em>foo</em> bar</strong></p> ->>> Emphasis and strong emphasis - 408 +>>> Emphasis and strong emphasis - 430 **foo *bar*** <<< <p><strong>foo <em>bar</em></strong></p> ->>> Emphasis and strong emphasis - 409 +>>> Emphasis and strong emphasis - 431 **foo *bar **baz** bim* bop** <<< <p><strong>foo <em>bar <strong>baz</strong> bim</em> bop</strong></p> ->>> Emphasis and strong emphasis - 410 +>>> Emphasis and strong emphasis - 432 **foo [*bar*](/url)** <<< <p><strong>foo <a href="/url"><em>bar</em></a></strong></p> ->>> Emphasis and strong emphasis - 411 +>>> Emphasis and strong emphasis - 433 __ is not an empty emphasis <<< <p>__ is not an empty emphasis</p> ->>> Emphasis and strong emphasis - 412 +>>> Emphasis and strong emphasis - 434 ____ is not an empty strong emphasis <<< <p>____ is not an empty strong emphasis</p> ->>> Emphasis and strong emphasis - 413 +>>> Emphasis and strong emphasis - 435 foo *** <<< <p>foo ***</p> ->>> Emphasis and strong emphasis - 414 +>>> Emphasis and strong emphasis - 436 foo *\** <<< <p>foo <em>*</em></p> ->>> Emphasis and strong emphasis - 415 +>>> Emphasis and strong emphasis - 437 foo *_* <<< <p>foo <em>_</em></p> ->>> Emphasis and strong emphasis - 416 +>>> Emphasis and strong emphasis - 438 foo ***** <<< <p>foo *****</p> ->>> Emphasis and strong emphasis - 417 +>>> Emphasis and strong emphasis - 439 foo **\*** <<< <p>foo <strong>*</strong></p> ->>> Emphasis and strong emphasis - 418 +>>> Emphasis and strong emphasis - 440 foo **_** <<< <p>foo <strong>_</strong></p> ->>> Emphasis and strong emphasis - 419 +>>> Emphasis and strong emphasis - 441 **foo* <<< <p>*<em>foo</em></p> ->>> Emphasis and strong emphasis - 420 +>>> Emphasis and strong emphasis - 442 *foo** <<< <p><em>foo</em>*</p> ->>> Emphasis and strong emphasis - 421 +>>> Emphasis and strong emphasis - 443 ***foo** <<< <p>*<strong>foo</strong></p> ->>> Emphasis and strong emphasis - 422 +>>> Emphasis and strong emphasis - 444 ****foo* <<< <p>***<em>foo</em></p> ->>> Emphasis and strong emphasis - 423 +>>> Emphasis and strong emphasis - 445 **foo*** <<< <p><strong>foo</strong>*</p> ->>> Emphasis and strong emphasis - 424 +>>> Emphasis and strong emphasis - 446 *foo**** <<< <p><em>foo</em>***</p> ->>> Emphasis and strong emphasis - 425 +>>> Emphasis and strong emphasis - 447 foo ___ <<< <p>foo ___</p> ->>> Emphasis and strong emphasis - 426 +>>> Emphasis and strong emphasis - 448 foo _\__ <<< <p>foo <em>_</em></p> ->>> Emphasis and strong emphasis - 427 +>>> Emphasis and strong emphasis - 449 foo _*_ <<< <p>foo <em>*</em></p> ->>> Emphasis and strong emphasis - 428 +>>> Emphasis and strong emphasis - 450 foo _____ <<< <p>foo _____</p> ->>> Emphasis and strong emphasis - 429 +>>> Emphasis and strong emphasis - 451 foo __\___ <<< <p>foo <strong>_</strong></p> ->>> Emphasis and strong emphasis - 430 +>>> Emphasis and strong emphasis - 452 foo __*__ <<< <p>foo <strong>*</strong></p> ->>> Emphasis and strong emphasis - 431 +>>> Emphasis and strong emphasis - 453 __foo_ <<< <p>_<em>foo</em></p> ->>> Emphasis and strong emphasis - 432 +>>> Emphasis and strong emphasis - 454 _foo__ <<< <p><em>foo</em>_</p> ->>> Emphasis and strong emphasis - 433 +>>> Emphasis and strong emphasis - 455 ___foo__ <<< <p>_<strong>foo</strong></p> ->>> Emphasis and strong emphasis - 434 +>>> Emphasis and strong emphasis - 456 ____foo_ <<< <p>___<em>foo</em></p> ->>> Emphasis and strong emphasis - 435 +>>> Emphasis and strong emphasis - 457 __foo___ <<< <p><strong>foo</strong>_</p> ->>> Emphasis and strong emphasis - 436 +>>> Emphasis and strong emphasis - 458 _foo____ <<< <p><em>foo</em>___</p> ->>> Emphasis and strong emphasis - 437 +>>> Emphasis and strong emphasis - 459 **foo** <<< <p><strong>foo</strong></p> ->>> Emphasis and strong emphasis - 438 +>>> Emphasis and strong emphasis - 460 *_foo_* <<< <p><em><em>foo</em></em></p> ->>> Emphasis and strong emphasis - 439 +>>> Emphasis and strong emphasis - 461 __foo__ <<< <p><strong>foo</strong></p> ->>> Emphasis and strong emphasis - 440 +>>> Emphasis and strong emphasis - 462 _*foo*_ <<< <p><em><em>foo</em></em></p> ->>> Emphasis and strong emphasis - 441 +>>> Emphasis and strong emphasis - 463 ****foo**** <<< <p><strong><strong>foo</strong></strong></p> ->>> Emphasis and strong emphasis - 442 +>>> Emphasis and strong emphasis - 464 ____foo____ <<< <p><strong><strong>foo</strong></strong></p> ->>> Emphasis and strong emphasis - 443 +>>> Emphasis and strong emphasis - 465 ******foo****** <<< <p><strong><strong><strong>foo</strong></strong></strong></p> ->>> Emphasis and strong emphasis - 444 +>>> Emphasis and strong emphasis - 466 ***foo*** <<< <p><em><strong>foo</strong></em></p> ->>> Emphasis and strong emphasis - 445 +>>> Emphasis and strong emphasis - 467 _____foo_____ <<< <p><em><strong><strong>foo</strong></strong></em></p> ->>> Emphasis and strong emphasis - 446 +>>> Emphasis and strong emphasis - 468 *foo _bar* baz_ <<< <p><em>foo _bar</em> baz_</p> ->>> Emphasis and strong emphasis - 447 +>>> Emphasis and strong emphasis - 469 *foo __bar *baz bim__ bam* <<< <p><em>foo <strong>bar *baz bim</strong> bam</em></p> ->>> Emphasis and strong emphasis - 448 +>>> Emphasis and strong emphasis - 470 **foo **bar baz** <<< <p>**foo <strong>bar baz</strong></p> ->>> Emphasis and strong emphasis - 449 +>>> Emphasis and strong emphasis - 471 *foo *bar baz* <<< <p>*foo <em>bar baz</em></p> ->>> Emphasis and strong emphasis - 450 +>>> Emphasis and strong emphasis - 472 *[bar*](/url) <<< <p><em>[bar</em>](/url)</p> ->>> Emphasis and strong emphasis - 451 +>>> Emphasis and strong emphasis - 473 _foo [bar_](/url) <<< <p><em>foo [bar</em>](/url)</p> ->>> Emphasis and strong emphasis - 452 +>>> Emphasis and strong emphasis - 474 *<img src="foo" title="*"/> <<< <p>*<img src="foo" title="*"/></p> ->>> Emphasis and strong emphasis - 453 +>>> Emphasis and strong emphasis - 475 **<a href="**"> <<< <p>**<a href="**"></p> ->>> Emphasis and strong emphasis - 454 +>>> Emphasis and strong emphasis - 476 __<a href="__"> <<< <p>__<a href="__"></p> ->>> Emphasis and strong emphasis - 455 +>>> Emphasis and strong emphasis - 477 *a `*`* <<< <p><em>a <code>*</code></em></p> ->>> Emphasis and strong emphasis - 456 +>>> Emphasis and strong emphasis - 478 _a `_`_ <<< <p><em>a <code>_</code></em></p> ->>> Emphasis and strong emphasis - 457 +>>> Emphasis and strong emphasis - 479 **a<http://foo.bar/?q=**> <<< <p>**a<a href="http://foo.bar/?q=**">http://foo.bar/?q=**</a></p> ->>> Emphasis and strong emphasis - 458 +>>> Emphasis and strong emphasis - 480 __a<http://foo.bar/?q=__> <<< <p>__a<a href="http://foo.bar/?q=__">http://foo.bar/?q=__</a></p>
diff --git a/pkgs/markdown/test/common_mark/entity_and_numeric_character_references.unit b/pkgs/markdown/test/common_mark/entity_and_numeric_character_references.unit index d2b0011..c707056 100644 --- a/pkgs/markdown/test/common_mark/entity_and_numeric_character_references.unit +++ b/pkgs/markdown/test/common_mark/entity_and_numeric_character_references.unit
@@ -1,4 +1,4 @@ ->>> Entity and numeric character references - 302 +>>> Entity and numeric character references - 311 & © Æ Ď ¾ ℋ ⅆ ∲ ≧̸ @@ -6,55 +6,83 @@ <p> & © Æ Ď ¾ ℋ ⅆ ∲ ≧̸</p> ->>> Entity and numeric character references - 303 -# Ӓ Ϡ � � +>>> Entity and numeric character references - 312 +# Ӓ Ϡ � <<< -<p># Ӓ Ϡ � �</p> ->>> Entity and numeric character references - 304 +<p># Ӓ Ϡ �</p> +>>> Entity and numeric character references - 313 " ആ ಫ <<< <p>" ആ ಫ</p> ->>> Entity and numeric character references - 305 +>>> Entity and numeric character references - 314   &x; &#; &#x; +� +&#abcdef0; &ThisIsNotDefined; &hi?; <<< <p>&nbsp &x; &#; &#x; +� +&#abcdef0; &ThisIsNotDefined; &hi?;</p> ->>> Entity and numeric character references - 306 +>>> Entity and numeric character references - 315 © <<< <p>&copy</p> ->>> Entity and numeric character references - 307 +>>> Entity and numeric character references - 316 &MadeUpEntity; <<< <p>&MadeUpEntity;</p> ->>> Entity and numeric character references - 308 +>>> Entity and numeric character references - 317 <a href="öö.html"> <<< <a href="öö.html"> ->>> Entity and numeric character references - 309 +>>> Entity and numeric character references - 318 [foo](/föö "föö") <<< <p><a href="/föö" title="föö">foo</a></p> ->>> Entity and numeric character references - 310 +>>> Entity and numeric character references - 319 [foo] [foo]: /föö "föö" <<< <p><a href="/föö" title="föö">foo</a></p> ->>> Entity and numeric character references - 311 +>>> Entity and numeric character references - 320 ``` föö foo ``` <<< <pre><code class="language-f&ouml;&ouml;">foo </code></pre> ->>> Entity and numeric character references - 312 +>>> Entity and numeric character references - 321 `föö` <<< <p><code>f&ouml;&ouml;</code></p> ->>> Entity and numeric character references - 313 +>>> Entity and numeric character references - 322 föfö <<< <pre><code>f&ouml;f&ouml; </code></pre> +>>> Entity and numeric character references - 323 +*foo* +*foo* +<<< +<p>*foo* +<em>foo</em></p> +>>> Entity and numeric character references - 324 +* foo + +* foo +<<< +<p>* foo</p><ul><li>foo</li></ul> +>>> Entity and numeric character references - 325 +foo bar +<<< +<p>foo bar</p> +>>> Entity and numeric character references - 326 +	foo +<<< +<p>	foo</p> +>>> Entity and numeric character references - 327 +[a](url "tit") +<<< +<p>[a](url "tit")</p>
diff --git a/pkgs/markdown/test/common_mark/fenced_code_blocks.unit b/pkgs/markdown/test/common_mark/fenced_code_blocks.unit index a414fd8..b6ca0ab 100644 --- a/pkgs/markdown/test/common_mark/fenced_code_blocks.unit +++ b/pkgs/markdown/test/common_mark/fenced_code_blocks.unit
@@ -1,46 +1,46 @@ ->>> Fenced code blocks - 88 -``` -< - > -``` -<<< -<pre><code>< - > -</code></pre> >>> Fenced code blocks - 89 -~~~ +``` < > -~~~ +``` <<< <pre><code>< > </code></pre> >>> Fenced code blocks - 90 +~~~ +< + > +~~~ +<<< +<pre><code>< + > +</code></pre> +>>> Fenced code blocks - 91 `` foo `` <<< <p><code>foo</code></p> ->>> Fenced code blocks - 91 -``` -aaa -~~~ -``` -<<< -<pre><code>aaa -~~~ -</code></pre> >>> Fenced code blocks - 92 -~~~ -aaa ``` +aaa ~~~ +``` <<< <pre><code>aaa -``` +~~~ </code></pre> >>> Fenced code blocks - 93 +~~~ +aaa +``` +~~~ +<<< +<pre><code>aaa +``` +</code></pre> +>>> Fenced code blocks - 94 ```` aaa ``` @@ -49,7 +49,7 @@ <pre><code>aaa ``` </code></pre> ->>> Fenced code blocks - 94 +>>> Fenced code blocks - 95 ~~~~ aaa ~~~ @@ -58,12 +58,12 @@ <pre><code>aaa ~~~ </code></pre> ->>> Fenced code blocks - 95 +>>> Fenced code blocks - 96 ``` <<< <pre><code> </code></pre> ->>> Fenced code blocks - 96 +>>> Fenced code blocks - 97 ````` ``` @@ -74,7 +74,7 @@ aaa </code></pre> ->>> Fenced code blocks - 97 +>>> Fenced code blocks - 98 > ``` > aaa @@ -84,7 +84,7 @@ <pre><code>aaa </code></pre></blockquote> <p>bbb</p> ->>> Fenced code blocks - 98 +>>> Fenced code blocks - 99 ``` @@ -93,12 +93,12 @@ <pre><code> </code></pre> ->>> Fenced code blocks - 99 +>>> Fenced code blocks - 100 ``` ``` <<< <pre><code></code></pre> ->>> Fenced code blocks - 100 +>>> Fenced code blocks - 101 ``` aaa aaa @@ -107,7 +107,7 @@ <pre><code> aaa aaa </code></pre> ->>> Fenced code blocks - 101 +>>> Fenced code blocks - 102 ``` aaa aaa @@ -118,7 +118,7 @@ aaa aaa </code></pre> ->>> Fenced code blocks - 102 +>>> Fenced code blocks - 103 ``` aaa aaa @@ -129,7 +129,7 @@ aaa aaa </code></pre> ->>> Fenced code blocks - 103 +>>> Fenced code blocks - 104 ``` aaa ``` @@ -138,21 +138,21 @@ aaa ``` </code></pre> ->>> Fenced code blocks - 104 -``` -aaa - ``` -<<< -<pre><code>aaa -</code></pre> >>> Fenced code blocks - 105 - ``` +``` aaa ``` <<< <pre><code>aaa </code></pre> >>> Fenced code blocks - 106 + ``` +aaa + ``` +<<< +<pre><code>aaa +</code></pre> +>>> Fenced code blocks - 107 ``` aaa ``` @@ -161,14 +161,14 @@ ``` </code></pre> ->>> Fenced code blocks - 107 +>>> Fenced code blocks - 108 ``` ``` aaa <<< <pre><code class="language-```">aaa </code></pre> ->>> Fenced code blocks - 108 +>>> Fenced code blocks - 109 ~~~~~~ aaa ~~~ ~~ @@ -177,7 +177,7 @@ ~~~ ~~ </code></pre> ->>> Fenced code blocks - 109 +>>> Fenced code blocks - 110 foo ``` bar @@ -188,7 +188,7 @@ <pre><code>bar </code></pre> <p>baz</p> ->>> Fenced code blocks - 110 +>>> Fenced code blocks - 111 foo --- ~~~ @@ -200,7 +200,7 @@ <pre><code>bar </code></pre> <h1>baz</h1> ->>> Fenced code blocks - 111 +>>> Fenced code blocks - 112 ```ruby def foo(x) return 3 @@ -211,7 +211,7 @@ return 3 end </code></pre> ->>> Fenced code blocks - 112 +>>> Fenced code blocks - 113 ~~~~ ruby startline=3 $%@#$ def foo(x) return 3 @@ -222,19 +222,26 @@ return 3 end </code></pre> ->>> Fenced code blocks - 113 +>>> Fenced code blocks - 114 ````; ```` <<< <pre><code class="language-;"></code></pre> ->>> Fenced code blocks - 114 +>>> Fenced code blocks - 115 ``` aa ``` foo <<< <pre><code class="language-aa">foo </code></pre> ->>> Fenced code blocks - 115 +>>> Fenced code blocks - 116 +~~~ aa ``` ~~~ +foo +~~~ +<<< +<pre><code class="language-aa">foo +</code></pre> +>>> Fenced code blocks - 117 ``` ``` aaa ```
diff --git a/pkgs/markdown/test/common_mark/hard_line_breaks.unit b/pkgs/markdown/test/common_mark/hard_line_breaks.unit index e5a454e..b811e50 100644 --- a/pkgs/markdown/test/common_mark/hard_line_breaks.unit +++ b/pkgs/markdown/test/common_mark/hard_line_breaks.unit
@@ -1,82 +1,82 @@ ->>> Hard line breaks - 605 +>>> Hard line breaks - 630 foo baz <<< <p>foo<br /> baz</p> ->>> Hard line breaks - 606 +>>> Hard line breaks - 631 foo\ baz <<< <p>foo<br /> baz</p> ->>> Hard line breaks - 607 +>>> Hard line breaks - 632 foo baz <<< <p>foo<br /> baz</p> ->>> Hard line breaks - 608 +>>> Hard line breaks - 633 foo bar <<< <p>foo<br /> bar</p> ->>> Hard line breaks - 609 +>>> Hard line breaks - 634 foo\ bar <<< <p>foo<br /> bar</p> ->>> Hard line breaks - 610 +>>> Hard line breaks - 635 *foo bar* <<< <p><em>foo<br /> bar</em></p> ->>> Hard line breaks - 611 +>>> Hard line breaks - 636 *foo\ bar* <<< <p><em>foo<br /> bar</em></p> ->>> Hard line breaks - 612 -`code +>>> Hard line breaks - 637 +`code span` <<< -<p><code>code +<p><code>code span</code></p> ->>> Hard line breaks - 613 +>>> Hard line breaks - 638 `code\ span` <<< <p><code>code\ span</code></p> ->>> Hard line breaks - 614 +>>> Hard line breaks - 639 <a href="foo bar"> <<< <p><a href="foo bar"></p> ->>> Hard line breaks - 615 +>>> Hard line breaks - 640 <a href="foo\ bar"> <<< <p><a href="foo\ bar"></p> ->>> Hard line breaks - 616 +>>> Hard line breaks - 641 foo\ <<< <p>foo\</p> ->>> Hard line breaks - 617 +>>> Hard line breaks - 642 foo <<< <p>foo </p> ->>> Hard line breaks - 618 +>>> Hard line breaks - 643 ### foo\ <<< <h3>foo\</h3> ->>> Hard line breaks - 619 +>>> Hard line breaks - 644 ### foo <<< <h3>foo</h3>
diff --git a/pkgs/markdown/test/common_mark/html_blocks.unit b/pkgs/markdown/test/common_mark/html_blocks.unit index c316e4b..0f73985 100644 --- a/pkgs/markdown/test/common_mark/html_blocks.unit +++ b/pkgs/markdown/test/common_mark/html_blocks.unit
@@ -1,4 +1,4 @@ ->>> HTML blocks - 116 +>>> HTML blocks - 118 <table><tr><td> <pre> **Hello**, @@ -12,7 +12,7 @@ **Hello**, <p><em>world</em>. </pre></p></td></tr></table> ->>> HTML blocks - 117 +>>> HTML blocks - 119 <table> <tr> <td> @@ -31,21 +31,21 @@ </tr> </table> <p>okay.</p> ->>> HTML blocks - 118 - <div> - *hello* - <foo><a> -<<< - <div> - *hello* - <foo><a> ->>> HTML blocks - 119 -</div> -*foo* -<<< -</div> -*foo* >>> HTML blocks - 120 + <div> + *hello* + <foo><a> +<<< + <div> + *hello* + <foo><a> +>>> HTML blocks - 121 +</div> +*foo* +<<< +</div> +*foo* +>>> HTML blocks - 122 <DIV CLASS="foo"> *Markdown* @@ -54,23 +54,23 @@ <<< <DIV CLASS="foo"> <p><em>Markdown</em></p></DIV> ->>> HTML blocks - 121 -<div id="foo" - class="bar"> -</div> -<<< -<div id="foo" - class="bar"> -</div> ->>> HTML blocks - 122 -<div id="foo" class="bar - baz"> -</div> -<<< -<div id="foo" class="bar - baz"> -</div> >>> HTML blocks - 123 +<div id="foo" + class="bar"> +</div> +<<< +<div id="foo" + class="bar"> +</div> +>>> HTML blocks - 124 +<div id="foo" class="bar + baz"> +</div> +<<< +<div id="foo" class="bar + baz"> +</div> +>>> HTML blocks - 125 <div> *foo* @@ -79,77 +79,77 @@ <div> *foo* <p><em>bar</em></p> ->>> HTML blocks - 124 -<div id="foo" -*hi* -<<< -<div id="foo" -*hi* ->>> HTML blocks - 125 -<div class -foo -<<< -<div class -foo >>> HTML blocks - 126 -<div *???-&&&-<--- -*foo* +<div id="foo" +*hi* <<< -<div *???-&&&-<--- -*foo* +<div id="foo" +*hi* >>> HTML blocks - 127 -<div><a href="bar">*foo*</a></div> +<div class +foo <<< -<div><a href="bar">*foo*</a></div> +<div class +foo >>> HTML blocks - 128 -<table><tr><td> -foo -</td></tr></table> +<div *???-&&&-<--- +*foo* <<< -<table><tr><td> -foo -</td></tr></table> +<div *???-&&&-<--- +*foo* >>> HTML blocks - 129 -<div></div> -``` c -int x = 33; -``` +<div><a href="bar">*foo*</a></div> <<< -<div></div> -``` c -int x = 33; -``` +<div><a href="bar">*foo*</a></div> >>> HTML blocks - 130 -<a href="foo"> -*bar* -</a> +<table><tr><td> +foo +</td></tr></table> <<< -<a href="foo"> -*bar* -</a> +<table><tr><td> +foo +</td></tr></table> >>> HTML blocks - 131 -<Warning> -*bar* -</Warning> +<div></div> +``` c +int x = 33; +``` <<< -<Warning> -*bar* -</Warning> +<div></div> +``` c +int x = 33; +``` >>> HTML blocks - 132 -<i class="foo"> +<a href="foo"> *bar* -</i> +</a> <<< -<i class="foo"> +<a href="foo"> *bar* -</i> +</a> >>> HTML blocks - 133 -</ins> +<Warning> *bar* +</Warning> <<< -</ins> +<Warning> *bar* +</Warning> >>> HTML blocks - 134 +<i class="foo"> +*bar* +</i> +<<< +<i class="foo"> +*bar* +</i> +>>> HTML blocks - 135 +</ins> +*bar* +<<< +</ins> +*bar* +>>> HTML blocks - 136 <del> *foo* </del> @@ -157,7 +157,7 @@ <del> *foo* </del> ->>> HTML blocks - 135 +>>> HTML blocks - 137 <del> *foo* @@ -166,57 +166,57 @@ <<< <del> <p><em>foo</em></p></del> ->>> HTML blocks - 136 +>>> HTML blocks - 138 <del>*foo*</del> <<< <p><del><em>foo</em></del></p> ->>> HTML blocks - 137 -<pre language="haskell"><code> -import Text.HTML.TagSoup - -main :: IO () -main = print $ parseTags tags -</code></pre> -okay -<<< -<pre language="haskell"><code> -import Text.HTML.TagSoup - -main :: IO () -main = print $ parseTags tags -</code></pre> -<p>okay</p> ->>> HTML blocks - 138 -<script type="text/javascript"> -// JavaScript example - -document.getElementById("demo").innerHTML = "Hello JavaScript!"; -</script> -okay -<<< -<script type="text/javascript"> -// JavaScript example - -document.getElementById("demo").innerHTML = "Hello JavaScript!"; -</script> -<p>okay</p> >>> HTML blocks - 139 -<style - type="text/css"> -h1 {color:red;} +<pre language="haskell"><code> +import Text.HTML.TagSoup -p {color:blue;} -</style> +main :: IO () +main = print $ parseTags tags +</code></pre> okay <<< -<style - type="text/css"> -h1 {color:red;} +<pre language="haskell"><code> +import Text.HTML.TagSoup -p {color:blue;} -</style> +main :: IO () +main = print $ parseTags tags +</code></pre> <p>okay</p> >>> HTML blocks - 140 +<script type="text/javascript"> +// JavaScript example + +document.getElementById("demo").innerHTML = "Hello JavaScript!"; +</script> +okay +<<< +<script type="text/javascript"> +// JavaScript example + +document.getElementById("demo").innerHTML = "Hello JavaScript!"; +</script> +<p>okay</p> +>>> HTML blocks - 141 +<style + type="text/css"> +h1 {color:red;} + +p {color:blue;} +</style> +okay +<<< +<style + type="text/css"> +h1 {color:red;} + +p {color:blue;} +</style> +<p>okay</p> +>>> HTML blocks - 142 <style type="text/css"> @@ -227,7 +227,7 @@ foo ->>> HTML blocks - 141 +>>> HTML blocks - 143 > <div> > foo @@ -236,90 +236,90 @@ <blockquote><div> foo</blockquote> <p>bar</p> ->>> HTML blocks - 142 +>>> HTML blocks - 144 - <div> - foo <<< <ul><li><div></li><li>foo</li></ul> ->>> HTML blocks - 143 +>>> HTML blocks - 145 <style>p{color:red;}</style> *foo* <<< <style>p{color:red;}</style> <p><em>foo</em></p> ->>> HTML blocks - 144 +>>> HTML blocks - 146 <!-- foo -->*bar* *baz* <<< <!-- foo -->*bar* <p><em>baz</em></p> ->>> HTML blocks - 145 -<script> -foo -</script>1. *bar* -<<< -<script> -foo -</script>1. *bar* ->>> HTML blocks - 146 -<!-- Foo - -bar - baz --> -okay -<<< -<!-- Foo - -bar - baz --> -<p>okay</p> >>> HTML blocks - 147 -<?php - - echo '>'; - -?> -okay +<script> +foo +</script>1. *bar* <<< -<?php - - echo '>'; - -?> -<p>okay</p> +<script> +foo +</script>1. *bar* >>> HTML blocks - 148 -<!DOCTYPE html> -<<< -<!DOCTYPE html> ->>> HTML blocks - 149 -<![CDATA[ -function matchwo(a,b) -{ - if (a < b && a < 0) then { - return 1; +<!-- Foo - } else { - - return 0; - } -} -]]> +bar + baz --> okay <<< -<![CDATA[ -function matchwo(a,b) -{ - if (a < b && a < 0) then { - return 1; +<!-- Foo - } else { +bar + baz --> +<p>okay</p> +>>> HTML blocks - 149 +<?php - return 0; - } -} -]]> + echo '>'; + +?> +okay +<<< +<?php + + echo '>'; + +?> <p>okay</p> >>> HTML blocks - 150 +<!DOCTYPE html> +<<< +<!DOCTYPE html> +>>> HTML blocks - 151 +<![CDATA[ +function matchwo(a,b) +{ + if (a < b && a < 0) then { + return 1; + + } else { + + return 0; + } +} +]]> +okay +<<< +<![CDATA[ +function matchwo(a,b) +{ + if (a < b && a < 0) then { + return 1; + + } else { + + return 0; + } +} +]]> +<p>okay</p> +>>> HTML blocks - 152 <!-- foo --> <!-- foo --> @@ -327,7 +327,7 @@ <!-- foo --> <pre><code><!-- foo --> </code></pre> ->>> HTML blocks - 151 +>>> HTML blocks - 153 <div> <div> @@ -335,7 +335,7 @@ <div> <pre><code><div> </code></pre> ->>> HTML blocks - 152 +>>> HTML blocks - 154 Foo <div> bar @@ -344,7 +344,7 @@ <p>Foo</p><div> bar </div> ->>> HTML blocks - 153 +>>> HTML blocks - 155 <div> bar </div> @@ -354,7 +354,7 @@ bar </div> *foo* ->>> HTML blocks - 154 +>>> HTML blocks - 156 Foo <a href="bar"> baz @@ -362,7 +362,7 @@ <p>Foo <a href="bar"> baz</p> ->>> HTML blocks - 155 +>>> HTML blocks - 157 <div> *Emphasized* text. @@ -371,7 +371,7 @@ <<< <div> <p><em>Emphasized</em> text.</p></div> ->>> HTML blocks - 156 +>>> HTML blocks - 158 <div> *Emphasized* text. </div> @@ -379,7 +379,7 @@ <div> *Emphasized* text. </div> ->>> HTML blocks - 157 +>>> HTML blocks - 159 <table> <tr> @@ -395,7 +395,7 @@ <table><tr><td> Hi </td></tr></table> ->>> HTML blocks - 158 +>>> HTML blocks - 160 <table> <tr>
diff --git a/pkgs/markdown/test/common_mark/images.unit b/pkgs/markdown/test/common_mark/images.unit index 481335c..2650bf4 100644 --- a/pkgs/markdown/test/common_mark/images.unit +++ b/pkgs/markdown/test/common_mark/images.unit
@@ -1,80 +1,80 @@ ->>> Images - 543 +>>> Images - 568  <<< <p><img src="/url" alt="foo" title="title" /></p> ->>> Images - 544 +>>> Images - 569 ![foo *bar*] [foo *bar*]: train.jpg "train & tracks" <<< <p><img src="train.jpg" alt="foo bar" title="train & tracks" /></p> ->>> Images - 545 +>>> Images - 570 ](/url2) <<< <p></p> ->>> Images - 546 +>>> Images - 571 ](/url2) <<< <p><img src="/url2" alt="foo bar" /></p> ->>> Images - 547 +>>> Images - 572 ![foo *bar*][] [foo *bar*]: train.jpg "train & tracks" <<< <p><img src="train.jpg" alt="foo bar" title="train & tracks" /></p> ->>> Images - 548 +>>> Images - 573 ![foo *bar*][foobar] [FOOBAR]: train.jpg "train & tracks" <<< <p><img src="train.jpg" alt="foo bar" title="train & tracks" /></p> ->>> Images - 549 +>>> Images - 574  <<< <p><img src="train.jpg" alt="foo" /></p> ->>> Images - 550 +>>> Images - 575 My  <<< <p>My <img src="/path/to/train.jpg" alt="foo bar" title="title" /></p> ->>> Images - 551 +>>> Images - 576  <<< <p><img src="url" alt="foo" /></p> ->>> Images - 552 +>>> Images - 577  <<< <p><img src="/url" alt="" /></p> ->>> Images - 553 +>>> Images - 578 ![foo][bar] [bar]: /url <<< <p><img src="/url" alt="foo" /></p> ->>> Images - 554 +>>> Images - 579 ![foo][bar] [BAR]: /url <<< <p><img src="/url" alt="foo" /></p> ->>> Images - 555 +>>> Images - 580 ![foo][] [foo]: /url "title" <<< <p><img src="/url" alt="foo" title="title" /></p> ->>> Images - 556 +>>> Images - 581 ![*foo* bar][] [*foo* bar]: /url "title" <<< <p><img src="/url" alt="foo bar" title="title" /></p> ->>> Images - 557 +>>> Images - 582 ![Foo][] [foo]: /url "title" <<< <p><img src="/url" alt="Foo" title="title" /></p> ->>> Images - 558 +>>> Images - 583 ![foo] [] @@ -82,38 +82,38 @@ <<< <p><img src="/url" alt="foo" title="title" /> []</p> ->>> Images - 559 +>>> Images - 584 ![foo] [foo]: /url "title" <<< <p><img src="/url" alt="foo" title="title" /></p> ->>> Images - 560 +>>> Images - 585 ![*foo* bar] [*foo* bar]: /url "title" <<< <p><img src="/url" alt="foo bar" title="title" /></p> ->>> Images - 561 +>>> Images - 586 ![[foo]] [[foo]]: /url "title" <<< <p>![[foo]]</p> <p>[[foo]]: /url "title"</p> ->>> Images - 562 +>>> Images - 587 ![Foo] [foo]: /url "title" <<< <p><img src="/url" alt="Foo" title="title" /></p> ->>> Images - 563 +>>> Images - 588 !\[foo] [foo]: /url "title" <<< <p>![foo]</p> ->>> Images - 564 +>>> Images - 589 \![foo] [foo]: /url "title"
diff --git a/pkgs/markdown/test/common_mark/indented_code_blocks.unit b/pkgs/markdown/test/common_mark/indented_code_blocks.unit index ad4a07a..dd7cf87 100644 --- a/pkgs/markdown/test/common_mark/indented_code_blocks.unit +++ b/pkgs/markdown/test/common_mark/indented_code_blocks.unit
@@ -1,11 +1,11 @@ ->>> Indented code blocks - 76 +>>> Indented code blocks - 77 a simple indented code block <<< <pre><code>a simple indented code block </code></pre> ->>> Indented code blocks - 77 +>>> Indented code blocks - 78 - foo bar @@ -13,14 +13,14 @@ <ul><li> <p>foo</p> <p>bar</p></li></ul> ->>> Indented code blocks - 78 +>>> Indented code blocks - 79 1. foo - bar <<< <ol><li> <p> foo</p><ul><li>bar</li></ul></li></ol> ->>> Indented code blocks - 79 +>>> Indented code blocks - 80 <a/> *hi* @@ -31,7 +31,7 @@ - one </code></pre> ->>> Indented code blocks - 80 +>>> Indented code blocks - 81 chunk1 chunk2 @@ -46,7 +46,7 @@ </code></pre> <pre><code>chunk3 </code></pre> ->>> Indented code blocks - 81 +>>> Indented code blocks - 82 chunk1 chunk2 @@ -55,21 +55,21 @@ chunk2 </code></pre> ->>> Indented code blocks - 82 +>>> Indented code blocks - 83 Foo bar <<< <p>Foo bar</p> ->>> Indented code blocks - 83 +>>> Indented code blocks - 84 foo bar <<< <pre><code>foo </code></pre> <p>bar</p> ->>> Indented code blocks - 84 +>>> Indented code blocks - 85 # Heading foo Heading @@ -84,14 +84,14 @@ <pre><code>foo </code></pre> <hr /> ->>> Indented code blocks - 85 +>>> Indented code blocks - 86 foo bar <<< <pre><code> foo bar </code></pre> ->>> Indented code blocks - 86 +>>> Indented code blocks - 87 foo @@ -101,7 +101,7 @@ <pre><code>foo </code></pre> ->>> Indented code blocks - 87 +>>> Indented code blocks - 88 foo <<< <pre><code>foo
diff --git a/pkgs/markdown/test/common_mark/inlines.unit b/pkgs/markdown/test/common_mark/inlines.unit index 3875d52..2ae69b1 100644 --- a/pkgs/markdown/test/common_mark/inlines.unit +++ b/pkgs/markdown/test/common_mark/inlines.unit
@@ -1,4 +1,4 @@ ->>> Inlines - 288 +>>> Inlines - 297 `hi`lo` <<< <p><code>hi</code>lo`</p>
diff --git a/pkgs/markdown/test/common_mark/link_reference_definitions.unit b/pkgs/markdown/test/common_mark/link_reference_definitions.unit index 17f87cb..88fa981 100644 --- a/pkgs/markdown/test/common_mark/link_reference_definitions.unit +++ b/pkgs/markdown/test/common_mark/link_reference_definitions.unit
@@ -1,10 +1,10 @@ ->>> Link reference definitions - 159 +>>> Link reference definitions - 161 [foo]: /url "title" [foo] <<< <p><a href="/url" title="title">foo</a></p> ->>> Link reference definitions - 160 +>>> Link reference definitions - 162 [foo]: /url 'the title' @@ -12,21 +12,24 @@ [foo] <<< <p><a href="/url" title="the title">foo</a></p> ->>> Link reference definitions - 161 +>>> Link reference definitions - 163 [Foo*bar\]]:my_(url) 'title (with parens)' [Foo*bar\]] <<< <p><a href="my_(url)" title="title (with parens)">Foo*bar]</a></p> ->>> Link reference definitions - 162 +>>> Link reference definitions - 164 [Foo bar]: -<my%20url> +<my url> 'title' [Foo bar] <<< -<p><a href="my%20url" title="title">Foo bar</a></p> ->>> Link reference definitions - 163 +<p>[Foo bar]: +<my url> +'title'</p> +<p>[Foo bar]</p> +>>> Link reference definitions - 165 [foo]: /url ' title line1 @@ -40,7 +43,7 @@ line1 line2 ">foo</a></p> ->>> Link reference definitions - 164 +>>> Link reference definitions - 166 [foo]: /url 'title with blank line' @@ -50,73 +53,85 @@ <p>[foo]: /url 'title</p> <p>with blank line'</p> <p>[foo]</p> ->>> Link reference definitions - 165 +>>> Link reference definitions - 167 [foo]: /url [foo] <<< <p><a href="/url">foo</a></p> ->>> Link reference definitions - 166 +>>> Link reference definitions - 168 [foo]: [foo] <<< <p>[foo]:</p> <p>[foo]</p> ->>> Link reference definitions - 167 +>>> Link reference definitions - 169 +[foo]: <> + +[foo] +<<< +<p><a href="<>">foo</a></p> +>>> Link reference definitions - 170 +[foo]: <bar>(baz) + +[foo] +<<< +<p><a href="bar" title="baz">foo</a></p> +>>> Link reference definitions - 171 [foo]: /url\bar\*baz "foo\"bar\baz" [foo] <<< <p>[foo]: /url\bar*baz "foo"bar\baz"</p> <p>[foo]</p> ->>> Link reference definitions - 168 +>>> Link reference definitions - 172 [foo] [foo]: url <<< <p><a href="url">foo</a></p> ->>> Link reference definitions - 169 +>>> Link reference definitions - 173 [foo] [foo]: first [foo]: second <<< <p><a href="first">foo</a></p> ->>> Link reference definitions - 170 +>>> Link reference definitions - 174 [FOO]: /url [Foo] <<< <p><a href="/url">Foo</a></p> ->>> Link reference definitions - 171 +>>> Link reference definitions - 175 [ΑΓΩ]: /φου [αγω] <<< <p><a href="/φου">αγω</a></p> ->>> Link reference definitions - 172 +>>> Link reference definitions - 176 [foo]: /url <<< ->>> Link reference definitions - 173 +>>> Link reference definitions - 177 [ foo ]: /url bar <<< <p>bar</p> ->>> Link reference definitions - 174 +>>> Link reference definitions - 178 [foo]: /url "title" ok <<< <p>[foo]: /url "title" ok</p> ->>> Link reference definitions - 175 +>>> Link reference definitions - 179 [foo]: /url "title" ok <<< <p>"title" ok</p> ->>> Link reference definitions - 176 +>>> Link reference definitions - 180 [foo]: /url "title" [foo] @@ -124,7 +139,7 @@ <pre><code>[foo]: /url "title" </code></pre> <p>[foo]</p> ->>> Link reference definitions - 177 +>>> Link reference definitions - 181 ``` [foo]: /url ``` @@ -134,7 +149,7 @@ <pre><code>[foo]: /url </code></pre> <p>[foo]</p> ->>> Link reference definitions - 178 +>>> Link reference definitions - 182 Foo [bar]: /baz @@ -143,7 +158,7 @@ <p>Foo [bar]: /baz</p> <p>[bar]</p> ->>> Link reference definitions - 179 +>>> Link reference definitions - 183 # [Foo] [foo]: /url > bar @@ -151,7 +166,23 @@ <h1><a href="/url">Foo</a></h1> <blockquote> <p>bar</p></blockquote> ->>> Link reference definitions - 180 +>>> Link reference definitions - 184 +[foo]: /url +bar +=== +[foo] +<<< +<h1>[foo]: /url +bar</h1> +<p>[foo]</p> +>>> Link reference definitions - 185 +[foo]: /url +=== +[foo] +<<< +<h1>[foo]: /url</h1> +<p>[foo]</p> +>>> Link reference definitions - 186 [foo]: /foo-url "foo" [bar]: /bar-url "bar" @@ -164,10 +195,14 @@ <p><a href="/foo-url" title="foo">foo</a>, <a href="/bar-url" title="bar">bar</a>, <a href="/baz-url">baz</a></p> ->>> Link reference definitions - 181 +>>> Link reference definitions - 187 [foo] > [foo]: /url <<< <p><a href="/url">foo</a></p> <blockquote></blockquote> +>>> Link reference definitions - 188 +[foo]: /url +<<< +
diff --git a/pkgs/markdown/test/common_mark/links.unit b/pkgs/markdown/test/common_mark/links.unit index 045e935..ea917b0 100644 --- a/pkgs/markdown/test/common_mark/links.unit +++ b/pkgs/markdown/test/common_mark/links.unit
@@ -1,60 +1,76 @@ ->>> Links - 459 +>>> Links - 481 [link](/uri "title") <<< <p><a href="/uri" title="title">link</a></p> ->>> Links - 460 +>>> Links - 482 [link](/uri) <<< <p><a href="/uri">link</a></p> ->>> Links - 461 +>>> Links - 483 [link]() <<< <p><a href="">link</a></p> ->>> Links - 462 +>>> Links - 484 [link](<>) <<< <p><a href="">link</a></p> ->>> Links - 463 +>>> Links - 485 [link](/my uri) <<< <p>[link](/my uri)</p> ->>> Links - 464 +>>> Links - 486 [link](</my uri>) <<< <p>[link](</my uri>)</p> ->>> Links - 465 +>>> Links - 487 [link](foo bar) <<< <p>[link](foo bar)</p> ->>> Links - 466 +>>> Links - 488 [link](<foo bar>) <<< <p>[link](<foo bar>)</p> ->>> Links - 467 +>>> Links - 489 +[a](<b)c>) +<<< +<p><a href="b)c">a</a></p> +>>> Links - 490 +[link](<foo\>) +<<< +<p>[link](<foo>)</p> +>>> Links - 491 +[a](<b)c +[a](<b)c> +[a](<b>c) +<<< +<p>[a](<b)c +[a](<b)c> +[a](<b>c)</p> +>>> Links - 492 [link](\(foo\)) <<< <p><a href="(foo)">link</a></p> ->>> Links - 468 +>>> Links - 493 [link](foo(and(bar))) <<< <p><a href="foo(and(bar))">link</a></p> ->>> Links - 469 +>>> Links - 494 [link](foo\(and\(bar\)) <<< <p><a href="foo(and(bar)">link</a></p> ->>> Links - 470 +>>> Links - 495 [link](<foo(and(bar)>) <<< <p><a href="foo(and(bar)">link</a></p> ->>> Links - 471 +>>> Links - 496 [link](foo\)\:) <<< <p><a href="foo):">link</a></p> ->>> Links - 472 +>>> Links - 497 [link](#fragment) [link](http://example.com#fragment) @@ -64,19 +80,19 @@ <p><a href="#fragment">link</a></p> <p><a href="http://example.com#fragment">link</a></p> <p><a href="http://example.com?foo=3#frag">link</a></p> ->>> Links - 473 +>>> Links - 498 [link](foo\bar) <<< <p><a href="foo%5Cbar">link</a></p> ->>> Links - 474 +>>> Links - 499 [link](foo%20bä) <<< <p><a href="foo%20bä">link</a></p> ->>> Links - 475 +>>> Links - 500 [link]("title") <<< <p><a href="%22title%22">link</a></p> ->>> Links - 476 +>>> Links - 501 [link](/url "title") [link](/url 'title') [link](/url (title)) @@ -84,189 +100,189 @@ <p><a href="/url" title="title">link</a> <a href="/url" title="title">link</a> <a href="/url" title="title">link</a></p> ->>> Links - 477 +>>> Links - 502 [link](/url "title \""") <<< <p><a href="/url" title="title %22"">link</a></p> ->>> Links - 478 +>>> Links - 503 [link](/url "title") <<< <p><a href="/url %22title%22">link</a></p> ->>> Links - 479 +>>> Links - 504 [link](/url "title "and" title") <<< <p>[link](/url "title "and" title")</p> ->>> Links - 480 +>>> Links - 505 [link](/url 'title "and" title') <<< <p><a href="/url" title="title %22and%22 title">link</a></p> ->>> Links - 481 +>>> Links - 506 [link]( /uri "title" ) <<< <p><a href="/uri" title="title">link</a></p> ->>> Links - 482 +>>> Links - 507 [link] (/uri) <<< <p>[link] (/uri)</p> ->>> Links - 483 +>>> Links - 508 [link [foo [bar]]](/uri) <<< <p><a href="/uri">link [foo [bar]]</a></p> ->>> Links - 484 +>>> Links - 509 [link] bar](/uri) <<< <p>[link] bar](/uri)</p> ->>> Links - 485 +>>> Links - 510 [link [bar](/uri) <<< <p>[link <a href="/uri">bar</a></p> ->>> Links - 486 +>>> Links - 511 [link \[bar](/uri) <<< <p><a href="/uri">link [bar</a></p> ->>> Links - 487 +>>> Links - 512 [link *foo **bar** `#`*](/uri) <<< <p><a href="/uri">link <em>foo <strong>bar</strong> <code>#</code></em></a></p> ->>> Links - 488 +>>> Links - 513 [](/uri) <<< <p><a href="/uri"><img src="moon.jpg" alt="moon" /></a></p> ->>> Links - 489 +>>> Links - 514 [foo [bar](/uri)](/uri) <<< <p>[foo <a href="/uri">bar</a>](/uri)</p> ->>> Links - 490 +>>> Links - 515 [foo *[bar [baz](/uri)](/uri)*](/uri) <<< <p>[foo <em>[bar <a href="/uri">baz</a>](/uri)</em>](/uri)</p> ->>> Links - 491 +>>> Links - 516 ](uri2)](uri3) <<< <p><img src="uri3" alt="[foo](uri2)" /></p> ->>> Links - 492 +>>> Links - 517 *[foo*](/uri) <<< <p><em>[foo</em>](/uri)</p> ->>> Links - 493 +>>> Links - 518 [foo *bar](baz*) <<< <p><a href="baz*">foo *bar</a></p> ->>> Links - 494 +>>> Links - 519 *foo [bar* baz] <<< <p><em>foo [bar</em> baz]</p> ->>> Links - 495 +>>> Links - 520 [foo <bar attr="](baz)"> <<< <p>[foo <bar attr="](baz)"></p> ->>> Links - 496 +>>> Links - 521 [foo`](/uri)` <<< <p>[foo<code>](/uri)</code></p> ->>> Links - 497 +>>> Links - 522 [foo<http://example.com/?search=](uri)> <<< <p>[foo<a href="http://example.com/?search=%5D(uri)">http://example.com/?search=](uri)</a></p> ->>> Links - 498 +>>> Links - 523 [foo][bar] [bar]: /url "title" <<< <p><a href="/url" title="title">foo</a></p> ->>> Links - 499 +>>> Links - 524 [link [foo [bar]]][ref] [ref]: /uri <<< <p><a href="/uri">link [foo [bar]]</a></p> ->>> Links - 500 +>>> Links - 525 [link \[bar][ref] [ref]: /uri <<< <p><a href="/uri">link [bar</a></p> ->>> Links - 501 +>>> Links - 526 [link *foo **bar** `#`*][ref] [ref]: /uri <<< <p><a href="/uri">link <em>foo <strong>bar</strong> <code>#</code></em></a></p> ->>> Links - 502 +>>> Links - 527 [][ref] [ref]: /uri <<< <p><a href="/uri"><img src="moon.jpg" alt="moon" /></a></p> ->>> Links - 503 +>>> Links - 528 [foo [bar](/uri)][ref] [ref]: /uri <<< <p>[foo <a href="/uri">bar</a>]<a href="/uri">ref</a></p> ->>> Links - 504 +>>> Links - 529 [foo *bar [baz][ref]*][ref] [ref]: /uri <<< <p>[foo <em>bar <a href="/uri">baz</a></em>]<a href="/uri">ref</a></p> ->>> Links - 505 +>>> Links - 530 *[foo*][ref] [ref]: /uri <<< <p><em>[foo</em>]<a href="/uri">ref</a></p> ->>> Links - 506 +>>> Links - 531 [foo *bar][ref] [ref]: /uri <<< <p><a href="/uri">foo *bar</a></p> ->>> Links - 507 +>>> Links - 532 [foo <bar attr="][ref]"> [ref]: /uri <<< <p>[foo <bar attr="][ref]"></p> ->>> Links - 508 +>>> Links - 533 [foo`][ref]` [ref]: /uri <<< <p>[foo<code>][ref]</code></p> ->>> Links - 509 +>>> Links - 534 [foo<http://example.com/?search=][ref]> [ref]: /uri <<< <p>[foo<a href="http://example.com/?search=%5D%5Bref%5D">http://example.com/?search=][ref]</a></p> ->>> Links - 510 +>>> Links - 535 [foo][BaR] [bar]: /url "title" <<< <p><a href="/url" title="title">foo</a></p> ->>> Links - 511 +>>> Links - 536 [Толпой][Толпой] is a Russian word. [ТОЛПОЙ]: /url <<< <p><a href="/url">Толпой</a> is a Russian word.</p> ->>> Links - 512 +>>> Links - 537 [Foo bar]: /url [Baz][Foo bar] <<< <p><a href="/url">Baz</a></p> ->>> Links - 513 +>>> Links - 538 [foo] [bar] [bar]: /url "title" <<< <p>[foo] <a href="/url" title="title">bar</a></p> ->>> Links - 514 +>>> Links - 539 [foo] [bar] @@ -274,7 +290,7 @@ <<< <p>[foo] <a href="/url" title="title">bar</a></p> ->>> Links - 515 +>>> Links - 540 [foo]: /url1 [foo]: /url2 @@ -282,52 +298,52 @@ [bar][foo] <<< <p><a href="/url1">bar</a></p> ->>> Links - 516 +>>> Links - 541 [bar][foo\!] [foo!]: /url <<< <p>[bar][foo!]</p> ->>> Links - 517 +>>> Links - 542 [foo][ref[] [ref[]: /uri <<< <p><a href="/uri">foo</a></p> ->>> Links - 518 +>>> Links - 543 [foo][ref[bar]] [ref[bar]]: /uri <<< <p>[foo][ref[bar]]</p> <p>[ref[bar]]: /uri</p> ->>> Links - 519 +>>> Links - 544 [[[foo]]] [[[foo]]]: /url <<< <p>[[[foo]]]</p> <p>[[[foo]]]: /url</p> ->>> Links - 520 +>>> Links - 545 [foo][ref\[] [ref\[]: /uri <<< <p><a href="/uri">foo</a></p> ->>> Links - 521 +>>> Links - 546 [bar\\]: /uri [bar\\] <<< <p><a href="/uri">bar\</a></p> ->>> Links - 522 +>>> Links - 547 [] []: /uri <<< <p>[]</p> <p>[]: /uri</p> ->>> Links - 523 +>>> Links - 548 [ ] @@ -338,25 +354,25 @@ ]</p> <p>[ ]: /uri</p> ->>> Links - 524 +>>> Links - 549 [foo][] [foo]: /url "title" <<< <p><a href="/url" title="title">foo</a></p> ->>> Links - 525 +>>> Links - 550 [*foo* bar][] [*foo* bar]: /url "title" <<< <p><a href="/url" title="title"><em>foo</em> bar</a></p> ->>> Links - 526 +>>> Links - 551 [Foo][] [foo]: /url "title" <<< <p><a href="/url" title="title">Foo</a></p> ->>> Links - 527 +>>> Links - 552 [foo] [] @@ -364,93 +380,93 @@ <<< <p><a href="/url" title="title">foo</a> []</p> ->>> Links - 528 +>>> Links - 553 [foo] [foo]: /url "title" <<< <p><a href="/url" title="title">foo</a></p> ->>> Links - 529 +>>> Links - 554 [*foo* bar] [*foo* bar]: /url "title" <<< <p><a href="/url" title="title"><em>foo</em> bar</a></p> ->>> Links - 530 +>>> Links - 555 [[*foo* bar]] [*foo* bar]: /url "title" <<< <p>[<a href="/url" title="title"><em>foo</em> bar</a>]</p> ->>> Links - 531 +>>> Links - 556 [[bar [foo] [foo]: /url <<< <p>[[bar <a href="/url">foo</a></p> ->>> Links - 532 +>>> Links - 557 [Foo] [foo]: /url "title" <<< <p><a href="/url" title="title">Foo</a></p> ->>> Links - 533 +>>> Links - 558 [foo] bar [foo]: /url <<< <p><a href="/url">foo</a> bar</p> ->>> Links - 534 +>>> Links - 559 \[foo] [foo]: /url "title" <<< <p>[foo]</p> ->>> Links - 535 +>>> Links - 560 [foo*]: /url *[foo*] <<< <p><em>[foo</em>]</p> ->>> Links - 536 +>>> Links - 561 [foo][bar] [foo]: /url1 [bar]: /url2 <<< <p><a href="/url2">foo</a></p> ->>> Links - 537 +>>> Links - 562 [foo][] [foo]: /url1 <<< <p><a href="/url1">foo</a></p> ->>> Links - 538 +>>> Links - 563 [foo]() [foo]: /url1 <<< <p><a href="">foo</a></p> ->>> Links - 539 +>>> Links - 564 [foo](not a link) [foo]: /url1 <<< <p><a href="/url1">foo</a>(not a link)</p> ->>> Links - 540 +>>> Links - 565 [foo][bar][baz] [baz]: /url <<< <p>[foo]<a href="/url">bar</a></p> ->>> Links - 541 +>>> Links - 566 [foo][bar][baz] [baz]: /url1 [bar]: /url2 <<< <p><a href="/url2">foo</a><a href="/url1">baz</a></p> ->>> Links - 542 +>>> Links - 567 [foo][bar][baz] [baz]: /url1
diff --git a/pkgs/markdown/test/common_mark/list_items.unit b/pkgs/markdown/test/common_mark/list_items.unit index 0b17140..6fc3c90 100644 --- a/pkgs/markdown/test/common_mark/list_items.unit +++ b/pkgs/markdown/test/common_mark/list_items.unit
@@ -1,4 +1,4 @@ ->>> List items - 216 +>>> List items - 223 A paragraph with two lines. @@ -12,7 +12,7 @@ </code></pre> <blockquote> <p>A block quote.</p></blockquote> ->>> List items - 217 +>>> List items - 224 1. A paragraph with two lines. @@ -27,14 +27,14 @@ </code></pre> <blockquote> <p>A block quote.</p></blockquote></li></ol> ->>> List items - 218 +>>> List items - 225 - one two <<< <ul><li>one</li></ul> <p> two</p> ->>> List items - 219 +>>> List items - 226 - one two @@ -42,7 +42,7 @@ <ul><li> <p>one</p> <p>two</p></li></ul> ->>> List items - 220 +>>> List items - 227 - one two @@ -50,7 +50,7 @@ <ul><li> one</li></ul> <pre><code> two </code></pre> ->>> List items - 221 +>>> List items - 228 - one two @@ -58,7 +58,7 @@ <ul><li> <p> one</p> <p>two</p></li></ul> ->>> List items - 222 +>>> List items - 229 > > 1. one >> >> two @@ -67,7 +67,7 @@ <blockquote><ol><li> <p> one</p> <p>two</p></li></ol></blockquote></blockquote> ->>> List items - 223 +>>> List items - 230 >>- one >> > > two @@ -75,14 +75,14 @@ <blockquote> <blockquote><ul><li>one</li></ul> <p>two</p></blockquote></blockquote> ->>> List items - 224 +>>> List items - 231 -one 2.two <<< <p>-one</p> <p>2.two</p> ->>> List items - 225 +>>> List items - 232 - foo @@ -90,7 +90,7 @@ <<< <ul><li>foo</li></ul> <p> bar</p> ->>> List items - 226 +>>> List items - 233 1. foo ``` @@ -108,7 +108,7 @@ <p>baz</p> <blockquote> <p>bam</p></blockquote></li></ol> ->>> List items - 227 +>>> List items - 234 - Foo bar @@ -122,27 +122,27 @@ </code></pre></li></ul> <pre><code> baz </code></pre> ->>> List items - 228 +>>> List items - 235 123456789. ok <<< <ol start="123456789"><li>ok</li></ol> ->>> List items - 229 +>>> List items - 236 1234567890. not ok <<< <p>1234567890. not ok</p> ->>> List items - 230 +>>> List items - 237 0. ok <<< <ol start="0"><li>ok</li></ol> ->>> List items - 231 +>>> List items - 238 003. ok <<< <ol start="3"><li>ok</li></ol> ->>> List items - 232 +>>> List items - 239 -1. not ok <<< <p>-1. not ok</p> ->>> List items - 233 +>>> List items - 240 - foo bar @@ -151,7 +151,7 @@ <p>foo</p> <pre><code>bar </code></pre></li></ul> ->>> List items - 234 +>>> List items - 241 10. foo bar @@ -160,7 +160,7 @@ <p> foo</p> <pre><code>bar </code></pre></li></ol> ->>> List items - 235 +>>> List items - 242 indented code paragraph @@ -172,7 +172,7 @@ <p>paragraph</p> <pre><code>more code </code></pre> ->>> List items - 236 +>>> List items - 243 1. indented code paragraph @@ -185,7 +185,7 @@ <p>paragraph</p> <pre><code>more code </code></pre></li></ol> ->>> List items - 237 +>>> List items - 244 1. indented code paragraph @@ -198,21 +198,21 @@ <p>paragraph</p> <pre><code>more code </code></pre></li></ol> ->>> List items - 238 +>>> List items - 245 foo bar <<< <p> foo</p> <p>bar</p> ->>> List items - 239 +>>> List items - 246 - foo bar <<< <ul><li> foo</li></ul> <p> bar</p> ->>> List items - 240 +>>> List items - 247 - foo bar @@ -220,7 +220,7 @@ <ul><li> <p> foo</p> <p>bar</p></li></ul> ->>> List items - 241 +>>> List items - 248 - foo - @@ -235,41 +235,41 @@ </code></pre></li><li> <pre><code>baz </code></pre></li></ul> ->>> List items - 242 +>>> List items - 249 - foo <<< <ul><li>foo</li></ul> ->>> List items - 243 +>>> List items - 250 - foo <<< <ul><li> <p>foo</p></li></ul> ->>> List items - 244 +>>> List items - 251 - foo - - bar <<< <ul><li>foo</li><li></li><li>bar</li></ul> ->>> List items - 245 +>>> List items - 252 - foo - - bar <<< <ul><li>foo</li><li></li><li>bar</li></ul> ->>> List items - 246 +>>> List items - 253 1. foo 2. 3. bar <<< <ol><li>foo</li><li></li><li>bar</li></ol> ->>> List items - 247 +>>> List items - 254 * <<< <ul><li></li></ul> ->>> List items - 248 +>>> List items - 255 foo * @@ -278,7 +278,7 @@ <<< <p>foo</p><ul><li></li></ul> <p>foo</p><ol><li></li></ol> ->>> List items - 249 +>>> List items - 256 1. A paragraph with two lines. @@ -293,7 +293,7 @@ </code></pre> <blockquote> <p>A block quote.</p></blockquote></li></ol> ->>> List items - 250 +>>> List items - 257 1. A paragraph with two lines. @@ -308,7 +308,7 @@ </code></pre> <blockquote> <p>A block quote.</p></blockquote></li></ol> ->>> List items - 251 +>>> List items - 258 1. A paragraph with two lines. @@ -323,7 +323,7 @@ </code></pre> <blockquote> <p>A block quote.</p></blockquote></li></ol> ->>> List items - 252 +>>> List items - 259 1. A paragraph with two lines. @@ -338,7 +338,7 @@ > A block quote. </code></pre> ->>> List items - 253 +>>> List items - 260 1. A paragraph with two lines. @@ -353,13 +353,13 @@ </code></pre> <blockquote> <p>A block quote.</p></blockquote></li></ol> ->>> List items - 254 +>>> List items - 261 1. A paragraph with two lines. <<< <ol><li> A paragraph with two lines.</li></ol> ->>> List items - 255 +>>> List items - 262 > 1. > Blockquote continued here. <<< @@ -367,7 +367,7 @@ <blockquote> <p>Blockquote continued here.</p></blockquote></li></ol></blockquote> ->>> List items - 256 +>>> List items - 263 > 1. > Blockquote > continued here. <<< @@ -375,39 +375,39 @@ <blockquote> <p>Blockquote continued here.</p></blockquote></li></ol></blockquote> ->>> List items - 257 +>>> List items - 264 - foo - bar - baz - boo <<< <ul><li>foo<ul><li>bar<ul><li>baz<ul><li>boo</li></ul></li></ul></li></ul></li></ul> ->>> List items - 258 +>>> List items - 265 - foo - bar - baz - boo <<< <ul><li>foo</li><li>bar</li><li>baz</li><li>boo</li></ul> ->>> List items - 259 +>>> List items - 266 10) foo - bar <<< <ol start="10"><li>foo<ul><li>bar</li></ul></li></ol> ->>> List items - 260 +>>> List items - 267 10) foo - bar <<< <ol start="10"><li>foo</li></ol><ul><li>bar</li></ul> ->>> List items - 261 +>>> List items - 268 - - foo <<< <ul><li><ul><li>foo</li></ul></li></ul> ->>> List items - 262 +>>> List items - 269 1. - 2. foo <<< <ol><li><ul><li><ol start="2"><li>foo</li></ol></li></ul></li></ol> ->>> List items - 263 +>>> List items - 270 - # Foo - Bar ---
diff --git a/pkgs/markdown/test/common_mark/lists.unit b/pkgs/markdown/test/common_mark/lists.unit index 2417076..239c1ea 100644 --- a/pkgs/markdown/test/common_mark/lists.unit +++ b/pkgs/markdown/test/common_mark/lists.unit
@@ -1,32 +1,32 @@ ->>> Lists - 264 +>>> Lists - 271 - foo - bar + baz <<< <ul><li>foo</li><li>bar</li></ul><ul><li>baz</li></ul> ->>> Lists - 265 +>>> Lists - 272 1. foo 2. bar 3) baz <<< <ol><li>foo</li><li>bar</li></ol><ol start="3"><li>baz</li></ol> ->>> Lists - 266 +>>> Lists - 273 Foo - bar - baz <<< <p>Foo</p><ul><li>bar</li><li>baz</li></ul> ->>> Lists - 267 +>>> Lists - 274 The number of windows in my house is 14. The number of doors is 6. <<< <p>The number of windows in my house is</p><ol start="14"><li> The number of doors is 6.</li></ol> ->>> Lists - 268 +>>> Lists - 275 The number of windows in my house is 1. The number of doors is 6. <<< <p>The number of windows in my house is</p><ol><li> The number of doors is 6.</li></ol> ->>> Lists - 269 +>>> Lists - 276 - foo - bar @@ -37,7 +37,7 @@ <ul><li> <p>foo</p></li><li> <p>bar</p></li></ul><ul><li>baz</li></ul> ->>> Lists - 270 +>>> Lists - 277 - foo - bar - baz @@ -48,7 +48,7 @@ <ul><li>foo<ul><li>bar<ul><li>baz</li></ul></li></ul></li></ul> <pre><code> bim </code></pre> ->>> Lists - 271 +>>> Lists - 278 - foo - bar @@ -58,7 +58,7 @@ - bim <<< <ul><li>foo</li><li>bar</li></ul><!-- --><ul><li>baz</li><li>bim</li></ul> ->>> Lists - 272 +>>> Lists - 279 - foo notcode @@ -75,20 +75,37 @@ <p> foo</p></li></ul><!-- --> <pre><code>code </code></pre> ->>> Lists - 273 +>>> Lists - 280 +- a + - b + - c + - d + - e + - f +- g +<<< +<ul><li>a</li><li>b</li><li>c</li><li>d</li><li>e</li><li>f</li><li>g</li></ul> +>>> Lists - 281 +1. a + + 2. b + + 3. c +<<< +<ol><li> +<p>a</p></li><li> +<p>b</p></li><li> +<p>c</p></li></ol> +>>> Lists - 282 - a - b - c - d - e - - f - - g - - h -- i <<< <ul><li>a</li><li>b</li><li>c</li><li>d - - e</li><li>f</li><li>g</li><li>h</li><li>i</li></ul> ->>> Lists - 274 + - e</li></ul> +>>> Lists - 283 1. a 2. b @@ -100,7 +117,7 @@ <p>b</p></li></ol> <pre><code>3. c </code></pre> ->>> Lists - 275 +>>> Lists - 284 - a - b @@ -110,7 +127,7 @@ <p>a</p></li><li> <p>b</p></li><li> <p>c</p></li></ul> ->>> Lists - 276 +>>> Lists - 285 * a * @@ -119,7 +136,7 @@ <ul><li> <p>a</p></li><li></li><li> <p>c</p></li></ul> ->>> Lists - 277 +>>> Lists - 286 - a - b @@ -131,7 +148,7 @@ <p>b</p> <p>c</p></li><li> <p>d</p></li></ul> ->>> Lists - 278 +>>> Lists - 287 - a - b @@ -142,7 +159,7 @@ <p>a</p></li><li> <p>b</p></li><li> <p>d</p></li></ul> ->>> Lists - 279 +>>> Lists - 288 - a - ``` b @@ -157,7 +174,7 @@ <pre><code>- c </code></pre> ->>> Lists - 280 +>>> Lists - 289 - a - b @@ -167,7 +184,7 @@ <ul><li>a<ul><li> <p>b</p> <p>c</p></li></ul></li><li>d</li></ul> ->>> Lists - 281 +>>> Lists - 290 * a > b > @@ -176,7 +193,7 @@ <ul><li>a <blockquote> <p>b</p></blockquote></li><li>c</li></ul> ->>> Lists - 282 +>>> Lists - 291 - a > b ``` @@ -189,16 +206,16 @@ <p>b</p></blockquote> <pre><code>c </code></pre></li><li>d</li></ul> ->>> Lists - 283 +>>> Lists - 292 - a <<< <ul><li>a</li></ul> ->>> Lists - 284 +>>> Lists - 293 - a - b <<< <ul><li>a<ul><li>b</li></ul></li></ul> ->>> Lists - 285 +>>> Lists - 294 1. ``` foo ``` @@ -209,7 +226,7 @@ <pre><code>foo </code></pre> <p>bar</p></li></ol> ->>> Lists - 286 +>>> Lists - 295 * foo * bar @@ -218,7 +235,7 @@ <ul><li> <p>foo</p><ul><li>bar</li></ul> <p>baz</p></li></ul> ->>> Lists - 287 +>>> Lists - 296 - a - b - c
diff --git a/pkgs/markdown/test/common_mark/paragraphs.unit b/pkgs/markdown/test/common_mark/paragraphs.unit index f91e8e6..94eed50 100644 --- a/pkgs/markdown/test/common_mark/paragraphs.unit +++ b/pkgs/markdown/test/common_mark/paragraphs.unit
@@ -1,11 +1,11 @@ ->>> Paragraphs - 182 +>>> Paragraphs - 189 aaa bbb <<< <p>aaa</p> <p>bbb</p> ->>> Paragraphs - 183 +>>> Paragraphs - 190 aaa bbb @@ -16,7 +16,7 @@ bbb</p> <p>ccc ddd</p> ->>> Paragraphs - 184 +>>> Paragraphs - 191 aaa @@ -24,13 +24,13 @@ <<< <p>aaa</p> <p>bbb</p> ->>> Paragraphs - 185 +>>> Paragraphs - 192 aaa bbb <<< <p> aaa bbb</p> ->>> Paragraphs - 186 +>>> Paragraphs - 193 aaa bbb ccc @@ -38,20 +38,20 @@ <p>aaa bbb ccc</p> ->>> Paragraphs - 187 +>>> Paragraphs - 194 aaa bbb <<< <p> aaa bbb</p> ->>> Paragraphs - 188 +>>> Paragraphs - 195 aaa bbb <<< <pre><code>aaa </code></pre> <p>bbb</p> ->>> Paragraphs - 189 +>>> Paragraphs - 196 aaa bbb <<<
diff --git a/pkgs/markdown/test/common_mark/raw_html.unit b/pkgs/markdown/test/common_mark/raw_html.unit index eb21ab4..97e51fb 100644 --- a/pkgs/markdown/test/common_mark/raw_html.unit +++ b/pkgs/markdown/test/common_mark/raw_html.unit
@@ -1,95 +1,99 @@ ->>> Raw HTML - 584 +>>> Raw HTML - 609 <a><bab><c2c> <<< <p><a><bab><c2c></p> ->>> Raw HTML - 585 +>>> Raw HTML - 610 <a/><b2/> <<< <p><a/><b2/></p> ->>> Raw HTML - 586 +>>> Raw HTML - 611 <a /><b2 data="foo" > <<< <p><a /><b2 data="foo" ></p> ->>> Raw HTML - 587 +>>> Raw HTML - 612 <a foo="bar" bam = 'baz <em>"</em>' _boolean zoop:33=zoop:33 /> <<< <p><a foo="bar" bam = 'baz <em>"</em>' _boolean zoop:33=zoop:33 /></p> ->>> Raw HTML - 588 +>>> Raw HTML - 613 Foo <responsive-image src="foo.jpg" /> <<< <p>Foo <responsive-image src="foo.jpg" /></p> ->>> Raw HTML - 589 +>>> Raw HTML - 614 <33> <__> <<< <p><33> <__></p> ->>> Raw HTML - 590 +>>> Raw HTML - 615 <a h*#ref="hi"> <<< <a h*#ref="hi"> ->>> Raw HTML - 591 +>>> Raw HTML - 616 <a href="hi'> <a href=hi'> <<< <p><a href="hi'> <a href=hi'></p> ->>> Raw HTML - 592 +>>> Raw HTML - 617 < a>< foo><bar/ > +<foo bar=baz +bim!bop /> <<< <p>< a>< -foo><bar/ ></p> ->>> Raw HTML - 593 +foo><bar/ > +<foo bar=baz +bim!bop /></p> +>>> Raw HTML - 618 <a href='bar'title=title> <<< <a href='bar'title=title> ->>> Raw HTML - 594 +>>> Raw HTML - 619 </a></foo > <<< <p></a></foo ></p> ->>> Raw HTML - 595 +>>> Raw HTML - 620 </a href="foo"> <<< </a href="foo"> ->>> Raw HTML - 596 +>>> Raw HTML - 621 foo <!-- this is a comment - with hyphen --> <<< <p>foo <!-- this is a comment - with hyphen --></p> ->>> Raw HTML - 597 +>>> Raw HTML - 622 foo <!-- not a comment -- two hyphens --> <<< <p>foo <!-- not a comment -- two hyphens --></p> ->>> Raw HTML - 598 +>>> Raw HTML - 623 foo <!--> foo --> foo <!-- foo---> <<< <p>foo <!--> foo --></p> <p>foo <!-- foo---></p> ->>> Raw HTML - 599 +>>> Raw HTML - 624 foo <?php echo $a; ?> <<< <p>foo <?php echo $a; ?></p> ->>> Raw HTML - 600 +>>> Raw HTML - 625 foo <!ELEMENT br EMPTY> <<< <p>foo <!ELEMENT br EMPTY></p> ->>> Raw HTML - 601 +>>> Raw HTML - 626 foo <![CDATA[>&<]]> <<< <p>foo <![CDATA[>&<]]></p> ->>> Raw HTML - 602 +>>> Raw HTML - 627 foo <a href="ö"> <<< <p>foo <a href="ö"></p> ->>> Raw HTML - 603 +>>> Raw HTML - 628 foo <a href="\*"> <<< <p>foo <a href="\*"></p> ->>> Raw HTML - 604 +>>> Raw HTML - 629 <a href="\""> <<< <a href="\"">
diff --git a/pkgs/markdown/test/common_mark/setext_headings.unit b/pkgs/markdown/test/common_mark/setext_headings.unit index 206fc6e..14202eb 100644 --- a/pkgs/markdown/test/common_mark/setext_headings.unit +++ b/pkgs/markdown/test/common_mark/setext_headings.unit
@@ -15,6 +15,13 @@ <h1>Foo <em>bar baz</em></h1> >>> Setext headings - 52 + Foo *bar +baz* +==== +<<< +<h1> Foo <em>bar +baz</em> </h1> +>>> Setext headings - 53 Foo ------------------------- @@ -23,7 +30,7 @@ <<< <h2>Foo</h2> <h1>Foo</h1> ->>> Setext headings - 53 +>>> Setext headings - 54 Foo --- @@ -36,7 +43,7 @@ <h2> Foo</h2> <h2> Foo</h2> <h1> Foo</h1> ->>> Setext headings - 54 +>>> Setext headings - 55 Foo --- @@ -49,18 +56,18 @@ Foo </code></pre> <hr /> ->>> Setext headings - 55 +>>> Setext headings - 56 Foo ---- <<< <h2>Foo</h2> ->>> Setext headings - 56 +>>> Setext headings - 57 Foo --- <<< <p>Foo ---</p> ->>> Setext headings - 57 +>>> Setext headings - 58 Foo = = @@ -71,17 +78,17 @@ = =</p> <p>Foo</p> <hr /> ->>> Setext headings - 58 +>>> Setext headings - 59 Foo ----- <<< <h2>Foo </h2> ->>> Setext headings - 59 +>>> Setext headings - 60 Foo\ ---- <<< <h2>Foo\</h2> ->>> Setext headings - 60 +>>> Setext headings - 61 `Foo ---- ` @@ -94,14 +101,14 @@ <p>`</p> <h2><a title="a lot</h2> <p>of dashes"/></p> ->>> Setext headings - 61 +>>> Setext headings - 62 > Foo --- <<< <blockquote> <p>Foo</p></blockquote> <hr /> ->>> Setext headings - 62 +>>> Setext headings - 63 > foo bar === @@ -109,20 +116,20 @@ <blockquote> <p>foo</p></blockquote> <h1>bar</h1> ->>> Setext headings - 63 +>>> Setext headings - 64 - Foo --- <<< <ul><li>Foo</li></ul> <hr /> ->>> Setext headings - 64 +>>> Setext headings - 65 Foo Bar --- <<< <h2>Foo Bar</h2> ->>> Setext headings - 65 +>>> Setext headings - 66 --- Foo --- @@ -134,43 +141,43 @@ <h2>Foo</h2> <h2>Bar</h2> <p>Baz</p> ->>> Setext headings - 66 +>>> Setext headings - 67 ==== <<< <p>====</p> ->>> Setext headings - 67 +>>> Setext headings - 68 --- --- <<< <hr /> <hr /> ->>> Setext headings - 68 +>>> Setext headings - 69 - foo ----- <<< <ul><li>foo</li></ul> <hr /> ->>> Setext headings - 69 +>>> Setext headings - 70 foo --- <<< <pre><code>foo </code></pre> <hr /> ->>> Setext headings - 70 +>>> Setext headings - 71 > foo ----- <<< <blockquote> <p>foo</p></blockquote> <hr /> ->>> Setext headings - 71 +>>> Setext headings - 72 \> foo ------ <<< <h2>> foo</h2> ->>> Setext headings - 72 +>>> Setext headings - 73 Foo bar @@ -180,7 +187,7 @@ <p>Foo</p> <h2>bar</h2> <p>baz</p> ->>> Setext headings - 73 +>>> Setext headings - 74 Foo bar @@ -192,7 +199,7 @@ bar</p> <hr /> <p>baz</p> ->>> Setext headings - 74 +>>> Setext headings - 75 Foo bar * * * @@ -202,7 +209,7 @@ bar</p> <hr /> <p>baz</p> ->>> Setext headings - 75 +>>> Setext headings - 76 Foo bar \---
diff --git a/pkgs/markdown/test/common_mark/soft_line_breaks.unit b/pkgs/markdown/test/common_mark/soft_line_breaks.unit index ee6efe8..4a51dd0 100644 --- a/pkgs/markdown/test/common_mark/soft_line_breaks.unit +++ b/pkgs/markdown/test/common_mark/soft_line_breaks.unit
@@ -1,10 +1,10 @@ ->>> Soft line breaks - 620 +>>> Soft line breaks - 645 foo baz <<< <p>foo baz</p> ->>> Soft line breaks - 621 +>>> Soft line breaks - 646 foo baz <<<
diff --git a/pkgs/markdown/test/common_mark/textual_content.unit b/pkgs/markdown/test/common_mark/textual_content.unit index 5c64c58..ecf5ef5 100644 --- a/pkgs/markdown/test/common_mark/textual_content.unit +++ b/pkgs/markdown/test/common_mark/textual_content.unit
@@ -1,12 +1,12 @@ ->>> Textual content - 622 +>>> Textual content - 647 hello $.;'there <<< <p>hello $.;'there</p> ->>> Textual content - 623 +>>> Textual content - 648 Foo χρῆν <<< <p>Foo χρῆν</p> ->>> Textual content - 624 +>>> Textual content - 649 Multiple spaces <<< <p>Multiple spaces</p>
diff --git a/pkgs/markdown/tool/common_mark_stats.json b/pkgs/markdown/tool/common_mark_stats.json index 43b001f..89b34f9 100644 --- a/pkgs/markdown/tool/common_mark_stats.json +++ b/pkgs/markdown/tool/common_mark_stats.json
@@ -20,127 +20,113 @@ "49": "fail" }, "Autolinks": { - "565": "strict", - "566": "loose", - "567": "strict", - "568": "strict", - "569": "strict", - "570": "strict", - "571": "strict", - "572": "strict", - "573": "loose", - "574": "strict", - "575": "strict", - "576": "strict", - "577": "loose", - "578": "loose", - "579": "loose", - "580": "loose", - "581": "loose", - "582": "strict", - "583": "strict" + "590": "strict", + "591": "loose", + "592": "strict", + "593": "strict", + "594": "strict", + "595": "strict", + "596": "strict", + "597": "strict", + "598": "loose", + "599": "strict", + "600": "strict", + "601": "strict", + "602": "loose", + "603": "loose", + "604": "loose", + "605": "loose", + "606": "loose", + "607": "strict", + "608": "strict" }, "Backslash escapes": { - "289": "loose", - "290": "strict", - "291": "fail", - "292": "strict", - "293": "strict", - "294": "strict", - "295": "strict", - "296": "strict", - "297": "strict", - "298": "strict", + "298": "loose", "299": "strict", - "300": "strict", - "301": "fail" + "300": "fail", + "301": "strict", + "302": "strict", + "303": "strict", + "304": "strict", + "305": "strict", + "306": "strict", + "307": "strict", + "308": "strict", + "309": "strict", + "310": "fail" }, "Blank lines": { - "190": "strict" + "197": "strict" }, "Block quotes": { - "191": "loose", - "192": "loose", - "193": "loose", - "194": "strict", - "195": "loose", - "196": "loose", - "197": "loose", "198": "loose", "199": "loose", - "200": "fail", - "201": "fail", + "200": "loose", + "201": "strict", "202": "loose", "203": "loose", "204": "loose", "205": "loose", "206": "loose", - "207": "loose", - "208": "loose", + "207": "fail", + "208": "fail", "209": "loose", "210": "loose", "211": "loose", - "212": "fail", + "212": "loose", "213": "loose", "214": "loose", - "215": "loose" + "215": "loose", + "216": "loose", + "217": "loose", + "218": "loose", + "219": "fail", + "220": "loose", + "221": "loose", + "222": "loose" }, "Code spans": { - "314": "strict", - "315": "strict", - "316": "strict", - "317": "strict", - "318": "loose", - "319": "strict", - "320": "strict", - "321": "strict", - "322": "strict", - "323": "strict", - "324": "loose", - "325": "strict", - "326": "loose", - "327": "strict", - "328": "fail", + "328": "strict", "329": "strict", - "330": "strict" - }, - "Emphasis and strong emphasis": { - "331": "strict", - "332": "strict", + "330": "strict", + "331": "loose", + "332": "loose", "333": "loose", - "334": "fail", - "335": "strict", - "336": "strict", - "337": "strict", + "334": "loose", + "335": "loose", + "336": "loose", + "337": "loose", "338": "strict", - "339": "loose", + "339": "strict", "340": "strict", "341": "strict", "342": "strict", "343": "loose", "344": "strict", - "345": "strict", + "345": "loose", "346": "strict", "347": "fail", "348": "strict", - "349": "strict", + "349": "strict" + }, + "Emphasis and strong emphasis": { "350": "strict", "351": "strict", - "352": "strict", - "353": "strict", + "352": "loose", + "353": "fail", "354": "strict", "355": "strict", "356": "strict", "357": "strict", - "358": "strict", + "358": "loose", "359": "strict", - "360": "loose", + "360": "strict", "361": "strict", - "362": "strict", + "362": "loose", "363": "strict", "364": "strict", - "365": "loose", - "366": "strict", + "365": "strict", + "366": "fail", "367": "strict", "368": "strict", "369": "strict", @@ -149,16 +135,16 @@ "372": "strict", "373": "strict", "374": "strict", - "375": "loose", + "375": "strict", "376": "strict", "377": "strict", "378": "strict", - "379": "strict", + "379": "loose", "380": "strict", "381": "strict", "382": "strict", "383": "strict", - "384": "strict", + "384": "loose", "385": "strict", "386": "strict", "387": "strict", @@ -168,7 +154,7 @@ "391": "strict", "392": "strict", "393": "strict", - "394": "strict", + "394": "loose", "395": "strict", "396": "strict", "397": "strict", @@ -189,8 +175,8 @@ "412": "strict", "413": "strict", "414": "strict", - "415": "strict", - "416": "strict", + "415": "fail", + "416": "fail", "417": "strict", "418": "strict", "419": "strict", @@ -224,85 +210,111 @@ "447": "strict", "448": "strict", "449": "strict", - "450": "fail", - "451": "fail", + "450": "strict", + "451": "strict", "452": "strict", "453": "strict", "454": "strict", "455": "strict", "456": "strict", "457": "strict", - "458": "strict" + "458": "strict", + "459": "strict", + "460": "strict", + "461": "strict", + "462": "strict", + "463": "strict", + "464": "strict", + "465": "strict", + "466": "strict", + "467": "strict", + "468": "strict", + "469": "strict", + "470": "strict", + "471": "strict", + "472": "fail", + "473": "fail", + "474": "strict", + "475": "strict", + "476": "strict", + "477": "strict", + "478": "strict", + "479": "strict", + "480": "strict" }, "Entity and numeric character references": { - "302": "loose", - "303": "loose", - "304": "loose", - "305": "loose", - "306": "strict", - "307": "loose", - "308": "strict", - "309": "fail", - "310": "fail", - "311": "fail", - "312": "strict", - "313": "strict" + "311": "loose", + "312": "loose", + "313": "loose", + "314": "loose", + "315": "strict", + "316": "loose", + "317": "strict", + "318": "fail", + "319": "fail", + "320": "fail", + "321": "strict", + "322": "strict", + "323": "loose", + "324": "loose", + "325": "loose", + "326": "loose", + "327": "strict" }, "Fenced code blocks": { - "88": "strict", "89": "strict", "90": "strict", "91": "strict", "92": "strict", "93": "strict", "94": "strict", - "95": "loose", + "95": "strict", "96": "loose", "97": "loose", - "98": "strict", + "98": "loose", "99": "strict", - "100": "loose", + "100": "strict", "101": "loose", "102": "loose", - "103": "strict", + "103": "loose", "104": "strict", "105": "strict", - "106": "loose", - "107": "fail", - "108": "loose", - "109": "strict", + "106": "strict", + "107": "loose", + "108": "fail", + "109": "loose", "110": "strict", "111": "strict", "112": "strict", "113": "strict", - "114": "fail", - "115": "fail" + "114": "strict", + "115": "fail", + "116": "strict", + "117": "fail" }, "Hard line breaks": { - "605": "strict", - "606": "strict", - "607": "strict", - "608": "loose", - "609": "loose", - "610": "strict", - "611": "strict", - "612": "loose", - "613": "loose", - "614": "strict", - "615": "strict", - "616": "strict", - "617": "loose", - "618": "strict", - "619": "strict" + "630": "strict", + "631": "strict", + "632": "strict", + "633": "loose", + "634": "loose", + "635": "strict", + "636": "strict", + "637": "loose", + "638": "loose", + "639": "strict", + "640": "strict", + "641": "strict", + "642": "loose", + "643": "strict", + "644": "strict" }, "HTML blocks": { - "116": "loose", - "117": "strict", - "118": "strict", + "118": "loose", "119": "strict", - "120": "loose", + "120": "strict", "121": "strict", - "122": "strict", + "122": "loose", "123": "strict", "124": "strict", "125": "strict", @@ -315,16 +327,16 @@ "132": "strict", "133": "strict", "134": "strict", - "135": "loose", + "135": "strict", "136": "strict", - "137": "strict", + "137": "loose", "138": "strict", "139": "strict", - "140": "loose", - "141": "loose", + "140": "strict", + "141": "strict", "142": "loose", - "143": "strict", - "144": "strict", + "143": "loose", + "144": "loose", "145": "strict", "146": "strict", "147": "strict", @@ -332,127 +344,112 @@ "149": "strict", "150": "strict", "151": "strict", - "152": "loose", + "152": "strict", "153": "strict", - "154": "strict", - "155": "loose", + "154": "loose", + "155": "strict", "156": "strict", "157": "loose", - "158": "loose" + "158": "strict", + "159": "loose", + "160": "loose" }, "Images": { - "543": "strict", - "544": "strict", - "545": "fail", - "546": "strict", - "547": "strict", - "548": "strict", - "549": "strict", - "550": "strict", - "551": "strict", - "552": "strict", - "553": "strict", - "554": "strict", - "555": "strict", - "556": "strict", - "557": "strict", - "558": "loose", - "559": "strict", - "560": "strict", - "561": "loose", - "562": "strict", - "563": "strict", - "564": "strict" + "568": "strict", + "569": "strict", + "570": "fail", + "571": "strict", + "572": "strict", + "573": "strict", + "574": "strict", + "575": "strict", + "576": "strict", + "577": "strict", + "578": "strict", + "579": "strict", + "580": "strict", + "581": "strict", + "582": "strict", + "583": "loose", + "584": "strict", + "585": "strict", + "586": "loose", + "587": "strict", + "588": "strict", + "589": "strict" }, "Indented code blocks": { - "76": "strict", - "77": "loose", + "77": "strict", "78": "loose", - "79": "strict", - "80": "fail", - "81": "strict", - "82": "loose", - "83": "strict", + "79": "loose", + "80": "strict", + "81": "fail", + "82": "strict", + "83": "loose", "84": "strict", "85": "strict", - "86": "loose", - "87": "strict" + "86": "strict", + "87": "loose", + "88": "strict" }, "Inlines": { - "288": "strict" + "297": "strict" }, "Link reference definitions": { - "159": "strict", - "160": "strict", "161": "strict", "162": "strict", "163": "strict", - "164": "strict", + "164": "fail", "165": "strict", "166": "strict", - "167": "fail", + "167": "strict", "168": "strict", - "169": "strict", - "170": "strict", + "169": "fail", + "170": "fail", "171": "fail", - "172": "loose", + "172": "strict", "173": "strict", - "174": "loose", - "175": "loose", + "174": "strict", + "175": "fail", "176": "loose", "177": "strict", - "178": "strict", + "178": "loose", "179": "loose", - "180": "strict", - "181": "loose" + "180": "loose", + "181": "strict", + "182": "strict", + "183": "loose", + "184": "fail", + "185": "fail", + "186": "strict", + "187": "loose", + "188": "loose" }, "Links": { - "459": "strict", - "460": "strict", - "461": "strict", - "462": "strict", - "463": "strict", - "464": "loose", - "465": "strict", - "466": "strict", - "467": "strict", - "468": "strict", - "469": "strict", - "470": "strict", - "471": "strict", - "472": "strict", - "473": "strict", - "474": "fail", - "475": "strict", - "476": "strict", - "477": "fail", - "478": "fail", - "479": "loose", - "480": "fail", "481": "strict", "482": "strict", "483": "strict", "484": "strict", "485": "strict", - "486": "strict", + "486": "fail", "487": "strict", "488": "strict", "489": "strict", - "490": "strict", - "491": "strict", - "492": "fail", + "490": "loose", + "491": "loose", + "492": "strict", "493": "strict", "494": "strict", "495": "strict", "496": "strict", "497": "strict", "498": "strict", - "499": "strict", + "499": "fail", "500": "strict", "501": "strict", - "502": "strict", - "503": "strict", - "504": "strict", + "502": "fail", + "503": "fail", + "504": "loose", "505": "fail", "506": "strict", "507": "strict", @@ -471,94 +468,112 @@ "520": "strict", "521": "strict", "522": "strict", - "523": "loose", + "523": "strict", "524": "strict", "525": "strict", "526": "strict", - "527": "loose", + "527": "strict", "528": "strict", "529": "strict", - "530": "strict", + "530": "fail", "531": "strict", "532": "strict", "533": "strict", "534": "strict", - "535": "fail", + "535": "strict", "536": "strict", "537": "strict", "538": "strict", "539": "strict", "540": "strict", "541": "strict", - "542": "strict" + "542": "fail", + "543": "strict", + "544": "strict", + "545": "strict", + "546": "strict", + "547": "strict", + "548": "loose", + "549": "strict", + "550": "strict", + "551": "strict", + "552": "loose", + "553": "strict", + "554": "strict", + "555": "strict", + "556": "strict", + "557": "strict", + "558": "strict", + "559": "strict", + "560": "fail", + "561": "strict", + "562": "strict", + "563": "strict", + "564": "strict", + "565": "strict", + "566": "strict", + "567": "strict" }, "List items": { - "216": "loose", - "217": "loose", - "218": "loose", - "219": "loose", - "220": "loose", - "221": "loose", - "222": "loose", "223": "loose", - "224": "strict", - "225": "fail", + "224": "loose", + "225": "loose", "226": "loose", - "227": "fail", + "227": "loose", "228": "loose", - "229": "strict", + "229": "loose", "230": "loose", - "231": "loose", - "232": "strict", + "231": "strict", + "232": "fail", "233": "loose", - "234": "loose", - "235": "strict", - "236": "loose", + "234": "fail", + "235": "loose", + "236": "strict", "237": "loose", "238": "loose", - "239": "loose", + "239": "strict", "240": "loose", "241": "loose", - "242": "loose", - "243": "fail", + "242": "strict", + "243": "loose", "244": "loose", "245": "loose", "246": "loose", "247": "loose", - "248": "fail", + "248": "loose", "249": "loose", - "250": "loose", + "250": "fail", "251": "loose", - "252": "strict", + "252": "loose", "253": "loose", "254": "loose", - "255": "loose", + "255": "fail", "256": "loose", "257": "loose", "258": "loose", - "259": "loose", + "259": "strict", "260": "loose", "261": "loose", "262": "loose", - "263": "loose" - }, - "Lists": { + "263": "loose", "264": "loose", "265": "loose", "266": "loose", - "267": "fail", + "267": "loose", "268": "loose", - "269": "fail", - "270": "fail", + "269": "loose", + "270": "loose" + }, + "Lists": { "271": "loose", "272": "loose", - "273": "fail", + "273": "loose", "274": "fail", "275": "loose", - "276": "loose", - "277": "loose", + "276": "fail", + "277": "fail", "278": "loose", - "279": "fail", + "279": "loose", "280": "loose", "281": "loose", "282": "loose", @@ -566,75 +581,85 @@ "284": "loose", "285": "loose", "286": "loose", - "287": "loose" + "287": "loose", + "288": "fail", + "289": "loose", + "290": "loose", + "291": "loose", + "292": "loose", + "293": "loose", + "294": "loose", + "295": "loose", + "296": "loose" }, "Paragraphs": { - "182": "strict", - "183": "strict", - "184": "strict", - "185": "loose", - "186": "loose", - "187": "loose", - "188": "strict", - "189": "loose" + "189": "strict", + "190": "strict", + "191": "strict", + "192": "loose", + "193": "loose", + "194": "loose", + "195": "strict", + "196": "loose" }, "Precedence": { "12": "loose" }, "Raw HTML": { - "584": "strict", - "585": "fail", - "586": "strict", - "587": "strict", - "588": "strict", - "589": "loose", - "590": "fail", - "591": "loose", - "592": "loose", - "593": "fail", - "594": "strict", - "595": "fail", - "596": "loose", - "597": "loose", - "598": "loose", - "599": "strict", - "600": "strict", - "601": "loose", - "602": "strict", - "603": "strict", - "604": "fail" + "609": "strict", + "610": "fail", + "611": "strict", + "612": "strict", + "613": "strict", + "614": "loose", + "615": "fail", + "616": "loose", + "617": "fail", + "618": "fail", + "619": "strict", + "620": "fail", + "621": "loose", + "622": "loose", + "623": "loose", + "624": "strict", + "625": "strict", + "626": "loose", + "627": "strict", + "628": "strict", + "629": "fail" }, "Setext headings": { "50": "strict", "51": "strict", - "52": "strict", - "53": "loose", - "54": "strict", + "52": "loose", + "53": "strict", + "54": "loose", "55": "strict", - "56": "loose", - "57": "strict", - "58": "loose", - "59": "strict", - "60": "loose", + "56": "strict", + "57": "loose", + "58": "strict", + "59": "loose", + "60": "strict", "61": "loose", - "62": "fail", - "63": "loose", - "64": "strict", + "62": "loose", + "63": "fail", + "64": "loose", "65": "strict", "66": "strict", "67": "strict", - "68": "loose", - "69": "strict", - "70": "loose", + "68": "strict", + "69": "loose", + "70": "strict", "71": "loose", - "72": "strict", + "72": "loose", "73": "strict", "74": "strict", - "75": "strict" + "75": "strict", + "76": "strict" }, "Soft line breaks": { - "620": "strict", - "621": "loose" + "645": "strict", + "646": "loose" }, "Tabs": { "1": "strict", @@ -650,9 +675,9 @@ "11": "strict" }, "Textual content": { - "622": "strict", - "623": "strict", - "624": "strict" + "647": "strict", + "648": "strict", + "649": "strict" }, "Thematic breaks": { "13": "strict",
diff --git a/pkgs/markdown/tool/common_mark_stats.txt b/pkgs/markdown/tool/common_mark_stats.txt index 32ff4dd..b9ced8b 100644 --- a/pkgs/markdown/tool/common_mark_stats.txt +++ b/pkgs/markdown/tool/common_mark_stats.txt
@@ -3,26 +3,26 @@ 11 of 13 – 84.6% Backslash escapes 1 of 1 – 100.0% Blank lines 22 of 25 – 88.0% Block quotes - 16 of 17 – 94.1% Code spans - 124 of 128 – 96.9% Emphasis and strong emphasis - 9 of 12 – 75.0% Entity and numeric character references - 25 of 28 – 89.3% Fenced code blocks + 21 of 22 – 95.5% Code spans + 125 of 131 – 95.4% Emphasis and strong emphasis + 14 of 17 – 82.4% Entity and numeric character references + 26 of 29 – 89.7% Fenced code blocks 15 of 15 – 100.0% Hard line breaks 43 of 43 – 100.0% HTML blocks 21 of 22 – 95.5% Images 11 of 12 – 91.7% Indented code blocks 1 of 1 – 100.0% Inlines - 21 of 23 – 91.3% Link reference definitions - 76 of 84 – 90.5% Links + 21 of 28 – 75.0% Link reference definitions + 78 of 87 – 89.7% Links 44 of 48 – 91.7% List items - 18 of 24 – 75.0% Lists + 22 of 26 – 84.6% Lists 8 of 8 – 100.0% Paragraphs 1 of 1 – 100.0% Precedence - 16 of 21 – 76.2% Raw HTML - 25 of 26 – 96.2% Setext headings + 15 of 21 – 71.4% Raw HTML + 26 of 27 – 96.3% Setext headings 2 of 2 – 100.0% Soft line breaks 11 of 11 – 100.0% Tabs 3 of 3 – 100.0% Textual content 19 of 19 – 100.0% Thematic breaks - 579 of 624 – 92.8% TOTAL - 404 of 624 – 64.7% TOTAL Strict + 597 of 649 – 92.0% TOTAL + 406 of 649 – 62.6% TOTAL Strict
diff --git a/pkgs/markdown/tool/common_mark_tests.json b/pkgs/markdown/tool/common_mark_tests.json index cd87cb2..222fee4 100644 --- a/pkgs/markdown/tool/common_mark_tests.json +++ b/pkgs/markdown/tool/common_mark_tests.json
@@ -3,4992 +3,5192 @@ "markdown": "\tfoo\tbaz\t\tbim\n", "html": "<pre><code>foo\tbaz\t\tbim\n</code></pre>\n", "example": 1, - "start_line": 350, - "end_line": 355, + "start_line": 352, + "end_line": 357, "section": "Tabs" }, { "markdown": " \tfoo\tbaz\t\tbim\n", "html": "<pre><code>foo\tbaz\t\tbim\n</code></pre>\n", "example": 2, - "start_line": 357, - "end_line": 362, + "start_line": 359, + "end_line": 364, "section": "Tabs" }, { "markdown": " a\ta\n ὐ\ta\n", "html": "<pre><code>a\ta\nὐ\ta\n</code></pre>\n", "example": 3, - "start_line": 364, - "end_line": 371, + "start_line": 366, + "end_line": 373, "section": "Tabs" }, { "markdown": " - foo\n\n\tbar\n", "html": "<ul>\n<li>\n<p>foo</p>\n<p>bar</p>\n</li>\n</ul>\n", "example": 4, - "start_line": 377, - "end_line": 388, + "start_line": 379, + "end_line": 390, "section": "Tabs" }, { "markdown": "- foo\n\n\t\tbar\n", "html": "<ul>\n<li>\n<p>foo</p>\n<pre><code> bar\n</code></pre>\n</li>\n</ul>\n", "example": 5, - "start_line": 390, - "end_line": 402, + "start_line": 392, + "end_line": 404, "section": "Tabs" }, { "markdown": ">\t\tfoo\n", "html": "<blockquote>\n<pre><code> foo\n</code></pre>\n</blockquote>\n", "example": 6, - "start_line": 413, - "end_line": 420, + "start_line": 415, + "end_line": 422, "section": "Tabs" }, { "markdown": "-\t\tfoo\n", "html": "<ul>\n<li>\n<pre><code> foo\n</code></pre>\n</li>\n</ul>\n", "example": 7, - "start_line": 422, - "end_line": 431, + "start_line": 424, + "end_line": 433, "section": "Tabs" }, { "markdown": " foo\n\tbar\n", "html": "<pre><code>foo\nbar\n</code></pre>\n", "example": 8, - "start_line": 434, - "end_line": 441, + "start_line": 436, + "end_line": 443, "section": "Tabs" }, { "markdown": " - foo\n - bar\n\t - baz\n", "html": "<ul>\n<li>foo\n<ul>\n<li>bar\n<ul>\n<li>baz</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n", "example": 9, - "start_line": 443, - "end_line": 459, + "start_line": 445, + "end_line": 461, "section": "Tabs" }, { "markdown": "#\tFoo\n", "html": "<h1>Foo</h1>\n", "example": 10, - "start_line": 461, - "end_line": 465, + "start_line": 463, + "end_line": 467, "section": "Tabs" }, { "markdown": "*\t*\t*\t\n", "html": "<hr />\n", "example": 11, - "start_line": 467, - "end_line": 471, + "start_line": 469, + "end_line": 473, "section": "Tabs" }, { "markdown": "- `one\n- two`\n", "html": "<ul>\n<li>`one</li>\n<li>two`</li>\n</ul>\n", "example": 12, - "start_line": 494, - "end_line": 502, + "start_line": 496, + "end_line": 504, "section": "Precedence" }, { "markdown": "***\n---\n___\n", "html": "<hr />\n<hr />\n<hr />\n", "example": 13, - "start_line": 533, - "end_line": 541, + "start_line": 535, + "end_line": 543, "section": "Thematic breaks" }, { "markdown": "+++\n", "html": "<p>+++</p>\n", "example": 14, - "start_line": 546, - "end_line": 550, + "start_line": 548, + "end_line": 552, "section": "Thematic breaks" }, { "markdown": "===\n", "html": "<p>===</p>\n", "example": 15, - "start_line": 553, - "end_line": 557, + "start_line": 555, + "end_line": 559, "section": "Thematic breaks" }, { "markdown": "--\n**\n__\n", "html": "<p>--\n**\n__</p>\n", "example": 16, - "start_line": 562, - "end_line": 570, + "start_line": 564, + "end_line": 572, "section": "Thematic breaks" }, { "markdown": " ***\n ***\n ***\n", "html": "<hr />\n<hr />\n<hr />\n", "example": 17, - "start_line": 575, - "end_line": 583, + "start_line": 577, + "end_line": 585, "section": "Thematic breaks" }, { "markdown": " ***\n", "html": "<pre><code>***\n</code></pre>\n", "example": 18, - "start_line": 588, - "end_line": 593, + "start_line": 590, + "end_line": 595, "section": "Thematic breaks" }, { "markdown": "Foo\n ***\n", "html": "<p>Foo\n***</p>\n", "example": 19, - "start_line": 596, - "end_line": 602, + "start_line": 598, + "end_line": 604, "section": "Thematic breaks" }, { "markdown": "_____________________________________\n", "html": "<hr />\n", "example": 20, - "start_line": 607, - "end_line": 611, + "start_line": 609, + "end_line": 613, "section": "Thematic breaks" }, { "markdown": " - - -\n", "html": "<hr />\n", "example": 21, - "start_line": 616, - "end_line": 620, + "start_line": 618, + "end_line": 622, "section": "Thematic breaks" }, { "markdown": " ** * ** * ** * **\n", "html": "<hr />\n", "example": 22, - "start_line": 623, - "end_line": 627, + "start_line": 625, + "end_line": 629, "section": "Thematic breaks" }, { "markdown": "- - - -\n", "html": "<hr />\n", "example": 23, - "start_line": 630, - "end_line": 634, + "start_line": 632, + "end_line": 636, "section": "Thematic breaks" }, { "markdown": "- - - - \n", "html": "<hr />\n", "example": 24, - "start_line": 639, - "end_line": 643, + "start_line": 641, + "end_line": 645, "section": "Thematic breaks" }, { "markdown": "_ _ _ _ a\n\na------\n\n---a---\n", "html": "<p>_ _ _ _ a</p>\n<p>a------</p>\n<p>---a---</p>\n", "example": 25, - "start_line": 648, - "end_line": 658, + "start_line": 650, + "end_line": 660, "section": "Thematic breaks" }, { "markdown": " *-*\n", "html": "<p><em>-</em></p>\n", "example": 26, - "start_line": 664, - "end_line": 668, + "start_line": 666, + "end_line": 670, "section": "Thematic breaks" }, { "markdown": "- foo\n***\n- bar\n", "html": "<ul>\n<li>foo</li>\n</ul>\n<hr />\n<ul>\n<li>bar</li>\n</ul>\n", "example": 27, - "start_line": 673, - "end_line": 685, + "start_line": 675, + "end_line": 687, "section": "Thematic breaks" }, { "markdown": "Foo\n***\nbar\n", "html": "<p>Foo</p>\n<hr />\n<p>bar</p>\n", "example": 28, - "start_line": 690, - "end_line": 698, + "start_line": 692, + "end_line": 700, "section": "Thematic breaks" }, { "markdown": "Foo\n---\nbar\n", "html": "<h2>Foo</h2>\n<p>bar</p>\n", "example": 29, - "start_line": 707, - "end_line": 714, + "start_line": 709, + "end_line": 716, "section": "Thematic breaks" }, { "markdown": "* Foo\n* * *\n* Bar\n", "html": "<ul>\n<li>Foo</li>\n</ul>\n<hr />\n<ul>\n<li>Bar</li>\n</ul>\n", "example": 30, - "start_line": 720, - "end_line": 732, + "start_line": 722, + "end_line": 734, "section": "Thematic breaks" }, { "markdown": "- Foo\n- * * *\n", "html": "<ul>\n<li>Foo</li>\n<li>\n<hr />\n</li>\n</ul>\n", "example": 31, - "start_line": 737, - "end_line": 747, + "start_line": 739, + "end_line": 749, "section": "Thematic breaks" }, { "markdown": "# foo\n## foo\n### foo\n#### foo\n##### foo\n###### foo\n", "html": "<h1>foo</h1>\n<h2>foo</h2>\n<h3>foo</h3>\n<h4>foo</h4>\n<h5>foo</h5>\n<h6>foo</h6>\n", "example": 32, - "start_line": 766, - "end_line": 780, + "start_line": 768, + "end_line": 782, "section": "ATX headings" }, { "markdown": "####### foo\n", "html": "<p>####### foo</p>\n", "example": 33, - "start_line": 785, - "end_line": 789, + "start_line": 787, + "end_line": 791, "section": "ATX headings" }, { "markdown": "#5 bolt\n\n#hashtag\n", "html": "<p>#5 bolt</p>\n<p>#hashtag</p>\n", "example": 34, - "start_line": 800, - "end_line": 807, + "start_line": 802, + "end_line": 809, "section": "ATX headings" }, { "markdown": "\\## foo\n", "html": "<p>## foo</p>\n", "example": 35, - "start_line": 812, - "end_line": 816, + "start_line": 814, + "end_line": 818, "section": "ATX headings" }, { "markdown": "# foo *bar* \\*baz\\*\n", "html": "<h1>foo <em>bar</em> *baz*</h1>\n", "example": 36, - "start_line": 821, - "end_line": 825, + "start_line": 823, + "end_line": 827, "section": "ATX headings" }, { "markdown": "# foo \n", "html": "<h1>foo</h1>\n", "example": 37, - "start_line": 830, - "end_line": 834, + "start_line": 832, + "end_line": 836, "section": "ATX headings" }, { "markdown": " ### foo\n ## foo\n # foo\n", "html": "<h3>foo</h3>\n<h2>foo</h2>\n<h1>foo</h1>\n", "example": 38, - "start_line": 839, - "end_line": 847, + "start_line": 841, + "end_line": 849, "section": "ATX headings" }, { "markdown": " # foo\n", "html": "<pre><code># foo\n</code></pre>\n", "example": 39, - "start_line": 852, - "end_line": 857, + "start_line": 854, + "end_line": 859, "section": "ATX headings" }, { "markdown": "foo\n # bar\n", "html": "<p>foo\n# bar</p>\n", "example": 40, - "start_line": 860, - "end_line": 866, + "start_line": 862, + "end_line": 868, "section": "ATX headings" }, { "markdown": "## foo ##\n ### bar ###\n", "html": "<h2>foo</h2>\n<h3>bar</h3>\n", "example": 41, - "start_line": 871, - "end_line": 877, + "start_line": 873, + "end_line": 879, "section": "ATX headings" }, { "markdown": "# foo ##################################\n##### foo ##\n", "html": "<h1>foo</h1>\n<h5>foo</h5>\n", "example": 42, - "start_line": 882, - "end_line": 888, + "start_line": 884, + "end_line": 890, "section": "ATX headings" }, { "markdown": "### foo ### \n", "html": "<h3>foo</h3>\n", "example": 43, - "start_line": 893, - "end_line": 897, + "start_line": 895, + "end_line": 899, "section": "ATX headings" }, { "markdown": "### foo ### b\n", "html": "<h3>foo ### b</h3>\n", "example": 44, - "start_line": 904, - "end_line": 908, + "start_line": 906, + "end_line": 910, "section": "ATX headings" }, { "markdown": "# foo#\n", "html": "<h1>foo#</h1>\n", "example": 45, - "start_line": 913, - "end_line": 917, + "start_line": 915, + "end_line": 919, "section": "ATX headings" }, { "markdown": "### foo \\###\n## foo #\\##\n# foo \\#\n", "html": "<h3>foo ###</h3>\n<h2>foo ###</h2>\n<h1>foo #</h1>\n", "example": 46, - "start_line": 923, - "end_line": 931, + "start_line": 925, + "end_line": 933, "section": "ATX headings" }, { "markdown": "****\n## foo\n****\n", "html": "<hr />\n<h2>foo</h2>\n<hr />\n", "example": 47, - "start_line": 937, - "end_line": 945, + "start_line": 939, + "end_line": 947, "section": "ATX headings" }, { "markdown": "Foo bar\n# baz\nBar foo\n", "html": "<p>Foo bar</p>\n<h1>baz</h1>\n<p>Bar foo</p>\n", "example": 48, - "start_line": 948, - "end_line": 956, + "start_line": 950, + "end_line": 958, "section": "ATX headings" }, { "markdown": "## \n#\n### ###\n", "html": "<h2></h2>\n<h1></h1>\n<h3></h3>\n", "example": 49, - "start_line": 961, - "end_line": 969, + "start_line": 963, + "end_line": 971, "section": "ATX headings" }, { "markdown": "Foo *bar*\n=========\n\nFoo *bar*\n---------\n", "html": "<h1>Foo <em>bar</em></h1>\n<h2>Foo <em>bar</em></h2>\n", "example": 50, - "start_line": 1004, - "end_line": 1013, + "start_line": 1006, + "end_line": 1015, "section": "Setext headings" }, { "markdown": "Foo *bar\nbaz*\n====\n", "html": "<h1>Foo <em>bar\nbaz</em></h1>\n", "example": 51, - "start_line": 1018, - "end_line": 1025, + "start_line": 1020, + "end_line": 1027, + "section": "Setext headings" + }, + { + "markdown": " Foo *bar\nbaz*\t\n====\n", + "html": "<h1>Foo <em>bar\nbaz</em></h1>\n", + "example": 52, + "start_line": 1034, + "end_line": 1041, "section": "Setext headings" }, { "markdown": "Foo\n-------------------------\n\nFoo\n=\n", "html": "<h2>Foo</h2>\n<h1>Foo</h1>\n", - "example": 52, - "start_line": 1030, - "end_line": 1039, + "example": 53, + "start_line": 1046, + "end_line": 1055, "section": "Setext headings" }, { "markdown": " Foo\n---\n\n Foo\n-----\n\n Foo\n ===\n", "html": "<h2>Foo</h2>\n<h2>Foo</h2>\n<h1>Foo</h1>\n", - "example": 53, - "start_line": 1045, - "end_line": 1058, + "example": 54, + "start_line": 1061, + "end_line": 1074, "section": "Setext headings" }, { "markdown": " Foo\n ---\n\n Foo\n---\n", "html": "<pre><code>Foo\n---\n\nFoo\n</code></pre>\n<hr />\n", - "example": 54, - "start_line": 1063, - "end_line": 1076, + "example": 55, + "start_line": 1079, + "end_line": 1092, "section": "Setext headings" }, { "markdown": "Foo\n ---- \n", "html": "<h2>Foo</h2>\n", - "example": 55, - "start_line": 1082, - "end_line": 1087, + "example": 56, + "start_line": 1098, + "end_line": 1103, "section": "Setext headings" }, { "markdown": "Foo\n ---\n", "html": "<p>Foo\n---</p>\n", - "example": 56, - "start_line": 1092, - "end_line": 1098, + "example": 57, + "start_line": 1108, + "end_line": 1114, "section": "Setext headings" }, { "markdown": "Foo\n= =\n\nFoo\n--- -\n", "html": "<p>Foo\n= =</p>\n<p>Foo</p>\n<hr />\n", - "example": 57, - "start_line": 1103, - "end_line": 1114, + "example": 58, + "start_line": 1119, + "end_line": 1130, "section": "Setext headings" }, { "markdown": "Foo \n-----\n", "html": "<h2>Foo</h2>\n", - "example": 58, - "start_line": 1119, - "end_line": 1124, + "example": 59, + "start_line": 1135, + "end_line": 1140, "section": "Setext headings" }, { "markdown": "Foo\\\n----\n", "html": "<h2>Foo\\</h2>\n", - "example": 59, - "start_line": 1129, - "end_line": 1134, + "example": 60, + "start_line": 1145, + "end_line": 1150, "section": "Setext headings" }, { "markdown": "`Foo\n----\n`\n\n<a title=\"a lot\n---\nof dashes\"/>\n", "html": "<h2>`Foo</h2>\n<p>`</p>\n<h2><a title="a lot</h2>\n<p>of dashes"/></p>\n", - "example": 60, - "start_line": 1140, - "end_line": 1153, + "example": 61, + "start_line": 1156, + "end_line": 1169, "section": "Setext headings" }, { "markdown": "> Foo\n---\n", "html": "<blockquote>\n<p>Foo</p>\n</blockquote>\n<hr />\n", - "example": 61, - "start_line": 1159, - "end_line": 1167, + "example": 62, + "start_line": 1175, + "end_line": 1183, "section": "Setext headings" }, { "markdown": "> foo\nbar\n===\n", "html": "<blockquote>\n<p>foo\nbar\n===</p>\n</blockquote>\n", - "example": 62, - "start_line": 1170, - "end_line": 1180, + "example": 63, + "start_line": 1186, + "end_line": 1196, "section": "Setext headings" }, { "markdown": "- Foo\n---\n", "html": "<ul>\n<li>Foo</li>\n</ul>\n<hr />\n", - "example": 63, - "start_line": 1183, - "end_line": 1191, + "example": 64, + "start_line": 1199, + "end_line": 1207, "section": "Setext headings" }, { "markdown": "Foo\nBar\n---\n", "html": "<h2>Foo\nBar</h2>\n", - "example": 64, - "start_line": 1198, - "end_line": 1205, + "example": 65, + "start_line": 1214, + "end_line": 1221, "section": "Setext headings" }, { "markdown": "---\nFoo\n---\nBar\n---\nBaz\n", "html": "<hr />\n<h2>Foo</h2>\n<h2>Bar</h2>\n<p>Baz</p>\n", - "example": 65, - "start_line": 1211, - "end_line": 1223, + "example": 66, + "start_line": 1227, + "end_line": 1239, "section": "Setext headings" }, { "markdown": "\n====\n", "html": "<p>====</p>\n", - "example": 66, - "start_line": 1228, - "end_line": 1233, + "example": 67, + "start_line": 1244, + "end_line": 1249, "section": "Setext headings" }, { "markdown": "---\n---\n", "html": "<hr />\n<hr />\n", - "example": 67, - "start_line": 1240, - "end_line": 1246, + "example": 68, + "start_line": 1256, + "end_line": 1262, "section": "Setext headings" }, { "markdown": "- foo\n-----\n", "html": "<ul>\n<li>foo</li>\n</ul>\n<hr />\n", - "example": 68, - "start_line": 1249, - "end_line": 1257, + "example": 69, + "start_line": 1265, + "end_line": 1273, "section": "Setext headings" }, { "markdown": " foo\n---\n", "html": "<pre><code>foo\n</code></pre>\n<hr />\n", - "example": 69, - "start_line": 1260, - "end_line": 1267, + "example": 70, + "start_line": 1276, + "end_line": 1283, "section": "Setext headings" }, { "markdown": "> foo\n-----\n", "html": "<blockquote>\n<p>foo</p>\n</blockquote>\n<hr />\n", - "example": 70, - "start_line": 1270, - "end_line": 1278, + "example": 71, + "start_line": 1286, + "end_line": 1294, "section": "Setext headings" }, { "markdown": "\\> foo\n------\n", "html": "<h2>> foo</h2>\n", - "example": 71, - "start_line": 1284, - "end_line": 1289, + "example": 72, + "start_line": 1300, + "end_line": 1305, "section": "Setext headings" }, { "markdown": "Foo\n\nbar\n---\nbaz\n", "html": "<p>Foo</p>\n<h2>bar</h2>\n<p>baz</p>\n", - "example": 72, - "start_line": 1315, - "end_line": 1325, + "example": 73, + "start_line": 1331, + "end_line": 1341, "section": "Setext headings" }, { "markdown": "Foo\nbar\n\n---\n\nbaz\n", "html": "<p>Foo\nbar</p>\n<hr />\n<p>baz</p>\n", - "example": 73, - "start_line": 1331, - "end_line": 1343, + "example": 74, + "start_line": 1347, + "end_line": 1359, "section": "Setext headings" }, { "markdown": "Foo\nbar\n* * *\nbaz\n", "html": "<p>Foo\nbar</p>\n<hr />\n<p>baz</p>\n", - "example": 74, - "start_line": 1349, - "end_line": 1359, + "example": 75, + "start_line": 1365, + "end_line": 1375, "section": "Setext headings" }, { "markdown": "Foo\nbar\n\\---\nbaz\n", "html": "<p>Foo\nbar\n---\nbaz</p>\n", - "example": 75, - "start_line": 1364, - "end_line": 1374, + "example": 76, + "start_line": 1380, + "end_line": 1390, "section": "Setext headings" }, { "markdown": " a simple\n indented code block\n", "html": "<pre><code>a simple\n indented code block\n</code></pre>\n", - "example": 76, - "start_line": 1392, - "end_line": 1399, + "example": 77, + "start_line": 1408, + "end_line": 1415, "section": "Indented code blocks" }, { "markdown": " - foo\n\n bar\n", "html": "<ul>\n<li>\n<p>foo</p>\n<p>bar</p>\n</li>\n</ul>\n", - "example": 77, - "start_line": 1406, - "end_line": 1417, + "example": 78, + "start_line": 1422, + "end_line": 1433, "section": "Indented code blocks" }, { "markdown": "1. foo\n\n - bar\n", "html": "<ol>\n<li>\n<p>foo</p>\n<ul>\n<li>bar</li>\n</ul>\n</li>\n</ol>\n", - "example": 78, - "start_line": 1420, - "end_line": 1433, + "example": 79, + "start_line": 1436, + "end_line": 1449, "section": "Indented code blocks" }, { "markdown": " <a/>\n *hi*\n\n - one\n", "html": "<pre><code><a/>\n*hi*\n\n- one\n</code></pre>\n", - "example": 79, - "start_line": 1440, - "end_line": 1451, + "example": 80, + "start_line": 1456, + "end_line": 1467, "section": "Indented code blocks" }, { "markdown": " chunk1\n\n chunk2\n \n \n \n chunk3\n", "html": "<pre><code>chunk1\n\nchunk2\n\n\n\nchunk3\n</code></pre>\n", - "example": 80, - "start_line": 1456, - "end_line": 1473, + "example": 81, + "start_line": 1472, + "end_line": 1489, "section": "Indented code blocks" }, { "markdown": " chunk1\n \n chunk2\n", "html": "<pre><code>chunk1\n \n chunk2\n</code></pre>\n", - "example": 81, - "start_line": 1479, - "end_line": 1488, + "example": 82, + "start_line": 1495, + "end_line": 1504, "section": "Indented code blocks" }, { "markdown": "Foo\n bar\n\n", "html": "<p>Foo\nbar</p>\n", - "example": 82, - "start_line": 1494, - "end_line": 1501, + "example": 83, + "start_line": 1510, + "end_line": 1517, "section": "Indented code blocks" }, { "markdown": " foo\nbar\n", "html": "<pre><code>foo\n</code></pre>\n<p>bar</p>\n", - "example": 83, - "start_line": 1508, - "end_line": 1515, + "example": 84, + "start_line": 1524, + "end_line": 1531, "section": "Indented code blocks" }, { "markdown": "# Heading\n foo\nHeading\n------\n foo\n----\n", "html": "<h1>Heading</h1>\n<pre><code>foo\n</code></pre>\n<h2>Heading</h2>\n<pre><code>foo\n</code></pre>\n<hr />\n", - "example": 84, - "start_line": 1521, - "end_line": 1536, + "example": 85, + "start_line": 1537, + "end_line": 1552, "section": "Indented code blocks" }, { "markdown": " foo\n bar\n", "html": "<pre><code> foo\nbar\n</code></pre>\n", - "example": 85, - "start_line": 1541, - "end_line": 1548, + "example": 86, + "start_line": 1557, + "end_line": 1564, "section": "Indented code blocks" }, { "markdown": "\n \n foo\n \n\n", "html": "<pre><code>foo\n</code></pre>\n", - "example": 86, - "start_line": 1554, - "end_line": 1563, + "example": 87, + "start_line": 1570, + "end_line": 1579, "section": "Indented code blocks" }, { "markdown": " foo \n", "html": "<pre><code>foo \n</code></pre>\n", - "example": 87, - "start_line": 1568, - "end_line": 1573, + "example": 88, + "start_line": 1584, + "end_line": 1589, "section": "Indented code blocks" }, { "markdown": "```\n<\n >\n```\n", "html": "<pre><code><\n >\n</code></pre>\n", - "example": 88, - "start_line": 1623, - "end_line": 1632, + "example": 89, + "start_line": 1639, + "end_line": 1648, "section": "Fenced code blocks" }, { "markdown": "~~~\n<\n >\n~~~\n", "html": "<pre><code><\n >\n</code></pre>\n", - "example": 89, - "start_line": 1637, - "end_line": 1646, + "example": 90, + "start_line": 1653, + "end_line": 1662, "section": "Fenced code blocks" }, { "markdown": "``\nfoo\n``\n", "html": "<p><code>foo</code></p>\n", - "example": 90, - "start_line": 1650, - "end_line": 1656, + "example": 91, + "start_line": 1666, + "end_line": 1672, "section": "Fenced code blocks" }, { "markdown": "```\naaa\n~~~\n```\n", "html": "<pre><code>aaa\n~~~\n</code></pre>\n", - "example": 91, - "start_line": 1661, - "end_line": 1670, + "example": 92, + "start_line": 1677, + "end_line": 1686, "section": "Fenced code blocks" }, { "markdown": "~~~\naaa\n```\n~~~\n", "html": "<pre><code>aaa\n```\n</code></pre>\n", - "example": 92, - "start_line": 1673, - "end_line": 1682, + "example": 93, + "start_line": 1689, + "end_line": 1698, "section": "Fenced code blocks" }, { "markdown": "````\naaa\n```\n``````\n", "html": "<pre><code>aaa\n```\n</code></pre>\n", - "example": 93, - "start_line": 1687, - "end_line": 1696, + "example": 94, + "start_line": 1703, + "end_line": 1712, "section": "Fenced code blocks" }, { "markdown": "~~~~\naaa\n~~~\n~~~~\n", "html": "<pre><code>aaa\n~~~\n</code></pre>\n", - "example": 94, - "start_line": 1699, - "end_line": 1708, + "example": 95, + "start_line": 1715, + "end_line": 1724, "section": "Fenced code blocks" }, { "markdown": "```\n", "html": "<pre><code></code></pre>\n", - "example": 95, - "start_line": 1714, - "end_line": 1718, + "example": 96, + "start_line": 1730, + "end_line": 1734, "section": "Fenced code blocks" }, { "markdown": "`````\n\n```\naaa\n", "html": "<pre><code>\n```\naaa\n</code></pre>\n", - "example": 96, - "start_line": 1721, - "end_line": 1731, + "example": 97, + "start_line": 1737, + "end_line": 1747, "section": "Fenced code blocks" }, { "markdown": "> ```\n> aaa\n\nbbb\n", "html": "<blockquote>\n<pre><code>aaa\n</code></pre>\n</blockquote>\n<p>bbb</p>\n", - "example": 97, - "start_line": 1734, - "end_line": 1745, + "example": 98, + "start_line": 1750, + "end_line": 1761, "section": "Fenced code blocks" }, { "markdown": "```\n\n \n```\n", "html": "<pre><code>\n \n</code></pre>\n", - "example": 98, - "start_line": 1750, - "end_line": 1759, + "example": 99, + "start_line": 1766, + "end_line": 1775, "section": "Fenced code blocks" }, { "markdown": "```\n```\n", "html": "<pre><code></code></pre>\n", - "example": 99, - "start_line": 1764, - "end_line": 1769, + "example": 100, + "start_line": 1780, + "end_line": 1785, "section": "Fenced code blocks" }, { "markdown": " ```\n aaa\naaa\n```\n", "html": "<pre><code>aaa\naaa\n</code></pre>\n", - "example": 100, - "start_line": 1776, - "end_line": 1785, + "example": 101, + "start_line": 1792, + "end_line": 1801, "section": "Fenced code blocks" }, { "markdown": " ```\naaa\n aaa\naaa\n ```\n", "html": "<pre><code>aaa\naaa\naaa\n</code></pre>\n", - "example": 101, - "start_line": 1788, - "end_line": 1799, + "example": 102, + "start_line": 1804, + "end_line": 1815, "section": "Fenced code blocks" }, { "markdown": " ```\n aaa\n aaa\n aaa\n ```\n", "html": "<pre><code>aaa\n aaa\naaa\n</code></pre>\n", - "example": 102, - "start_line": 1802, - "end_line": 1813, + "example": 103, + "start_line": 1818, + "end_line": 1829, "section": "Fenced code blocks" }, { "markdown": " ```\n aaa\n ```\n", "html": "<pre><code>```\naaa\n```\n</code></pre>\n", - "example": 103, - "start_line": 1818, - "end_line": 1827, + "example": 104, + "start_line": 1834, + "end_line": 1843, "section": "Fenced code blocks" }, { "markdown": "```\naaa\n ```\n", "html": "<pre><code>aaa\n</code></pre>\n", - "example": 104, - "start_line": 1833, - "end_line": 1840, + "example": 105, + "start_line": 1849, + "end_line": 1856, "section": "Fenced code blocks" }, { "markdown": " ```\naaa\n ```\n", "html": "<pre><code>aaa\n</code></pre>\n", - "example": 105, - "start_line": 1843, - "end_line": 1850, + "example": 106, + "start_line": 1859, + "end_line": 1866, "section": "Fenced code blocks" }, { "markdown": "```\naaa\n ```\n", "html": "<pre><code>aaa\n ```\n</code></pre>\n", - "example": 106, - "start_line": 1855, - "end_line": 1863, + "example": 107, + "start_line": 1871, + "end_line": 1879, "section": "Fenced code blocks" }, { "markdown": "``` ```\naaa\n", - "html": "<p><code></code>\naaa</p>\n", - "example": 107, - "start_line": 1869, - "end_line": 1875, + "html": "<p><code> </code>\naaa</p>\n", + "example": 108, + "start_line": 1885, + "end_line": 1891, "section": "Fenced code blocks" }, { "markdown": "~~~~~~\naaa\n~~~ ~~\n", "html": "<pre><code>aaa\n~~~ ~~\n</code></pre>\n", - "example": 108, - "start_line": 1878, - "end_line": 1886, + "example": 109, + "start_line": 1894, + "end_line": 1902, "section": "Fenced code blocks" }, { "markdown": "foo\n```\nbar\n```\nbaz\n", "html": "<p>foo</p>\n<pre><code>bar\n</code></pre>\n<p>baz</p>\n", - "example": 109, - "start_line": 1892, - "end_line": 1903, + "example": 110, + "start_line": 1908, + "end_line": 1919, "section": "Fenced code blocks" }, { "markdown": "foo\n---\n~~~\nbar\n~~~\n# baz\n", "html": "<h2>foo</h2>\n<pre><code>bar\n</code></pre>\n<h1>baz</h1>\n", - "example": 110, - "start_line": 1909, - "end_line": 1921, + "example": 111, + "start_line": 1925, + "end_line": 1937, "section": "Fenced code blocks" }, { "markdown": "```ruby\ndef foo(x)\n return 3\nend\n```\n", "html": "<pre><code class=\"language-ruby\">def foo(x)\n return 3\nend\n</code></pre>\n", - "example": 111, - "start_line": 1929, - "end_line": 1940, + "example": 112, + "start_line": 1947, + "end_line": 1958, "section": "Fenced code blocks" }, { "markdown": "~~~~ ruby startline=3 $%@#$\ndef foo(x)\n return 3\nend\n~~~~~~~\n", "html": "<pre><code class=\"language-ruby\">def foo(x)\n return 3\nend\n</code></pre>\n", - "example": 112, - "start_line": 1943, - "end_line": 1954, + "example": 113, + "start_line": 1961, + "end_line": 1972, "section": "Fenced code blocks" }, { "markdown": "````;\n````\n", "html": "<pre><code class=\"language-;\"></code></pre>\n", - "example": 113, - "start_line": 1957, - "end_line": 1962, + "example": 114, + "start_line": 1975, + "end_line": 1980, "section": "Fenced code blocks" }, { "markdown": "``` aa ```\nfoo\n", "html": "<p><code>aa</code>\nfoo</p>\n", - "example": 114, - "start_line": 1967, - "end_line": 1973, + "example": 115, + "start_line": 1985, + "end_line": 1991, + "section": "Fenced code blocks" + }, + { + "markdown": "~~~ aa ``` ~~~\nfoo\n~~~\n", + "html": "<pre><code class=\"language-aa\">foo\n</code></pre>\n", + "example": 116, + "start_line": 1996, + "end_line": 2003, "section": "Fenced code blocks" }, { "markdown": "```\n``` aaa\n```\n", "html": "<pre><code>``` aaa\n</code></pre>\n", - "example": 115, - "start_line": 1978, - "end_line": 1985, + "example": 117, + "start_line": 2008, + "end_line": 2015, "section": "Fenced code blocks" }, { "markdown": "<table><tr><td>\n<pre>\n**Hello**,\n\n_world_.\n</pre>\n</td></tr></table>\n", "html": "<table><tr><td>\n<pre>\n**Hello**,\n<p><em>world</em>.\n</pre></p>\n</td></tr></table>\n", - "example": 116, - "start_line": 2055, - "end_line": 2070, + "example": 118, + "start_line": 2087, + "end_line": 2102, "section": "HTML blocks" }, { "markdown": "<table>\n <tr>\n <td>\n hi\n </td>\n </tr>\n</table>\n\nokay.\n", "html": "<table>\n <tr>\n <td>\n hi\n </td>\n </tr>\n</table>\n<p>okay.</p>\n", - "example": 117, - "start_line": 2084, - "end_line": 2103, + "example": 119, + "start_line": 2116, + "end_line": 2135, "section": "HTML blocks" }, { "markdown": " <div>\n *hello*\n <foo><a>\n", "html": " <div>\n *hello*\n <foo><a>\n", - "example": 118, - "start_line": 2106, - "end_line": 2114, + "example": 120, + "start_line": 2138, + "end_line": 2146, "section": "HTML blocks" }, { "markdown": "</div>\n*foo*\n", "html": "</div>\n*foo*\n", - "example": 119, - "start_line": 2119, - "end_line": 2125, + "example": 121, + "start_line": 2151, + "end_line": 2157, "section": "HTML blocks" }, { "markdown": "<DIV CLASS=\"foo\">\n\n*Markdown*\n\n</DIV>\n", "html": "<DIV CLASS=\"foo\">\n<p><em>Markdown</em></p>\n</DIV>\n", - "example": 120, - "start_line": 2130, - "end_line": 2140, + "example": 122, + "start_line": 2162, + "end_line": 2172, "section": "HTML blocks" }, { "markdown": "<div id=\"foo\"\n class=\"bar\">\n</div>\n", "html": "<div id=\"foo\"\n class=\"bar\">\n</div>\n", - "example": 121, - "start_line": 2146, - "end_line": 2154, + "example": 123, + "start_line": 2178, + "end_line": 2186, "section": "HTML blocks" }, { "markdown": "<div id=\"foo\" class=\"bar\n baz\">\n</div>\n", "html": "<div id=\"foo\" class=\"bar\n baz\">\n</div>\n", - "example": 122, - "start_line": 2157, - "end_line": 2165, + "example": 124, + "start_line": 2189, + "end_line": 2197, "section": "HTML blocks" }, { "markdown": "<div>\n*foo*\n\n*bar*\n", "html": "<div>\n*foo*\n<p><em>bar</em></p>\n", - "example": 123, - "start_line": 2169, - "end_line": 2178, + "example": 125, + "start_line": 2201, + "end_line": 2210, "section": "HTML blocks" }, { "markdown": "<div id=\"foo\"\n*hi*\n", "html": "<div id=\"foo\"\n*hi*\n", - "example": 124, - "start_line": 2185, - "end_line": 2191, + "example": 126, + "start_line": 2217, + "end_line": 2223, "section": "HTML blocks" }, { "markdown": "<div class\nfoo\n", "html": "<div class\nfoo\n", - "example": 125, - "start_line": 2194, - "end_line": 2200, + "example": 127, + "start_line": 2226, + "end_line": 2232, "section": "HTML blocks" }, { "markdown": "<div *???-&&&-<---\n*foo*\n", "html": "<div *???-&&&-<---\n*foo*\n", - "example": 126, - "start_line": 2206, - "end_line": 2212, + "example": 128, + "start_line": 2238, + "end_line": 2244, "section": "HTML blocks" }, { "markdown": "<div><a href=\"bar\">*foo*</a></div>\n", "html": "<div><a href=\"bar\">*foo*</a></div>\n", - "example": 127, - "start_line": 2218, - "end_line": 2222, + "example": 129, + "start_line": 2250, + "end_line": 2254, "section": "HTML blocks" }, { "markdown": "<table><tr><td>\nfoo\n</td></tr></table>\n", "html": "<table><tr><td>\nfoo\n</td></tr></table>\n", - "example": 128, - "start_line": 2225, - "end_line": 2233, + "example": 130, + "start_line": 2257, + "end_line": 2265, "section": "HTML blocks" }, { "markdown": "<div></div>\n``` c\nint x = 33;\n```\n", "html": "<div></div>\n``` c\nint x = 33;\n```\n", - "example": 129, - "start_line": 2242, - "end_line": 2252, + "example": 131, + "start_line": 2274, + "end_line": 2284, "section": "HTML blocks" }, { "markdown": "<a href=\"foo\">\n*bar*\n</a>\n", "html": "<a href=\"foo\">\n*bar*\n</a>\n", - "example": 130, - "start_line": 2259, - "end_line": 2267, + "example": 132, + "start_line": 2291, + "end_line": 2299, "section": "HTML blocks" }, { "markdown": "<Warning>\n*bar*\n</Warning>\n", "html": "<Warning>\n*bar*\n</Warning>\n", - "example": 131, - "start_line": 2272, - "end_line": 2280, + "example": 133, + "start_line": 2304, + "end_line": 2312, "section": "HTML blocks" }, { "markdown": "<i class=\"foo\">\n*bar*\n</i>\n", "html": "<i class=\"foo\">\n*bar*\n</i>\n", - "example": 132, - "start_line": 2283, - "end_line": 2291, + "example": 134, + "start_line": 2315, + "end_line": 2323, "section": "HTML blocks" }, { "markdown": "</ins>\n*bar*\n", "html": "</ins>\n*bar*\n", - "example": 133, - "start_line": 2294, - "end_line": 2300, + "example": 135, + "start_line": 2326, + "end_line": 2332, "section": "HTML blocks" }, { "markdown": "<del>\n*foo*\n</del>\n", "html": "<del>\n*foo*\n</del>\n", - "example": 134, - "start_line": 2309, - "end_line": 2317, + "example": 136, + "start_line": 2341, + "end_line": 2349, "section": "HTML blocks" }, { "markdown": "<del>\n\n*foo*\n\n</del>\n", "html": "<del>\n<p><em>foo</em></p>\n</del>\n", - "example": 135, - "start_line": 2324, - "end_line": 2334, + "example": 137, + "start_line": 2356, + "end_line": 2366, "section": "HTML blocks" }, { "markdown": "<del>*foo*</del>\n", "html": "<p><del><em>foo</em></del></p>\n", - "example": 136, - "start_line": 2342, - "end_line": 2346, + "example": 138, + "start_line": 2374, + "end_line": 2378, "section": "HTML blocks" }, { "markdown": "<pre language=\"haskell\"><code>\nimport Text.HTML.TagSoup\n\nmain :: IO ()\nmain = print $ parseTags tags\n</code></pre>\nokay\n", "html": "<pre language=\"haskell\"><code>\nimport Text.HTML.TagSoup\n\nmain :: IO ()\nmain = print $ parseTags tags\n</code></pre>\n<p>okay</p>\n", - "example": 137, - "start_line": 2358, - "end_line": 2374, + "example": 139, + "start_line": 2390, + "end_line": 2406, "section": "HTML blocks" }, { "markdown": "<script type=\"text/javascript\">\n// JavaScript example\n\ndocument.getElementById(\"demo\").innerHTML = \"Hello JavaScript!\";\n</script>\nokay\n", "html": "<script type=\"text/javascript\">\n// JavaScript example\n\ndocument.getElementById(\"demo\").innerHTML = \"Hello JavaScript!\";\n</script>\n<p>okay</p>\n", - "example": 138, - "start_line": 2379, - "end_line": 2393, + "example": 140, + "start_line": 2411, + "end_line": 2425, "section": "HTML blocks" }, { "markdown": "<style\n type=\"text/css\">\nh1 {color:red;}\n\np {color:blue;}\n</style>\nokay\n", "html": "<style\n type=\"text/css\">\nh1 {color:red;}\n\np {color:blue;}\n</style>\n<p>okay</p>\n", - "example": 139, - "start_line": 2398, - "end_line": 2414, + "example": 141, + "start_line": 2430, + "end_line": 2446, "section": "HTML blocks" }, { "markdown": "<style\n type=\"text/css\">\n\nfoo\n", "html": "<style\n type=\"text/css\">\n\nfoo\n", - "example": 140, - "start_line": 2421, - "end_line": 2431, + "example": 142, + "start_line": 2453, + "end_line": 2463, "section": "HTML blocks" }, { "markdown": "> <div>\n> foo\n\nbar\n", "html": "<blockquote>\n<div>\nfoo\n</blockquote>\n<p>bar</p>\n", - "example": 141, - "start_line": 2434, - "end_line": 2445, + "example": 143, + "start_line": 2466, + "end_line": 2477, "section": "HTML blocks" }, { "markdown": "- <div>\n- foo\n", "html": "<ul>\n<li>\n<div>\n</li>\n<li>foo</li>\n</ul>\n", - "example": 142, - "start_line": 2448, - "end_line": 2458, + "example": 144, + "start_line": 2480, + "end_line": 2490, "section": "HTML blocks" }, { "markdown": "<style>p{color:red;}</style>\n*foo*\n", "html": "<style>p{color:red;}</style>\n<p><em>foo</em></p>\n", - "example": 143, - "start_line": 2463, - "end_line": 2469, + "example": 145, + "start_line": 2495, + "end_line": 2501, "section": "HTML blocks" }, { "markdown": "<!-- foo -->*bar*\n*baz*\n", "html": "<!-- foo -->*bar*\n<p><em>baz</em></p>\n", - "example": 144, - "start_line": 2472, - "end_line": 2478, + "example": 146, + "start_line": 2504, + "end_line": 2510, "section": "HTML blocks" }, { "markdown": "<script>\nfoo\n</script>1. *bar*\n", "html": "<script>\nfoo\n</script>1. *bar*\n", - "example": 145, - "start_line": 2484, - "end_line": 2492, + "example": 147, + "start_line": 2516, + "end_line": 2524, "section": "HTML blocks" }, { "markdown": "<!-- Foo\n\nbar\n baz -->\nokay\n", "html": "<!-- Foo\n\nbar\n baz -->\n<p>okay</p>\n", - "example": 146, - "start_line": 2497, - "end_line": 2509, + "example": 148, + "start_line": 2529, + "end_line": 2541, "section": "HTML blocks" }, { "markdown": "<?php\n\n echo '>';\n\n?>\nokay\n", "html": "<?php\n\n echo '>';\n\n?>\n<p>okay</p>\n", - "example": 147, - "start_line": 2515, - "end_line": 2529, + "example": 149, + "start_line": 2547, + "end_line": 2561, "section": "HTML blocks" }, { "markdown": "<!DOCTYPE html>\n", "html": "<!DOCTYPE html>\n", - "example": 148, - "start_line": 2534, - "end_line": 2538, + "example": 150, + "start_line": 2566, + "end_line": 2570, "section": "HTML blocks" }, { "markdown": "<![CDATA[\nfunction matchwo(a,b)\n{\n if (a < b && a < 0) then {\n return 1;\n\n } else {\n\n return 0;\n }\n}\n]]>\nokay\n", "html": "<![CDATA[\nfunction matchwo(a,b)\n{\n if (a < b && a < 0) then {\n return 1;\n\n } else {\n\n return 0;\n }\n}\n]]>\n<p>okay</p>\n", - "example": 149, - "start_line": 2543, - "end_line": 2571, + "example": 151, + "start_line": 2575, + "end_line": 2603, "section": "HTML blocks" }, { "markdown": " <!-- foo -->\n\n <!-- foo -->\n", "html": " <!-- foo -->\n<pre><code><!-- foo -->\n</code></pre>\n", - "example": 150, - "start_line": 2576, - "end_line": 2584, + "example": 152, + "start_line": 2608, + "end_line": 2616, "section": "HTML blocks" }, { "markdown": " <div>\n\n <div>\n", "html": " <div>\n<pre><code><div>\n</code></pre>\n", - "example": 151, - "start_line": 2587, - "end_line": 2595, + "example": 153, + "start_line": 2619, + "end_line": 2627, "section": "HTML blocks" }, { "markdown": "Foo\n<div>\nbar\n</div>\n", "html": "<p>Foo</p>\n<div>\nbar\n</div>\n", - "example": 152, - "start_line": 2601, - "end_line": 2611, + "example": 154, + "start_line": 2633, + "end_line": 2643, "section": "HTML blocks" }, { "markdown": "<div>\nbar\n</div>\n*foo*\n", "html": "<div>\nbar\n</div>\n*foo*\n", - "example": 153, - "start_line": 2617, - "end_line": 2627, + "example": 155, + "start_line": 2650, + "end_line": 2660, "section": "HTML blocks" }, { "markdown": "Foo\n<a href=\"bar\">\nbaz\n", "html": "<p>Foo\n<a href=\"bar\">\nbaz</p>\n", - "example": 154, - "start_line": 2632, - "end_line": 2640, + "example": 156, + "start_line": 2665, + "end_line": 2673, "section": "HTML blocks" }, { "markdown": "<div>\n\n*Emphasized* text.\n\n</div>\n", "html": "<div>\n<p><em>Emphasized</em> text.</p>\n</div>\n", - "example": 155, - "start_line": 2673, - "end_line": 2683, + "example": 157, + "start_line": 2706, + "end_line": 2716, "section": "HTML blocks" }, { "markdown": "<div>\n*Emphasized* text.\n</div>\n", "html": "<div>\n*Emphasized* text.\n</div>\n", - "example": 156, - "start_line": 2686, - "end_line": 2694, + "example": 158, + "start_line": 2719, + "end_line": 2727, "section": "HTML blocks" }, { "markdown": "<table>\n\n<tr>\n\n<td>\nHi\n</td>\n\n</tr>\n\n</table>\n", "html": "<table>\n<tr>\n<td>\nHi\n</td>\n</tr>\n</table>\n", - "example": 157, - "start_line": 2708, - "end_line": 2728, + "example": 159, + "start_line": 2741, + "end_line": 2761, "section": "HTML blocks" }, { "markdown": "<table>\n\n <tr>\n\n <td>\n Hi\n </td>\n\n </tr>\n\n</table>\n", "html": "<table>\n <tr>\n<pre><code><td>\n Hi\n</td>\n</code></pre>\n </tr>\n</table>\n", - "example": 158, - "start_line": 2735, - "end_line": 2756, + "example": 160, + "start_line": 2768, + "end_line": 2789, "section": "HTML blocks" }, { "markdown": "[foo]: /url \"title\"\n\n[foo]\n", "html": "<p><a href=\"/url\" title=\"title\">foo</a></p>\n", - "example": 159, - "start_line": 2783, - "end_line": 2789, + "example": 161, + "start_line": 2816, + "end_line": 2822, "section": "Link reference definitions" }, { "markdown": " [foo]: \n /url \n 'the title' \n\n[foo]\n", "html": "<p><a href=\"/url\" title=\"the title\">foo</a></p>\n", - "example": 160, - "start_line": 2792, - "end_line": 2800, + "example": 162, + "start_line": 2825, + "end_line": 2833, "section": "Link reference definitions" }, { "markdown": "[Foo*bar\\]]:my_(url) 'title (with parens)'\n\n[Foo*bar\\]]\n", "html": "<p><a href=\"my_(url)\" title=\"title (with parens)\">Foo*bar]</a></p>\n", - "example": 161, - "start_line": 2803, - "end_line": 2809, + "example": 163, + "start_line": 2836, + "end_line": 2842, "section": "Link reference definitions" }, { - "markdown": "[Foo bar]:\n<my%20url>\n'title'\n\n[Foo bar]\n", + "markdown": "[Foo bar]:\n<my url>\n'title'\n\n[Foo bar]\n", "html": "<p><a href=\"my%20url\" title=\"title\">Foo bar</a></p>\n", - "example": 162, - "start_line": 2812, - "end_line": 2820, + "example": 164, + "start_line": 2845, + "end_line": 2853, "section": "Link reference definitions" }, { "markdown": "[foo]: /url '\ntitle\nline1\nline2\n'\n\n[foo]\n", "html": "<p><a href=\"/url\" title=\"\ntitle\nline1\nline2\n\">foo</a></p>\n", - "example": 163, - "start_line": 2825, - "end_line": 2839, + "example": 165, + "start_line": 2858, + "end_line": 2872, "section": "Link reference definitions" }, { "markdown": "[foo]: /url 'title\n\nwith blank line'\n\n[foo]\n", "html": "<p>[foo]: /url 'title</p>\n<p>with blank line'</p>\n<p>[foo]</p>\n", - "example": 164, - "start_line": 2844, - "end_line": 2854, + "example": 166, + "start_line": 2877, + "end_line": 2887, "section": "Link reference definitions" }, { "markdown": "[foo]:\n/url\n\n[foo]\n", "html": "<p><a href=\"/url\">foo</a></p>\n", - "example": 165, - "start_line": 2859, - "end_line": 2866, + "example": 167, + "start_line": 2892, + "end_line": 2899, "section": "Link reference definitions" }, { "markdown": "[foo]:\n\n[foo]\n", "html": "<p>[foo]:</p>\n<p>[foo]</p>\n", - "example": 166, - "start_line": 2871, - "end_line": 2878, + "example": 168, + "start_line": 2904, + "end_line": 2911, + "section": "Link reference definitions" + }, + { + "markdown": "[foo]: <>\n\n[foo]\n", + "html": "<p><a href=\"\">foo</a></p>\n", + "example": 169, + "start_line": 2916, + "end_line": 2922, + "section": "Link reference definitions" + }, + { + "markdown": "[foo]: <bar>(baz)\n\n[foo]\n", + "html": "<p>[foo]: <bar>(baz)</p>\n<p>[foo]</p>\n", + "example": 170, + "start_line": 2927, + "end_line": 2934, "section": "Link reference definitions" }, { "markdown": "[foo]: /url\\bar\\*baz \"foo\\\"bar\\baz\"\n\n[foo]\n", "html": "<p><a href=\"/url%5Cbar*baz\" title=\"foo"bar\\baz\">foo</a></p>\n", - "example": 167, - "start_line": 2884, - "end_line": 2890, + "example": 171, + "start_line": 2940, + "end_line": 2946, "section": "Link reference definitions" }, { "markdown": "[foo]\n\n[foo]: url\n", "html": "<p><a href=\"url\">foo</a></p>\n", - "example": 168, - "start_line": 2895, - "end_line": 2901, + "example": 172, + "start_line": 2951, + "end_line": 2957, "section": "Link reference definitions" }, { "markdown": "[foo]\n\n[foo]: first\n[foo]: second\n", "html": "<p><a href=\"first\">foo</a></p>\n", - "example": 169, - "start_line": 2907, - "end_line": 2914, + "example": 173, + "start_line": 2963, + "end_line": 2970, "section": "Link reference definitions" }, { "markdown": "[FOO]: /url\n\n[Foo]\n", "html": "<p><a href=\"/url\">Foo</a></p>\n", - "example": 170, - "start_line": 2920, - "end_line": 2926, + "example": 174, + "start_line": 2976, + "end_line": 2982, "section": "Link reference definitions" }, { "markdown": "[ΑΓΩ]: /φου\n\n[αγω]\n", "html": "<p><a href=\"/%CF%86%CE%BF%CF%85\">αγω</a></p>\n", - "example": 171, - "start_line": 2929, - "end_line": 2935, + "example": 175, + "start_line": 2985, + "end_line": 2991, "section": "Link reference definitions" }, { "markdown": "[foo]: /url\n", "html": "", - "example": 172, - "start_line": 2941, - "end_line": 2944, + "example": 176, + "start_line": 2997, + "end_line": 3000, "section": "Link reference definitions" }, { "markdown": "[\nfoo\n]: /url\nbar\n", "html": "<p>bar</p>\n", - "example": 173, - "start_line": 2949, - "end_line": 2956, + "example": 177, + "start_line": 3005, + "end_line": 3012, "section": "Link reference definitions" }, { "markdown": "[foo]: /url \"title\" ok\n", "html": "<p>[foo]: /url "title" ok</p>\n", - "example": 174, - "start_line": 2962, - "end_line": 2966, + "example": 178, + "start_line": 3018, + "end_line": 3022, "section": "Link reference definitions" }, { "markdown": "[foo]: /url\n\"title\" ok\n", "html": "<p>"title" ok</p>\n", - "example": 175, - "start_line": 2971, - "end_line": 2976, + "example": 179, + "start_line": 3027, + "end_line": 3032, "section": "Link reference definitions" }, { "markdown": " [foo]: /url \"title\"\n\n[foo]\n", "html": "<pre><code>[foo]: /url "title"\n</code></pre>\n<p>[foo]</p>\n", - "example": 176, - "start_line": 2982, - "end_line": 2990, + "example": 180, + "start_line": 3038, + "end_line": 3046, "section": "Link reference definitions" }, { "markdown": "```\n[foo]: /url\n```\n\n[foo]\n", "html": "<pre><code>[foo]: /url\n</code></pre>\n<p>[foo]</p>\n", - "example": 177, - "start_line": 2996, - "end_line": 3006, + "example": 181, + "start_line": 3052, + "end_line": 3062, "section": "Link reference definitions" }, { "markdown": "Foo\n[bar]: /baz\n\n[bar]\n", "html": "<p>Foo\n[bar]: /baz</p>\n<p>[bar]</p>\n", - "example": 178, - "start_line": 3011, - "end_line": 3020, + "example": 182, + "start_line": 3067, + "end_line": 3076, "section": "Link reference definitions" }, { "markdown": "# [Foo]\n[foo]: /url\n> bar\n", "html": "<h1><a href=\"/url\">Foo</a></h1>\n<blockquote>\n<p>bar</p>\n</blockquote>\n", - "example": 179, - "start_line": 3026, - "end_line": 3035, + "example": 183, + "start_line": 3082, + "end_line": 3091, + "section": "Link reference definitions" + }, + { + "markdown": "[foo]: /url\nbar\n===\n[foo]\n", + "html": "<h1>bar</h1>\n<p><a href=\"/url\">foo</a></p>\n", + "example": 184, + "start_line": 3093, + "end_line": 3101, + "section": "Link reference definitions" + }, + { + "markdown": "[foo]: /url\n===\n[foo]\n", + "html": "<p>===\n<a href=\"/url\">foo</a></p>\n", + "example": 185, + "start_line": 3103, + "end_line": 3110, "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": "<p><a href=\"/foo-url\" title=\"foo\">foo</a>,\n<a href=\"/bar-url\" title=\"bar\">bar</a>,\n<a href=\"/baz-url\">baz</a></p>\n", - "example": 180, - "start_line": 3041, - "end_line": 3054, + "example": 186, + "start_line": 3116, + "end_line": 3129, "section": "Link reference definitions" }, { "markdown": "[foo]\n\n> [foo]: /url\n", "html": "<p><a href=\"/url\">foo</a></p>\n<blockquote>\n</blockquote>\n", - "example": 181, - "start_line": 3062, - "end_line": 3070, + "example": 187, + "start_line": 3137, + "end_line": 3145, + "section": "Link reference definitions" + }, + { + "markdown": "[foo]: /url\n", + "html": "", + "example": 188, + "start_line": 3154, + "end_line": 3157, "section": "Link reference definitions" }, { "markdown": "aaa\n\nbbb\n", "html": "<p>aaa</p>\n<p>bbb</p>\n", - "example": 182, - "start_line": 3085, - "end_line": 3092, + "example": 189, + "start_line": 3171, + "end_line": 3178, "section": "Paragraphs" }, { "markdown": "aaa\nbbb\n\nccc\nddd\n", "html": "<p>aaa\nbbb</p>\n<p>ccc\nddd</p>\n", - "example": 183, - "start_line": 3097, - "end_line": 3108, + "example": 190, + "start_line": 3183, + "end_line": 3194, "section": "Paragraphs" }, { "markdown": "aaa\n\n\nbbb\n", "html": "<p>aaa</p>\n<p>bbb</p>\n", - "example": 184, - "start_line": 3113, - "end_line": 3121, + "example": 191, + "start_line": 3199, + "end_line": 3207, "section": "Paragraphs" }, { "markdown": " aaa\n bbb\n", "html": "<p>aaa\nbbb</p>\n", - "example": 185, - "start_line": 3126, - "end_line": 3132, + "example": 192, + "start_line": 3212, + "end_line": 3218, "section": "Paragraphs" }, { "markdown": "aaa\n bbb\n ccc\n", "html": "<p>aaa\nbbb\nccc</p>\n", - "example": 186, - "start_line": 3138, - "end_line": 3146, + "example": 193, + "start_line": 3224, + "end_line": 3232, "section": "Paragraphs" }, { "markdown": " aaa\nbbb\n", "html": "<p>aaa\nbbb</p>\n", - "example": 187, - "start_line": 3152, - "end_line": 3158, + "example": 194, + "start_line": 3238, + "end_line": 3244, "section": "Paragraphs" }, { "markdown": " aaa\nbbb\n", "html": "<pre><code>aaa\n</code></pre>\n<p>bbb</p>\n", - "example": 188, - "start_line": 3161, - "end_line": 3168, + "example": 195, + "start_line": 3247, + "end_line": 3254, "section": "Paragraphs" }, { "markdown": "aaa \nbbb \n", "html": "<p>aaa<br />\nbbb</p>\n", - "example": 189, - "start_line": 3175, - "end_line": 3181, + "example": 196, + "start_line": 3261, + "end_line": 3267, "section": "Paragraphs" }, { "markdown": " \n\naaa\n \n\n# aaa\n\n \n", "html": "<p>aaa</p>\n<h1>aaa</h1>\n", - "example": 190, - "start_line": 3192, - "end_line": 3204, + "example": 197, + "start_line": 3278, + "end_line": 3290, "section": "Blank lines" }, { "markdown": "> # Foo\n> bar\n> baz\n", "html": "<blockquote>\n<h1>Foo</h1>\n<p>bar\nbaz</p>\n</blockquote>\n", - "example": 191, - "start_line": 3258, - "end_line": 3268, + "example": 198, + "start_line": 3344, + "end_line": 3354, "section": "Block quotes" }, { "markdown": "># Foo\n>bar\n> baz\n", "html": "<blockquote>\n<h1>Foo</h1>\n<p>bar\nbaz</p>\n</blockquote>\n", - "example": 192, - "start_line": 3273, - "end_line": 3283, + "example": 199, + "start_line": 3359, + "end_line": 3369, "section": "Block quotes" }, { "markdown": " > # Foo\n > bar\n > baz\n", "html": "<blockquote>\n<h1>Foo</h1>\n<p>bar\nbaz</p>\n</blockquote>\n", - "example": 193, - "start_line": 3288, - "end_line": 3298, + "example": 200, + "start_line": 3374, + "end_line": 3384, "section": "Block quotes" }, { "markdown": " > # Foo\n > bar\n > baz\n", "html": "<pre><code>> # Foo\n> bar\n> baz\n</code></pre>\n", - "example": 194, - "start_line": 3303, - "end_line": 3312, + "example": 201, + "start_line": 3389, + "end_line": 3398, "section": "Block quotes" }, { "markdown": "> # Foo\n> bar\nbaz\n", "html": "<blockquote>\n<h1>Foo</h1>\n<p>bar\nbaz</p>\n</blockquote>\n", - "example": 195, - "start_line": 3318, - "end_line": 3328, + "example": 202, + "start_line": 3404, + "end_line": 3414, "section": "Block quotes" }, { "markdown": "> bar\nbaz\n> foo\n", "html": "<blockquote>\n<p>bar\nbaz\nfoo</p>\n</blockquote>\n", - "example": 196, - "start_line": 3334, - "end_line": 3344, + "example": 203, + "start_line": 3420, + "end_line": 3430, "section": "Block quotes" }, { "markdown": "> foo\n---\n", "html": "<blockquote>\n<p>foo</p>\n</blockquote>\n<hr />\n", - "example": 197, - "start_line": 3358, - "end_line": 3366, + "example": 204, + "start_line": 3444, + "end_line": 3452, "section": "Block quotes" }, { "markdown": "> - foo\n- bar\n", "html": "<blockquote>\n<ul>\n<li>foo</li>\n</ul>\n</blockquote>\n<ul>\n<li>bar</li>\n</ul>\n", - "example": 198, - "start_line": 3378, - "end_line": 3390, + "example": 205, + "start_line": 3464, + "end_line": 3476, "section": "Block quotes" }, { "markdown": "> foo\n bar\n", "html": "<blockquote>\n<pre><code>foo\n</code></pre>\n</blockquote>\n<pre><code>bar\n</code></pre>\n", - "example": 199, - "start_line": 3396, - "end_line": 3406, + "example": 206, + "start_line": 3482, + "end_line": 3492, "section": "Block quotes" }, { "markdown": "> ```\nfoo\n```\n", "html": "<blockquote>\n<pre><code></code></pre>\n</blockquote>\n<p>foo</p>\n<pre><code></code></pre>\n", - "example": 200, - "start_line": 3409, - "end_line": 3419, + "example": 207, + "start_line": 3495, + "end_line": 3505, "section": "Block quotes" }, { "markdown": "> foo\n - bar\n", "html": "<blockquote>\n<p>foo\n- bar</p>\n</blockquote>\n", - "example": 201, - "start_line": 3425, - "end_line": 3433, + "example": 208, + "start_line": 3511, + "end_line": 3519, "section": "Block quotes" }, { "markdown": ">\n", "html": "<blockquote>\n</blockquote>\n", - "example": 202, - "start_line": 3449, - "end_line": 3454, + "example": 209, + "start_line": 3535, + "end_line": 3540, "section": "Block quotes" }, { "markdown": ">\n> \n> \n", "html": "<blockquote>\n</blockquote>\n", - "example": 203, - "start_line": 3457, - "end_line": 3464, + "example": 210, + "start_line": 3543, + "end_line": 3550, "section": "Block quotes" }, { "markdown": ">\n> foo\n> \n", "html": "<blockquote>\n<p>foo</p>\n</blockquote>\n", - "example": 204, - "start_line": 3469, - "end_line": 3477, + "example": 211, + "start_line": 3555, + "end_line": 3563, "section": "Block quotes" }, { "markdown": "> foo\n\n> bar\n", "html": "<blockquote>\n<p>foo</p>\n</blockquote>\n<blockquote>\n<p>bar</p>\n</blockquote>\n", - "example": 205, - "start_line": 3482, - "end_line": 3493, + "example": 212, + "start_line": 3568, + "end_line": 3579, "section": "Block quotes" }, { "markdown": "> foo\n> bar\n", "html": "<blockquote>\n<p>foo\nbar</p>\n</blockquote>\n", - "example": 206, - "start_line": 3504, - "end_line": 3512, + "example": 213, + "start_line": 3590, + "end_line": 3598, "section": "Block quotes" }, { "markdown": "> foo\n>\n> bar\n", "html": "<blockquote>\n<p>foo</p>\n<p>bar</p>\n</blockquote>\n", - "example": 207, - "start_line": 3517, - "end_line": 3526, + "example": 214, + "start_line": 3603, + "end_line": 3612, "section": "Block quotes" }, { "markdown": "foo\n> bar\n", "html": "<p>foo</p>\n<blockquote>\n<p>bar</p>\n</blockquote>\n", - "example": 208, - "start_line": 3531, - "end_line": 3539, + "example": 215, + "start_line": 3617, + "end_line": 3625, "section": "Block quotes" }, { "markdown": "> aaa\n***\n> bbb\n", "html": "<blockquote>\n<p>aaa</p>\n</blockquote>\n<hr />\n<blockquote>\n<p>bbb</p>\n</blockquote>\n", - "example": 209, - "start_line": 3545, - "end_line": 3557, + "example": 216, + "start_line": 3631, + "end_line": 3643, "section": "Block quotes" }, { "markdown": "> bar\nbaz\n", "html": "<blockquote>\n<p>bar\nbaz</p>\n</blockquote>\n", - "example": 210, - "start_line": 3563, - "end_line": 3571, + "example": 217, + "start_line": 3649, + "end_line": 3657, "section": "Block quotes" }, { "markdown": "> bar\n\nbaz\n", "html": "<blockquote>\n<p>bar</p>\n</blockquote>\n<p>baz</p>\n", - "example": 211, - "start_line": 3574, - "end_line": 3583, + "example": 218, + "start_line": 3660, + "end_line": 3669, "section": "Block quotes" }, { "markdown": "> bar\n>\nbaz\n", "html": "<blockquote>\n<p>bar</p>\n</blockquote>\n<p>baz</p>\n", - "example": 212, - "start_line": 3586, - "end_line": 3595, + "example": 219, + "start_line": 3672, + "end_line": 3681, "section": "Block quotes" }, { "markdown": "> > > foo\nbar\n", "html": "<blockquote>\n<blockquote>\n<blockquote>\n<p>foo\nbar</p>\n</blockquote>\n</blockquote>\n</blockquote>\n", - "example": 213, - "start_line": 3602, - "end_line": 3614, + "example": 220, + "start_line": 3688, + "end_line": 3700, "section": "Block quotes" }, { "markdown": ">>> foo\n> bar\n>>baz\n", "html": "<blockquote>\n<blockquote>\n<blockquote>\n<p>foo\nbar\nbaz</p>\n</blockquote>\n</blockquote>\n</blockquote>\n", - "example": 214, - "start_line": 3617, - "end_line": 3631, + "example": 221, + "start_line": 3703, + "end_line": 3717, "section": "Block quotes" }, { "markdown": "> code\n\n> not code\n", "html": "<blockquote>\n<pre><code>code\n</code></pre>\n</blockquote>\n<blockquote>\n<p>not code</p>\n</blockquote>\n", - "example": 215, - "start_line": 3639, - "end_line": 3651, + "example": 222, + "start_line": 3725, + "end_line": 3737, "section": "Block quotes" }, { "markdown": "A paragraph\nwith two lines.\n\n indented code\n\n> A block quote.\n", "html": "<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n", - "example": 216, - "start_line": 3694, - "end_line": 3709, + "example": 223, + "start_line": 3779, + "end_line": 3794, "section": "List items" }, { "markdown": "1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n", "html": "<ol>\n<li>\n<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n</li>\n</ol>\n", - "example": 217, - "start_line": 3716, - "end_line": 3735, + "example": 224, + "start_line": 3801, + "end_line": 3820, "section": "List items" }, { "markdown": "- one\n\n two\n", "html": "<ul>\n<li>one</li>\n</ul>\n<p>two</p>\n", - "example": 218, - "start_line": 3749, - "end_line": 3758, + "example": 225, + "start_line": 3834, + "end_line": 3843, "section": "List items" }, { "markdown": "- one\n\n two\n", "html": "<ul>\n<li>\n<p>one</p>\n<p>two</p>\n</li>\n</ul>\n", - "example": 219, - "start_line": 3761, - "end_line": 3772, + "example": 226, + "start_line": 3846, + "end_line": 3857, "section": "List items" }, { "markdown": " - one\n\n two\n", "html": "<ul>\n<li>one</li>\n</ul>\n<pre><code> two\n</code></pre>\n", - "example": 220, - "start_line": 3775, - "end_line": 3785, + "example": 227, + "start_line": 3860, + "end_line": 3870, "section": "List items" }, { "markdown": " - one\n\n two\n", "html": "<ul>\n<li>\n<p>one</p>\n<p>two</p>\n</li>\n</ul>\n", - "example": 221, - "start_line": 3788, - "end_line": 3799, + "example": 228, + "start_line": 3873, + "end_line": 3884, "section": "List items" }, { "markdown": " > > 1. one\n>>\n>> two\n", "html": "<blockquote>\n<blockquote>\n<ol>\n<li>\n<p>one</p>\n<p>two</p>\n</li>\n</ol>\n</blockquote>\n</blockquote>\n", - "example": 222, - "start_line": 3810, - "end_line": 3825, + "example": 229, + "start_line": 3895, + "end_line": 3910, "section": "List items" }, { "markdown": ">>- one\n>>\n > > two\n", "html": "<blockquote>\n<blockquote>\n<ul>\n<li>one</li>\n</ul>\n<p>two</p>\n</blockquote>\n</blockquote>\n", - "example": 223, - "start_line": 3837, - "end_line": 3850, + "example": 230, + "start_line": 3922, + "end_line": 3935, "section": "List items" }, { "markdown": "-one\n\n2.two\n", "html": "<p>-one</p>\n<p>2.two</p>\n", - "example": 224, - "start_line": 3856, - "end_line": 3863, + "example": 231, + "start_line": 3941, + "end_line": 3948, "section": "List items" }, { "markdown": "- foo\n\n\n bar\n", "html": "<ul>\n<li>\n<p>foo</p>\n<p>bar</p>\n</li>\n</ul>\n", - "example": 225, - "start_line": 3869, - "end_line": 3881, + "example": 232, + "start_line": 3954, + "end_line": 3966, "section": "List items" }, { "markdown": "1. foo\n\n ```\n bar\n ```\n\n baz\n\n > bam\n", "html": "<ol>\n<li>\n<p>foo</p>\n<pre><code>bar\n</code></pre>\n<p>baz</p>\n<blockquote>\n<p>bam</p>\n</blockquote>\n</li>\n</ol>\n", - "example": 226, - "start_line": 3886, - "end_line": 3908, + "example": 233, + "start_line": 3971, + "end_line": 3993, "section": "List items" }, { "markdown": "- Foo\n\n bar\n\n\n baz\n", "html": "<ul>\n<li>\n<p>Foo</p>\n<pre><code>bar\n\n\nbaz\n</code></pre>\n</li>\n</ul>\n", - "example": 227, - "start_line": 3914, - "end_line": 3932, + "example": 234, + "start_line": 3999, + "end_line": 4017, "section": "List items" }, { "markdown": "123456789. ok\n", "html": "<ol start=\"123456789\">\n<li>ok</li>\n</ol>\n", - "example": 228, - "start_line": 3936, - "end_line": 3942, + "example": 235, + "start_line": 4021, + "end_line": 4027, "section": "List items" }, { "markdown": "1234567890. not ok\n", "html": "<p>1234567890. not ok</p>\n", - "example": 229, - "start_line": 3945, - "end_line": 3949, + "example": 236, + "start_line": 4030, + "end_line": 4034, "section": "List items" }, { "markdown": "0. ok\n", "html": "<ol start=\"0\">\n<li>ok</li>\n</ol>\n", - "example": 230, - "start_line": 3954, - "end_line": 3960, + "example": 237, + "start_line": 4039, + "end_line": 4045, "section": "List items" }, { "markdown": "003. ok\n", "html": "<ol start=\"3\">\n<li>ok</li>\n</ol>\n", - "example": 231, - "start_line": 3963, - "end_line": 3969, + "example": 238, + "start_line": 4048, + "end_line": 4054, "section": "List items" }, { "markdown": "-1. not ok\n", "html": "<p>-1. not ok</p>\n", - "example": 232, - "start_line": 3974, - "end_line": 3978, + "example": 239, + "start_line": 4059, + "end_line": 4063, "section": "List items" }, { "markdown": "- foo\n\n bar\n", "html": "<ul>\n<li>\n<p>foo</p>\n<pre><code>bar\n</code></pre>\n</li>\n</ul>\n", - "example": 233, - "start_line": 3998, - "end_line": 4010, + "example": 240, + "start_line": 4082, + "end_line": 4094, "section": "List items" }, { "markdown": " 10. foo\n\n bar\n", "html": "<ol start=\"10\">\n<li>\n<p>foo</p>\n<pre><code>bar\n</code></pre>\n</li>\n</ol>\n", - "example": 234, - "start_line": 4015, - "end_line": 4027, + "example": 241, + "start_line": 4099, + "end_line": 4111, "section": "List items" }, { "markdown": " indented code\n\nparagraph\n\n more code\n", "html": "<pre><code>indented code\n</code></pre>\n<p>paragraph</p>\n<pre><code>more code\n</code></pre>\n", - "example": 235, - "start_line": 4034, - "end_line": 4046, + "example": 242, + "start_line": 4118, + "end_line": 4130, "section": "List items" }, { "markdown": "1. indented code\n\n paragraph\n\n more code\n", "html": "<ol>\n<li>\n<pre><code>indented code\n</code></pre>\n<p>paragraph</p>\n<pre><code>more code\n</code></pre>\n</li>\n</ol>\n", - "example": 236, - "start_line": 4049, - "end_line": 4065, + "example": 243, + "start_line": 4133, + "end_line": 4149, "section": "List items" }, { "markdown": "1. indented code\n\n paragraph\n\n more code\n", "html": "<ol>\n<li>\n<pre><code> indented code\n</code></pre>\n<p>paragraph</p>\n<pre><code>more code\n</code></pre>\n</li>\n</ol>\n", - "example": 237, - "start_line": 4071, - "end_line": 4087, + "example": 244, + "start_line": 4155, + "end_line": 4171, "section": "List items" }, { "markdown": " foo\n\nbar\n", "html": "<p>foo</p>\n<p>bar</p>\n", - "example": 238, - "start_line": 4098, - "end_line": 4105, + "example": 245, + "start_line": 4182, + "end_line": 4189, "section": "List items" }, { "markdown": "- foo\n\n bar\n", "html": "<ul>\n<li>foo</li>\n</ul>\n<p>bar</p>\n", - "example": 239, - "start_line": 4108, - "end_line": 4117, + "example": 246, + "start_line": 4192, + "end_line": 4201, "section": "List items" }, { "markdown": "- foo\n\n bar\n", "html": "<ul>\n<li>\n<p>foo</p>\n<p>bar</p>\n</li>\n</ul>\n", - "example": 240, - "start_line": 4125, - "end_line": 4136, + "example": 247, + "start_line": 4209, + "end_line": 4220, "section": "List items" }, { "markdown": "-\n foo\n-\n ```\n bar\n ```\n-\n baz\n", "html": "<ul>\n<li>foo</li>\n<li>\n<pre><code>bar\n</code></pre>\n</li>\n<li>\n<pre><code>baz\n</code></pre>\n</li>\n</ul>\n", - "example": 241, - "start_line": 4153, - "end_line": 4174, + "example": 248, + "start_line": 4237, + "end_line": 4258, "section": "List items" }, { "markdown": "- \n foo\n", "html": "<ul>\n<li>foo</li>\n</ul>\n", - "example": 242, - "start_line": 4179, - "end_line": 4186, + "example": 249, + "start_line": 4263, + "end_line": 4270, "section": "List items" }, { "markdown": "-\n\n foo\n", "html": "<ul>\n<li></li>\n</ul>\n<p>foo</p>\n", - "example": 243, - "start_line": 4193, - "end_line": 4202, + "example": 250, + "start_line": 4277, + "end_line": 4286, "section": "List items" }, { "markdown": "- foo\n-\n- bar\n", "html": "<ul>\n<li>foo</li>\n<li></li>\n<li>bar</li>\n</ul>\n", - "example": 244, - "start_line": 4207, - "end_line": 4217, + "example": 251, + "start_line": 4291, + "end_line": 4301, "section": "List items" }, { "markdown": "- foo\n- \n- bar\n", "html": "<ul>\n<li>foo</li>\n<li></li>\n<li>bar</li>\n</ul>\n", - "example": 245, - "start_line": 4222, - "end_line": 4232, + "example": 252, + "start_line": 4306, + "end_line": 4316, "section": "List items" }, { "markdown": "1. foo\n2.\n3. bar\n", "html": "<ol>\n<li>foo</li>\n<li></li>\n<li>bar</li>\n</ol>\n", - "example": 246, - "start_line": 4237, - "end_line": 4247, + "example": 253, + "start_line": 4321, + "end_line": 4331, "section": "List items" }, { "markdown": "*\n", "html": "<ul>\n<li></li>\n</ul>\n", - "example": 247, - "start_line": 4252, - "end_line": 4258, + "example": 254, + "start_line": 4336, + "end_line": 4342, "section": "List items" }, { "markdown": "foo\n*\n\nfoo\n1.\n", "html": "<p>foo\n*</p>\n<p>foo\n1.</p>\n", - "example": 248, - "start_line": 4262, - "end_line": 4273, + "example": 255, + "start_line": 4346, + "end_line": 4357, "section": "List items" }, { "markdown": " 1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n", "html": "<ol>\n<li>\n<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n</li>\n</ol>\n", - "example": 249, - "start_line": 4284, - "end_line": 4303, + "example": 256, + "start_line": 4368, + "end_line": 4387, "section": "List items" }, { "markdown": " 1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n", "html": "<ol>\n<li>\n<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n</li>\n</ol>\n", - "example": 250, - "start_line": 4308, - "end_line": 4327, + "example": 257, + "start_line": 4392, + "end_line": 4411, "section": "List items" }, { "markdown": " 1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n", "html": "<ol>\n<li>\n<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n</li>\n</ol>\n", - "example": 251, - "start_line": 4332, - "end_line": 4351, + "example": 258, + "start_line": 4416, + "end_line": 4435, "section": "List items" }, { "markdown": " 1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n", "html": "<pre><code>1. A paragraph\n with two lines.\n\n indented code\n\n > A block quote.\n</code></pre>\n", - "example": 252, - "start_line": 4356, - "end_line": 4371, + "example": 259, + "start_line": 4440, + "end_line": 4455, "section": "List items" }, { "markdown": " 1. A paragraph\nwith two lines.\n\n indented code\n\n > A block quote.\n", "html": "<ol>\n<li>\n<p>A paragraph\nwith two lines.</p>\n<pre><code>indented code\n</code></pre>\n<blockquote>\n<p>A block quote.</p>\n</blockquote>\n</li>\n</ol>\n", - "example": 253, - "start_line": 4386, - "end_line": 4405, + "example": 260, + "start_line": 4470, + "end_line": 4489, "section": "List items" }, { "markdown": " 1. A paragraph\n with two lines.\n", "html": "<ol>\n<li>A paragraph\nwith two lines.</li>\n</ol>\n", - "example": 254, - "start_line": 4410, - "end_line": 4418, + "example": 261, + "start_line": 4494, + "end_line": 4502, "section": "List items" }, { "markdown": "> 1. > Blockquote\ncontinued here.\n", "html": "<blockquote>\n<ol>\n<li>\n<blockquote>\n<p>Blockquote\ncontinued here.</p>\n</blockquote>\n</li>\n</ol>\n</blockquote>\n", - "example": 255, - "start_line": 4423, - "end_line": 4437, + "example": 262, + "start_line": 4507, + "end_line": 4521, "section": "List items" }, { "markdown": "> 1. > Blockquote\n> continued here.\n", "html": "<blockquote>\n<ol>\n<li>\n<blockquote>\n<p>Blockquote\ncontinued here.</p>\n</blockquote>\n</li>\n</ol>\n</blockquote>\n", - "example": 256, - "start_line": 4440, - "end_line": 4454, + "example": 263, + "start_line": 4524, + "end_line": 4538, "section": "List items" }, { "markdown": "- foo\n - bar\n - baz\n - boo\n", "html": "<ul>\n<li>foo\n<ul>\n<li>bar\n<ul>\n<li>baz\n<ul>\n<li>boo</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n", - "example": 257, - "start_line": 4467, - "end_line": 4488, + "example": 264, + "start_line": 4552, + "end_line": 4573, "section": "List items" }, { "markdown": "- foo\n - bar\n - baz\n - boo\n", "html": "<ul>\n<li>foo</li>\n<li>bar</li>\n<li>baz</li>\n<li>boo</li>\n</ul>\n", - "example": 258, - "start_line": 4493, - "end_line": 4505, + "example": 265, + "start_line": 4578, + "end_line": 4590, "section": "List items" }, { "markdown": "10) foo\n - bar\n", "html": "<ol start=\"10\">\n<li>foo\n<ul>\n<li>bar</li>\n</ul>\n</li>\n</ol>\n", - "example": 259, - "start_line": 4510, - "end_line": 4521, + "example": 266, + "start_line": 4595, + "end_line": 4606, "section": "List items" }, { "markdown": "10) foo\n - bar\n", "html": "<ol start=\"10\">\n<li>foo</li>\n</ol>\n<ul>\n<li>bar</li>\n</ul>\n", - "example": 260, - "start_line": 4526, - "end_line": 4536, + "example": 267, + "start_line": 4611, + "end_line": 4621, "section": "List items" }, { "markdown": "- - foo\n", "html": "<ul>\n<li>\n<ul>\n<li>foo</li>\n</ul>\n</li>\n</ul>\n", - "example": 261, - "start_line": 4541, - "end_line": 4551, + "example": 268, + "start_line": 4626, + "end_line": 4636, "section": "List items" }, { "markdown": "1. - 2. foo\n", "html": "<ol>\n<li>\n<ul>\n<li>\n<ol start=\"2\">\n<li>foo</li>\n</ol>\n</li>\n</ul>\n</li>\n</ol>\n", - "example": 262, - "start_line": 4554, - "end_line": 4568, + "example": 269, + "start_line": 4639, + "end_line": 4653, "section": "List items" }, { "markdown": "- # Foo\n- Bar\n ---\n baz\n", "html": "<ul>\n<li>\n<h1>Foo</h1>\n</li>\n<li>\n<h2>Bar</h2>\nbaz</li>\n</ul>\n", - "example": 263, - "start_line": 4573, - "end_line": 4587, + "example": 270, + "start_line": 4658, + "end_line": 4672, "section": "List items" }, { "markdown": "- foo\n- bar\n+ baz\n", "html": "<ul>\n<li>foo</li>\n<li>bar</li>\n</ul>\n<ul>\n<li>baz</li>\n</ul>\n", - "example": 264, - "start_line": 4809, - "end_line": 4821, + "example": 271, + "start_line": 4894, + "end_line": 4906, "section": "Lists" }, { "markdown": "1. foo\n2. bar\n3) baz\n", "html": "<ol>\n<li>foo</li>\n<li>bar</li>\n</ol>\n<ol start=\"3\">\n<li>baz</li>\n</ol>\n", - "example": 265, - "start_line": 4824, - "end_line": 4836, + "example": 272, + "start_line": 4909, + "end_line": 4921, "section": "Lists" }, { "markdown": "Foo\n- bar\n- baz\n", "html": "<p>Foo</p>\n<ul>\n<li>bar</li>\n<li>baz</li>\n</ul>\n", - "example": 266, - "start_line": 4843, - "end_line": 4853, + "example": 273, + "start_line": 4928, + "end_line": 4938, "section": "Lists" }, { "markdown": "The number of windows in my house is\n14. The number of doors is 6.\n", "html": "<p>The number of windows in my house is\n14. The number of doors is 6.</p>\n", - "example": 267, - "start_line": 4920, - "end_line": 4926, + "example": 274, + "start_line": 5005, + "end_line": 5011, "section": "Lists" }, { "markdown": "The number of windows in my house is\n1. The number of doors is 6.\n", "html": "<p>The number of windows in my house is</p>\n<ol>\n<li>The number of doors is 6.</li>\n</ol>\n", - "example": 268, - "start_line": 4930, - "end_line": 4938, + "example": 275, + "start_line": 5015, + "end_line": 5023, "section": "Lists" }, { "markdown": "- foo\n\n- bar\n\n\n- baz\n", "html": "<ul>\n<li>\n<p>foo</p>\n</li>\n<li>\n<p>bar</p>\n</li>\n<li>\n<p>baz</p>\n</li>\n</ul>\n", - "example": 269, - "start_line": 4944, - "end_line": 4963, + "example": 276, + "start_line": 5029, + "end_line": 5048, "section": "Lists" }, { "markdown": "- foo\n - bar\n - baz\n\n\n bim\n", "html": "<ul>\n<li>foo\n<ul>\n<li>bar\n<ul>\n<li>\n<p>baz</p>\n<p>bim</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n", - "example": 270, - "start_line": 4965, - "end_line": 4987, + "example": 277, + "start_line": 5050, + "end_line": 5072, "section": "Lists" }, { "markdown": "- foo\n- bar\n\n<!-- -->\n\n- baz\n- bim\n", "html": "<ul>\n<li>foo</li>\n<li>bar</li>\n</ul>\n<!-- -->\n<ul>\n<li>baz</li>\n<li>bim</li>\n</ul>\n", - "example": 271, - "start_line": 4995, - "end_line": 5013, + "example": 278, + "start_line": 5080, + "end_line": 5098, "section": "Lists" }, { "markdown": "- foo\n\n notcode\n\n- foo\n\n<!-- -->\n\n code\n", "html": "<ul>\n<li>\n<p>foo</p>\n<p>notcode</p>\n</li>\n<li>\n<p>foo</p>\n</li>\n</ul>\n<!-- -->\n<pre><code>code\n</code></pre>\n", - "example": 272, - "start_line": 5016, - "end_line": 5039, + "example": 279, + "start_line": 5101, + "end_line": 5124, "section": "Lists" }, { - "markdown": "- a\n - b\n - c\n - d\n - e\n - f\n - g\n - h\n- i\n", - "html": "<ul>\n<li>a</li>\n<li>b</li>\n<li>c</li>\n<li>d</li>\n<li>e</li>\n<li>f</li>\n<li>g</li>\n<li>h</li>\n<li>i</li>\n</ul>\n", - "example": 273, - "start_line": 5047, - "end_line": 5069, + "markdown": "- a\n - b\n - c\n - d\n - e\n - f\n- g\n", + "html": "<ul>\n<li>a</li>\n<li>b</li>\n<li>c</li>\n<li>d</li>\n<li>e</li>\n<li>f</li>\n<li>g</li>\n</ul>\n", + "example": 280, + "start_line": 5132, + "end_line": 5150, + "section": "Lists" + }, + { + "markdown": "1. a\n\n 2. b\n\n 3. c\n", + "html": "<ol>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n</li>\n<li>\n<p>c</p>\n</li>\n</ol>\n", + "example": 281, + "start_line": 5153, + "end_line": 5171, + "section": "Lists" + }, + { + "markdown": "- a\n - b\n - c\n - d\n - e\n", + "html": "<ul>\n<li>a</li>\n<li>b</li>\n<li>c</li>\n<li>d\n- e</li>\n</ul>\n", + "example": 282, + "start_line": 5177, + "end_line": 5191, "section": "Lists" }, { "markdown": "1. a\n\n 2. b\n\n 3. c\n", - "html": "<ol>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n</li>\n<li>\n<p>c</p>\n</li>\n</ol>\n", - "example": 274, - "start_line": 5072, - "end_line": 5090, + "html": "<ol>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n</li>\n</ol>\n<pre><code>3. c\n</code></pre>\n", + "example": 283, + "start_line": 5197, + "end_line": 5214, "section": "Lists" }, { "markdown": "- a\n- b\n\n- c\n", "html": "<ul>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n</li>\n<li>\n<p>c</p>\n</li>\n</ul>\n", - "example": 275, - "start_line": 5096, - "end_line": 5113, + "example": 284, + "start_line": 5220, + "end_line": 5237, "section": "Lists" }, { "markdown": "* a\n*\n\n* c\n", "html": "<ul>\n<li>\n<p>a</p>\n</li>\n<li></li>\n<li>\n<p>c</p>\n</li>\n</ul>\n", - "example": 276, - "start_line": 5118, - "end_line": 5133, + "example": 285, + "start_line": 5242, + "end_line": 5257, "section": "Lists" }, { "markdown": "- a\n- b\n\n c\n- d\n", "html": "<ul>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n<p>c</p>\n</li>\n<li>\n<p>d</p>\n</li>\n</ul>\n", - "example": 277, - "start_line": 5140, - "end_line": 5159, + "example": 286, + "start_line": 5264, + "end_line": 5283, "section": "Lists" }, { "markdown": "- a\n- b\n\n [ref]: /url\n- d\n", "html": "<ul>\n<li>\n<p>a</p>\n</li>\n<li>\n<p>b</p>\n</li>\n<li>\n<p>d</p>\n</li>\n</ul>\n", - "example": 278, - "start_line": 5162, - "end_line": 5180, + "example": 287, + "start_line": 5286, + "end_line": 5304, "section": "Lists" }, { "markdown": "- a\n- ```\n b\n\n\n ```\n- c\n", "html": "<ul>\n<li>a</li>\n<li>\n<pre><code>b\n\n\n</code></pre>\n</li>\n<li>c</li>\n</ul>\n", - "example": 279, - "start_line": 5185, - "end_line": 5204, + "example": 288, + "start_line": 5309, + "end_line": 5328, "section": "Lists" }, { "markdown": "- a\n - b\n\n c\n- d\n", "html": "<ul>\n<li>a\n<ul>\n<li>\n<p>b</p>\n<p>c</p>\n</li>\n</ul>\n</li>\n<li>d</li>\n</ul>\n", - "example": 280, - "start_line": 5211, - "end_line": 5229, + "example": 289, + "start_line": 5335, + "end_line": 5353, "section": "Lists" }, { "markdown": "* a\n > b\n >\n* c\n", "html": "<ul>\n<li>a\n<blockquote>\n<p>b</p>\n</blockquote>\n</li>\n<li>c</li>\n</ul>\n", - "example": 281, - "start_line": 5235, - "end_line": 5249, + "example": 290, + "start_line": 5359, + "end_line": 5373, "section": "Lists" }, { "markdown": "- a\n > b\n ```\n c\n ```\n- d\n", "html": "<ul>\n<li>a\n<blockquote>\n<p>b</p>\n</blockquote>\n<pre><code>c\n</code></pre>\n</li>\n<li>d</li>\n</ul>\n", - "example": 282, - "start_line": 5255, - "end_line": 5273, + "example": 291, + "start_line": 5379, + "end_line": 5397, "section": "Lists" }, { "markdown": "- a\n", "html": "<ul>\n<li>a</li>\n</ul>\n", - "example": 283, - "start_line": 5278, - "end_line": 5284, + "example": 292, + "start_line": 5402, + "end_line": 5408, "section": "Lists" }, { "markdown": "- a\n - b\n", "html": "<ul>\n<li>a\n<ul>\n<li>b</li>\n</ul>\n</li>\n</ul>\n", - "example": 284, - "start_line": 5287, - "end_line": 5298, + "example": 293, + "start_line": 5411, + "end_line": 5422, "section": "Lists" }, { "markdown": "1. ```\n foo\n ```\n\n bar\n", "html": "<ol>\n<li>\n<pre><code>foo\n</code></pre>\n<p>bar</p>\n</li>\n</ol>\n", - "example": 285, - "start_line": 5304, - "end_line": 5318, + "example": 294, + "start_line": 5428, + "end_line": 5442, "section": "Lists" }, { "markdown": "* foo\n * bar\n\n baz\n", "html": "<ul>\n<li>\n<p>foo</p>\n<ul>\n<li>bar</li>\n</ul>\n<p>baz</p>\n</li>\n</ul>\n", - "example": 286, - "start_line": 5323, - "end_line": 5338, + "example": 295, + "start_line": 5447, + "end_line": 5462, "section": "Lists" }, { "markdown": "- a\n - b\n - c\n\n- d\n - e\n - f\n", "html": "<ul>\n<li>\n<p>a</p>\n<ul>\n<li>b</li>\n<li>c</li>\n</ul>\n</li>\n<li>\n<p>d</p>\n<ul>\n<li>e</li>\n<li>f</li>\n</ul>\n</li>\n</ul>\n", - "example": 287, - "start_line": 5341, - "end_line": 5366, + "example": 296, + "start_line": 5465, + "end_line": 5490, "section": "Lists" }, { "markdown": "`hi`lo`\n", "html": "<p><code>hi</code>lo`</p>\n", - "example": 288, - "start_line": 5375, - "end_line": 5379, + "example": 297, + "start_line": 5499, + "end_line": 5503, "section": "Inlines" }, { "markdown": "\\!\\\"\\#\\$\\%\\&\\'\\(\\)\\*\\+\\,\\-\\.\\/\\:\\;\\<\\=\\>\\?\\@\\[\\\\\\]\\^\\_\\`\\{\\|\\}\\~\n", "html": "<p>!"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~</p>\n", - "example": 289, - "start_line": 5389, - "end_line": 5393, + "example": 298, + "start_line": 5513, + "end_line": 5517, "section": "Backslash escapes" }, { "markdown": "\\\t\\A\\a\\ \\3\\φ\\«\n", "html": "<p>\\\t\\A\\a\\ \\3\\φ\\«</p>\n", - "example": 290, - "start_line": 5399, - "end_line": 5403, + "example": 299, + "start_line": 5523, + "end_line": 5527, "section": "Backslash escapes" }, { - "markdown": "\\*not emphasized*\n\\<br/> not a tag\n\\[not a link](/foo)\n\\`not code`\n1\\. not a list\n\\* not a list\n\\# not a heading\n\\[foo]: /url \"not a reference\"\n", - "html": "<p>*not emphasized*\n<br/> not a tag\n[not a link](/foo)\n`not code`\n1. not a list\n* not a list\n# not a heading\n[foo]: /url "not a reference"</p>\n", - "example": 291, - "start_line": 5409, - "end_line": 5427, + "markdown": "\\*not emphasized*\n\\<br/> not a tag\n\\[not a link](/foo)\n\\`not code`\n1\\. not a list\n\\* not a list\n\\# not a heading\n\\[foo]: /url \"not a reference\"\n\\ö not a character entity\n", + "html": "<p>*not emphasized*\n<br/> not a tag\n[not a link](/foo)\n`not code`\n1. not a list\n* not a list\n# not a heading\n[foo]: /url "not a reference"\n&ouml; not a character entity</p>\n", + "example": 300, + "start_line": 5533, + "end_line": 5553, "section": "Backslash escapes" }, { "markdown": "\\\\*emphasis*\n", "html": "<p>\\<em>emphasis</em></p>\n", - "example": 292, - "start_line": 5432, - "end_line": 5436, + "example": 301, + "start_line": 5558, + "end_line": 5562, "section": "Backslash escapes" }, { "markdown": "foo\\\nbar\n", "html": "<p>foo<br />\nbar</p>\n", - "example": 293, - "start_line": 5441, - "end_line": 5447, + "example": 302, + "start_line": 5567, + "end_line": 5573, "section": "Backslash escapes" }, { "markdown": "`` \\[\\` ``\n", "html": "<p><code>\\[\\`</code></p>\n", - "example": 294, - "start_line": 5453, - "end_line": 5457, + "example": 303, + "start_line": 5579, + "end_line": 5583, "section": "Backslash escapes" }, { "markdown": " \\[\\]\n", "html": "<pre><code>\\[\\]\n</code></pre>\n", - "example": 295, - "start_line": 5460, - "end_line": 5465, + "example": 304, + "start_line": 5586, + "end_line": 5591, "section": "Backslash escapes" }, { "markdown": "~~~\n\\[\\]\n~~~\n", "html": "<pre><code>\\[\\]\n</code></pre>\n", - "example": 296, - "start_line": 5468, - "end_line": 5475, + "example": 305, + "start_line": 5594, + "end_line": 5601, "section": "Backslash escapes" }, { "markdown": "<http://example.com?find=\\*>\n", "html": "<p><a href=\"http://example.com?find=%5C*\">http://example.com?find=\\*</a></p>\n", - "example": 297, - "start_line": 5478, - "end_line": 5482, + "example": 306, + "start_line": 5604, + "end_line": 5608, "section": "Backslash escapes" }, { "markdown": "<a href=\"/bar\\/)\">\n", "html": "<a href=\"/bar\\/)\">\n", - "example": 298, - "start_line": 5485, - "end_line": 5489, + "example": 307, + "start_line": 5611, + "end_line": 5615, "section": "Backslash escapes" }, { "markdown": "[foo](/bar\\* \"ti\\*tle\")\n", "html": "<p><a href=\"/bar*\" title=\"ti*tle\">foo</a></p>\n", - "example": 299, - "start_line": 5495, - "end_line": 5499, + "example": 308, + "start_line": 5621, + "end_line": 5625, "section": "Backslash escapes" }, { "markdown": "[foo]\n\n[foo]: /bar\\* \"ti\\*tle\"\n", "html": "<p><a href=\"/bar*\" title=\"ti*tle\">foo</a></p>\n", - "example": 300, - "start_line": 5502, - "end_line": 5508, + "example": 309, + "start_line": 5628, + "end_line": 5634, "section": "Backslash escapes" }, { "markdown": "``` foo\\+bar\nfoo\n```\n", "html": "<pre><code class=\"language-foo+bar\">foo\n</code></pre>\n", - "example": 301, - "start_line": 5511, - "end_line": 5518, + "example": 310, + "start_line": 5637, + "end_line": 5644, "section": "Backslash escapes" }, { "markdown": " & © Æ Ď\n¾ ℋ ⅆ\n∲ ≧̸\n", "html": "<p> & © Æ Ď\n¾ ℋ ⅆ\n∲ ≧̸</p>\n", - "example": 302, - "start_line": 5538, - "end_line": 5546, + "example": 311, + "start_line": 5674, + "end_line": 5682, "section": "Entity and numeric character references" }, { - "markdown": "# Ӓ Ϡ � �\n", - "html": "<p># Ӓ Ϡ � �</p>\n", - "example": 303, - "start_line": 5557, - "end_line": 5561, + "markdown": "# Ӓ Ϡ �\n", + "html": "<p># Ӓ Ϡ �</p>\n", + "example": 312, + "start_line": 5693, + "end_line": 5697, "section": "Entity and numeric character references" }, { "markdown": "" ആ ಫ\n", "html": "<p>" ആ ಫ</p>\n", - "example": 304, - "start_line": 5570, - "end_line": 5574, + "example": 313, + "start_line": 5706, + "end_line": 5710, "section": "Entity and numeric character references" }, { - "markdown": "  &x; &#; &#x;\n&ThisIsNotDefined; &hi?;\n", - "html": "<p>&nbsp &x; &#; &#x;\n&ThisIsNotDefined; &hi?;</p>\n", - "example": 305, - "start_line": 5579, - "end_line": 5585, + "markdown": "  &x; &#; &#x;\n�\n&#abcdef0;\n&ThisIsNotDefined; &hi?;\n", + "html": "<p>&nbsp &x; &#; &#x;\n&#987654321;\n&#abcdef0;\n&ThisIsNotDefined; &hi?;</p>\n", + "example": 314, + "start_line": 5715, + "end_line": 5725, "section": "Entity and numeric character references" }, { "markdown": "©\n", "html": "<p>&copy</p>\n", - "example": 306, - "start_line": 5592, - "end_line": 5596, + "example": 315, + "start_line": 5732, + "end_line": 5736, "section": "Entity and numeric character references" }, { "markdown": "&MadeUpEntity;\n", "html": "<p>&MadeUpEntity;</p>\n", - "example": 307, - "start_line": 5602, - "end_line": 5606, + "example": 316, + "start_line": 5742, + "end_line": 5746, "section": "Entity and numeric character references" }, { "markdown": "<a href=\"öö.html\">\n", "html": "<a href=\"öö.html\">\n", - "example": 308, - "start_line": 5613, - "end_line": 5617, + "example": 317, + "start_line": 5753, + "end_line": 5757, "section": "Entity and numeric character references" }, { "markdown": "[foo](/föö \"föö\")\n", "html": "<p><a href=\"/f%C3%B6%C3%B6\" title=\"föö\">foo</a></p>\n", - "example": 309, - "start_line": 5620, - "end_line": 5624, + "example": 318, + "start_line": 5760, + "end_line": 5764, "section": "Entity and numeric character references" }, { "markdown": "[foo]\n\n[foo]: /föö \"föö\"\n", "html": "<p><a href=\"/f%C3%B6%C3%B6\" title=\"föö\">foo</a></p>\n", - "example": 310, - "start_line": 5627, - "end_line": 5633, + "example": 319, + "start_line": 5767, + "end_line": 5773, "section": "Entity and numeric character references" }, { "markdown": "``` föö\nfoo\n```\n", "html": "<pre><code class=\"language-föö\">foo\n</code></pre>\n", - "example": 311, - "start_line": 5636, - "end_line": 5643, + "example": 320, + "start_line": 5776, + "end_line": 5783, "section": "Entity and numeric character references" }, { "markdown": "`föö`\n", "html": "<p><code>f&ouml;&ouml;</code></p>\n", - "example": 312, - "start_line": 5649, - "end_line": 5653, + "example": 321, + "start_line": 5789, + "end_line": 5793, "section": "Entity and numeric character references" }, { "markdown": " föfö\n", "html": "<pre><code>f&ouml;f&ouml;\n</code></pre>\n", - "example": 313, - "start_line": 5656, - "end_line": 5661, + "example": 322, + "start_line": 5796, + "end_line": 5801, + "section": "Entity and numeric character references" + }, + { + "markdown": "*foo*\n*foo*\n", + "html": "<p>*foo*\n<em>foo</em></p>\n", + "example": 323, + "start_line": 5808, + "end_line": 5814, + "section": "Entity and numeric character references" + }, + { + "markdown": "* foo\n\n* foo\n", + "html": "<p>* foo</p>\n<ul>\n<li>foo</li>\n</ul>\n", + "example": 324, + "start_line": 5816, + "end_line": 5825, + "section": "Entity and numeric character references" + }, + { + "markdown": "foo bar\n", + "html": "<p>foo\n\nbar</p>\n", + "example": 325, + "start_line": 5827, + "end_line": 5833, + "section": "Entity and numeric character references" + }, + { + "markdown": "	foo\n", + "html": "<p>\tfoo</p>\n", + "example": 326, + "start_line": 5835, + "end_line": 5839, + "section": "Entity and numeric character references" + }, + { + "markdown": "[a](url "tit")\n", + "html": "<p>[a](url "tit")</p>\n", + "example": 327, + "start_line": 5842, + "end_line": 5846, "section": "Entity and numeric character references" }, { "markdown": "`foo`\n", "html": "<p><code>foo</code></p>\n", - "example": 314, - "start_line": 5678, - "end_line": 5682, + "example": 328, + "start_line": 5870, + "end_line": 5874, "section": "Code spans" }, { - "markdown": "`` foo ` bar ``\n", + "markdown": "`` foo ` bar ``\n", "html": "<p><code>foo ` bar</code></p>\n", - "example": 315, - "start_line": 5688, - "end_line": 5692, + "example": 329, + "start_line": 5881, + "end_line": 5885, "section": "Code spans" }, { "markdown": "` `` `\n", "html": "<p><code>``</code></p>\n", - "example": 316, - "start_line": 5698, - "end_line": 5702, + "example": 330, + "start_line": 5891, + "end_line": 5895, "section": "Code spans" }, { - "markdown": "``\nfoo\n``\n", - "html": "<p><code>foo</code></p>\n", - "example": 317, - "start_line": 5707, - "end_line": 5713, + "markdown": "` `` `\n", + "html": "<p><code> `` </code></p>\n", + "example": 331, + "start_line": 5899, + "end_line": 5903, "section": "Code spans" }, { - "markdown": "`foo bar\n baz`\n", - "html": "<p><code>foo bar baz</code></p>\n", - "example": 318, - "start_line": 5719, - "end_line": 5724, + "markdown": "` a`\n", + "html": "<p><code> a</code></p>\n", + "example": 332, + "start_line": 5908, + "end_line": 5912, "section": "Code spans" }, { - "markdown": "`a b`\n", - "html": "<p><code>a b</code></p>\n", - "example": 319, - "start_line": 5730, - "end_line": 5734, + "markdown": "` b `\n", + "html": "<p><code> b </code></p>\n", + "example": 333, + "start_line": 5917, + "end_line": 5921, "section": "Code spans" }, { - "markdown": "`foo `` bar`\n", - "html": "<p><code>foo `` bar</code></p>\n", - "example": 320, - "start_line": 5750, - "end_line": 5754, + "markdown": "` `\n` `\n", + "html": "<p><code> </code>\n<code> </code></p>\n", + "example": 334, + "start_line": 5925, + "end_line": 5931, + "section": "Code spans" + }, + { + "markdown": "``\nfoo\nbar \nbaz\n``\n", + "html": "<p><code>foo bar baz</code></p>\n", + "example": 335, + "start_line": 5936, + "end_line": 5944, + "section": "Code spans" + }, + { + "markdown": "``\nfoo \n``\n", + "html": "<p><code>foo </code></p>\n", + "example": 336, + "start_line": 5946, + "end_line": 5952, + "section": "Code spans" + }, + { + "markdown": "`foo bar \nbaz`\n", + "html": "<p><code>foo bar baz</code></p>\n", + "example": 337, + "start_line": 5957, + "end_line": 5962, "section": "Code spans" }, { "markdown": "`foo\\`bar`\n", "html": "<p><code>foo\\</code>bar`</p>\n", - "example": 321, - "start_line": 5760, - "end_line": 5764, + "example": 338, + "start_line": 5974, + "end_line": 5978, + "section": "Code spans" + }, + { + "markdown": "``foo`bar``\n", + "html": "<p><code>foo`bar</code></p>\n", + "example": 339, + "start_line": 5985, + "end_line": 5989, + "section": "Code spans" + }, + { + "markdown": "` foo `` bar `\n", + "html": "<p><code>foo `` bar</code></p>\n", + "example": 340, + "start_line": 5991, + "end_line": 5995, "section": "Code spans" }, { "markdown": "*foo`*`\n", "html": "<p>*foo<code>*</code></p>\n", - "example": 322, - "start_line": 5776, - "end_line": 5780, + "example": 341, + "start_line": 6003, + "end_line": 6007, "section": "Code spans" }, { "markdown": "[not a `link](/foo`)\n", "html": "<p>[not a <code>link](/foo</code>)</p>\n", - "example": 323, - "start_line": 5785, - "end_line": 5789, + "example": 342, + "start_line": 6012, + "end_line": 6016, "section": "Code spans" }, { "markdown": "`<a href=\"`\">`\n", "html": "<p><code><a href="</code>">`</p>\n", - "example": 324, - "start_line": 5795, - "end_line": 5799, + "example": 343, + "start_line": 6022, + "end_line": 6026, "section": "Code spans" }, { "markdown": "<a href=\"`\">`\n", "html": "<p><a href=\"`\">`</p>\n", - "example": 325, - "start_line": 5804, - "end_line": 5808, + "example": 344, + "start_line": 6031, + "end_line": 6035, "section": "Code spans" }, { "markdown": "`<http://foo.bar.`baz>`\n", "html": "<p><code><http://foo.bar.</code>baz>`</p>\n", - "example": 326, - "start_line": 5813, - "end_line": 5817, + "example": 345, + "start_line": 6040, + "end_line": 6044, "section": "Code spans" }, { "markdown": "<http://foo.bar.`baz>`\n", "html": "<p><a href=\"http://foo.bar.%60baz\">http://foo.bar.`baz</a>`</p>\n", - "example": 327, - "start_line": 5822, - "end_line": 5826, + "example": 346, + "start_line": 6049, + "end_line": 6053, "section": "Code spans" }, { "markdown": "```foo``\n", "html": "<p>```foo``</p>\n", - "example": 328, - "start_line": 5832, - "end_line": 5836, + "example": 347, + "start_line": 6059, + "end_line": 6063, "section": "Code spans" }, { "markdown": "`foo\n", "html": "<p>`foo</p>\n", - "example": 329, - "start_line": 5839, - "end_line": 5843, + "example": 348, + "start_line": 6066, + "end_line": 6070, "section": "Code spans" }, { "markdown": "`foo``bar``\n", "html": "<p>`foo<code>bar</code></p>\n", - "example": 330, - "start_line": 5848, - "end_line": 5852, + "example": 349, + "start_line": 6075, + "end_line": 6079, "section": "Code spans" }, { "markdown": "*foo bar*\n", "html": "<p><em>foo bar</em></p>\n", - "example": 331, - "start_line": 6061, - "end_line": 6065, + "example": 350, + "start_line": 6292, + "end_line": 6296, "section": "Emphasis and strong emphasis" }, { "markdown": "a * foo bar*\n", "html": "<p>a * foo bar*</p>\n", - "example": 332, - "start_line": 6071, - "end_line": 6075, + "example": 351, + "start_line": 6302, + "end_line": 6306, "section": "Emphasis and strong emphasis" }, { "markdown": "a*\"foo\"*\n", "html": "<p>a*"foo"*</p>\n", - "example": 333, - "start_line": 6082, - "end_line": 6086, + "example": 352, + "start_line": 6313, + "end_line": 6317, "section": "Emphasis and strong emphasis" }, { "markdown": "* a *\n", "html": "<p>* a *</p>\n", - "example": 334, - "start_line": 6091, - "end_line": 6095, + "example": 353, + "start_line": 6322, + "end_line": 6326, "section": "Emphasis and strong emphasis" }, { "markdown": "foo*bar*\n", "html": "<p>foo<em>bar</em></p>\n", - "example": 335, - "start_line": 6100, - "end_line": 6104, + "example": 354, + "start_line": 6331, + "end_line": 6335, "section": "Emphasis and strong emphasis" }, { "markdown": "5*6*78\n", "html": "<p>5<em>6</em>78</p>\n", - "example": 336, - "start_line": 6107, - "end_line": 6111, + "example": 355, + "start_line": 6338, + "end_line": 6342, "section": "Emphasis and strong emphasis" }, { "markdown": "_foo bar_\n", "html": "<p><em>foo bar</em></p>\n", - "example": 337, - "start_line": 6116, - "end_line": 6120, + "example": 356, + "start_line": 6347, + "end_line": 6351, "section": "Emphasis and strong emphasis" }, { "markdown": "_ foo bar_\n", "html": "<p>_ foo bar_</p>\n", - "example": 338, - "start_line": 6126, - "end_line": 6130, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "a_\"foo\"_\n", - "html": "<p>a_"foo"_</p>\n", - "example": 339, - "start_line": 6136, - "end_line": 6140, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo_bar_\n", - "html": "<p>foo_bar_</p>\n", - "example": 340, - "start_line": 6145, - "end_line": 6149, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "5_6_78\n", - "html": "<p>5_6_78</p>\n", - "example": 341, - "start_line": 6152, - "end_line": 6156, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "пристаням_стремятся_\n", - "html": "<p>пристаням_стремятся_</p>\n", - "example": 342, - "start_line": 6159, - "end_line": 6163, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "aa_\"bb\"_cc\n", - "html": "<p>aa_"bb"_cc</p>\n", - "example": 343, - "start_line": 6169, - "end_line": 6173, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo-_(bar)_\n", - "html": "<p>foo-<em>(bar)</em></p>\n", - "example": 344, - "start_line": 6180, - "end_line": 6184, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_foo*\n", - "html": "<p>_foo*</p>\n", - "example": 345, - "start_line": 6192, - "end_line": 6196, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo bar *\n", - "html": "<p>*foo bar *</p>\n", - "example": 346, - "start_line": 6202, - "end_line": 6206, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo bar\n*\n", - "html": "<p>*foo bar\n*</p>\n", - "example": 347, - "start_line": 6211, - "end_line": 6217, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*(*foo)\n", - "html": "<p>*(*foo)</p>\n", - "example": 348, - "start_line": 6224, - "end_line": 6228, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*(*foo*)*\n", - "html": "<p><em>(<em>foo</em>)</em></p>\n", - "example": 349, - "start_line": 6234, - "end_line": 6238, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo*bar\n", - "html": "<p><em>foo</em>bar</p>\n", - "example": 350, - "start_line": 6243, - "end_line": 6247, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_foo bar _\n", - "html": "<p>_foo bar _</p>\n", - "example": 351, - "start_line": 6256, - "end_line": 6260, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_(_foo)\n", - "html": "<p>_(_foo)</p>\n", - "example": 352, - "start_line": 6266, - "end_line": 6270, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_(_foo_)_\n", - "html": "<p><em>(<em>foo</em>)</em></p>\n", - "example": 353, - "start_line": 6275, - "end_line": 6279, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_foo_bar\n", - "html": "<p>_foo_bar</p>\n", - "example": 354, - "start_line": 6284, - "end_line": 6288, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_пристаням_стремятся\n", - "html": "<p>_пристаням_стремятся</p>\n", - "example": 355, - "start_line": 6291, - "end_line": 6295, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_foo_bar_baz_\n", - "html": "<p><em>foo_bar_baz</em></p>\n", - "example": 356, - "start_line": 6298, - "end_line": 6302, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_(bar)_.\n", - "html": "<p><em>(bar)</em>.</p>\n", "example": 357, - "start_line": 6309, - "end_line": 6313, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "**foo bar**\n", - "html": "<p><strong>foo bar</strong></p>\n", - "example": 358, - "start_line": 6318, - "end_line": 6322, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "** foo bar**\n", - "html": "<p>** foo bar**</p>\n", - "example": 359, - "start_line": 6328, - "end_line": 6332, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "a**\"foo\"**\n", - "html": "<p>a**"foo"**</p>\n", - "example": 360, - "start_line": 6339, - "end_line": 6343, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo**bar**\n", - "html": "<p>foo<strong>bar</strong></p>\n", - "example": 361, - "start_line": 6348, - "end_line": 6352, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "__foo bar__\n", - "html": "<p><strong>foo bar</strong></p>\n", - "example": 362, "start_line": 6357, "end_line": 6361, "section": "Emphasis and strong emphasis" }, { - "markdown": "__ foo bar__\n", - "html": "<p>__ foo bar__</p>\n", - "example": 363, + "markdown": "a_\"foo\"_\n", + "html": "<p>a_"foo"_</p>\n", + "example": 358, "start_line": 6367, "end_line": 6371, "section": "Emphasis and strong emphasis" }, { + "markdown": "foo_bar_\n", + "html": "<p>foo_bar_</p>\n", + "example": 359, + "start_line": 6376, + "end_line": 6380, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "5_6_78\n", + "html": "<p>5_6_78</p>\n", + "example": 360, + "start_line": 6383, + "end_line": 6387, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "пристаням_стремятся_\n", + "html": "<p>пристаням_стремятся_</p>\n", + "example": 361, + "start_line": 6390, + "end_line": 6394, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "aa_\"bb\"_cc\n", + "html": "<p>aa_"bb"_cc</p>\n", + "example": 362, + "start_line": 6400, + "end_line": 6404, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "foo-_(bar)_\n", + "html": "<p>foo-<em>(bar)</em></p>\n", + "example": 363, + "start_line": 6411, + "end_line": 6415, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_foo*\n", + "html": "<p>_foo*</p>\n", + "example": 364, + "start_line": 6423, + "end_line": 6427, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*foo bar *\n", + "html": "<p>*foo bar *</p>\n", + "example": 365, + "start_line": 6433, + "end_line": 6437, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*foo bar\n*\n", + "html": "<p>*foo bar\n*</p>\n", + "example": 366, + "start_line": 6442, + "end_line": 6448, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*(*foo)\n", + "html": "<p>*(*foo)</p>\n", + "example": 367, + "start_line": 6455, + "end_line": 6459, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*(*foo*)*\n", + "html": "<p><em>(<em>foo</em>)</em></p>\n", + "example": 368, + "start_line": 6465, + "end_line": 6469, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*foo*bar\n", + "html": "<p><em>foo</em>bar</p>\n", + "example": 369, + "start_line": 6474, + "end_line": 6478, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_foo bar _\n", + "html": "<p>_foo bar _</p>\n", + "example": 370, + "start_line": 6487, + "end_line": 6491, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_(_foo)\n", + "html": "<p>_(_foo)</p>\n", + "example": 371, + "start_line": 6497, + "end_line": 6501, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_(_foo_)_\n", + "html": "<p><em>(<em>foo</em>)</em></p>\n", + "example": 372, + "start_line": 6506, + "end_line": 6510, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_foo_bar\n", + "html": "<p>_foo_bar</p>\n", + "example": 373, + "start_line": 6515, + "end_line": 6519, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_пристаням_стремятся\n", + "html": "<p>_пристаням_стремятся</p>\n", + "example": 374, + "start_line": 6522, + "end_line": 6526, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_foo_bar_baz_\n", + "html": "<p><em>foo_bar_baz</em></p>\n", + "example": 375, + "start_line": 6529, + "end_line": 6533, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_(bar)_.\n", + "html": "<p><em>(bar)</em>.</p>\n", + "example": 376, + "start_line": 6540, + "end_line": 6544, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**foo bar**\n", + "html": "<p><strong>foo bar</strong></p>\n", + "example": 377, + "start_line": 6549, + "end_line": 6553, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "** foo bar**\n", + "html": "<p>** foo bar**</p>\n", + "example": 378, + "start_line": 6559, + "end_line": 6563, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "a**\"foo\"**\n", + "html": "<p>a**"foo"**</p>\n", + "example": 379, + "start_line": 6570, + "end_line": 6574, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "foo**bar**\n", + "html": "<p>foo<strong>bar</strong></p>\n", + "example": 380, + "start_line": 6579, + "end_line": 6583, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__foo bar__\n", + "html": "<p><strong>foo bar</strong></p>\n", + "example": 381, + "start_line": 6588, + "end_line": 6592, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__ foo bar__\n", + "html": "<p>__ foo bar__</p>\n", + "example": 382, + "start_line": 6598, + "end_line": 6602, + "section": "Emphasis and strong emphasis" + }, + { "markdown": "__\nfoo bar__\n", "html": "<p>__\nfoo bar__</p>\n", - "example": 364, - "start_line": 6375, - "end_line": 6381, + "example": 383, + "start_line": 6606, + "end_line": 6612, "section": "Emphasis and strong emphasis" }, { "markdown": "a__\"foo\"__\n", "html": "<p>a__"foo"__</p>\n", - "example": 365, - "start_line": 6387, - "end_line": 6391, + "example": 384, + "start_line": 6618, + "end_line": 6622, "section": "Emphasis and strong emphasis" }, { "markdown": "foo__bar__\n", "html": "<p>foo__bar__</p>\n", - "example": 366, - "start_line": 6396, - "end_line": 6400, + "example": 385, + "start_line": 6627, + "end_line": 6631, "section": "Emphasis and strong emphasis" }, { "markdown": "5__6__78\n", "html": "<p>5__6__78</p>\n", - "example": 367, - "start_line": 6403, - "end_line": 6407, + "example": 386, + "start_line": 6634, + "end_line": 6638, "section": "Emphasis and strong emphasis" }, { "markdown": "пристаням__стремятся__\n", "html": "<p>пристаням__стремятся__</p>\n", - "example": 368, - "start_line": 6410, - "end_line": 6414, + "example": 387, + "start_line": 6641, + "end_line": 6645, "section": "Emphasis and strong emphasis" }, { "markdown": "__foo, __bar__, baz__\n", "html": "<p><strong>foo, <strong>bar</strong>, baz</strong></p>\n", - "example": 369, - "start_line": 6417, - "end_line": 6421, + "example": 388, + "start_line": 6648, + "end_line": 6652, "section": "Emphasis and strong emphasis" }, { "markdown": "foo-__(bar)__\n", "html": "<p>foo-<strong>(bar)</strong></p>\n", - "example": 370, - "start_line": 6428, - "end_line": 6432, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "**foo bar **\n", - "html": "<p>**foo bar **</p>\n", - "example": 371, - "start_line": 6441, - "end_line": 6445, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "**(**foo)\n", - "html": "<p>**(**foo)</p>\n", - "example": 372, - "start_line": 6454, - "end_line": 6458, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*(**foo**)*\n", - "html": "<p><em>(<strong>foo</strong>)</em></p>\n", - "example": 373, - "start_line": 6464, - "end_line": 6468, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "**Gomphocarpus (*Gomphocarpus physocarpus*, syn.\n*Asclepias physocarpa*)**\n", - "html": "<p><strong>Gomphocarpus (<em>Gomphocarpus physocarpus</em>, syn.\n<em>Asclepias physocarpa</em>)</strong></p>\n", - "example": 374, - "start_line": 6471, - "end_line": 6477, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "**foo \"*bar*\" foo**\n", - "html": "<p><strong>foo "<em>bar</em>" foo</strong></p>\n", - "example": 375, - "start_line": 6480, - "end_line": 6484, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "**foo**bar\n", - "html": "<p><strong>foo</strong>bar</p>\n", - "example": 376, - "start_line": 6489, - "end_line": 6493, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "__foo bar __\n", - "html": "<p>__foo bar __</p>\n", - "example": 377, - "start_line": 6501, - "end_line": 6505, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "__(__foo)\n", - "html": "<p>__(__foo)</p>\n", - "example": 378, - "start_line": 6511, - "end_line": 6515, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_(__foo__)_\n", - "html": "<p><em>(<strong>foo</strong>)</em></p>\n", - "example": 379, - "start_line": 6521, - "end_line": 6525, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "__foo__bar\n", - "html": "<p>__foo__bar</p>\n", - "example": 380, - "start_line": 6530, - "end_line": 6534, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "__пристаням__стремятся\n", - "html": "<p>__пристаням__стремятся</p>\n", - "example": 381, - "start_line": 6537, - "end_line": 6541, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "__foo__bar__baz__\n", - "html": "<p><strong>foo__bar__baz</strong></p>\n", - "example": 382, - "start_line": 6544, - "end_line": 6548, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "__(bar)__.\n", - "html": "<p><strong>(bar)</strong>.</p>\n", - "example": 383, - "start_line": 6555, - "end_line": 6559, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo [bar](/url)*\n", - "html": "<p><em>foo <a href=\"/url\">bar</a></em></p>\n", - "example": 384, - "start_line": 6567, - "end_line": 6571, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo\nbar*\n", - "html": "<p><em>foo\nbar</em></p>\n", - "example": 385, - "start_line": 6574, - "end_line": 6580, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_foo __bar__ baz_\n", - "html": "<p><em>foo <strong>bar</strong> baz</em></p>\n", - "example": 386, - "start_line": 6586, - "end_line": 6590, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_foo _bar_ baz_\n", - "html": "<p><em>foo <em>bar</em> baz</em></p>\n", - "example": 387, - "start_line": 6593, - "end_line": 6597, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "__foo_ bar_\n", - "html": "<p><em><em>foo</em> bar</em></p>\n", - "example": 388, - "start_line": 6600, - "end_line": 6604, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo *bar**\n", - "html": "<p><em>foo <em>bar</em></em></p>\n", "example": 389, - "start_line": 6607, - "end_line": 6611, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo **bar** baz*\n", - "html": "<p><em>foo <strong>bar</strong> baz</em></p>\n", - "example": 390, - "start_line": 6614, - "end_line": 6618, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo**bar**baz*\n", - "html": "<p><em>foo<strong>bar</strong>baz</em></p>\n", - "example": 391, - "start_line": 6620, - "end_line": 6624, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "***foo** bar*\n", - "html": "<p><em><strong>foo</strong> bar</em></p>\n", - "example": 392, - "start_line": 6645, - "end_line": 6649, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo **bar***\n", - "html": "<p><em>foo <strong>bar</strong></em></p>\n", - "example": 393, - "start_line": 6652, - "end_line": 6656, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo**bar***\n", - "html": "<p><em>foo<strong>bar</strong></em></p>\n", - "example": 394, "start_line": 6659, "end_line": 6663, "section": "Emphasis and strong emphasis" }, { - "markdown": "*foo **bar *baz* bim** bop*\n", - "html": "<p><em>foo <strong>bar <em>baz</em> bim</strong> bop</em></p>\n", - "example": 395, - "start_line": 6668, - "end_line": 6672, + "markdown": "**foo bar **\n", + "html": "<p>**foo bar **</p>\n", + "example": 390, + "start_line": 6672, + "end_line": 6676, "section": "Emphasis and strong emphasis" }, { - "markdown": "*foo [*bar*](/url)*\n", - "html": "<p><em>foo <a href=\"/url\"><em>bar</em></a></em></p>\n", - "example": 396, - "start_line": 6675, - "end_line": 6679, + "markdown": "**(**foo)\n", + "html": "<p>**(**foo)</p>\n", + "example": 391, + "start_line": 6685, + "end_line": 6689, "section": "Emphasis and strong emphasis" }, { - "markdown": "** is not an empty emphasis\n", - "html": "<p>** is not an empty emphasis</p>\n", - "example": 397, - "start_line": 6684, - "end_line": 6688, + "markdown": "*(**foo**)*\n", + "html": "<p><em>(<strong>foo</strong>)</em></p>\n", + "example": 392, + "start_line": 6695, + "end_line": 6699, "section": "Emphasis and strong emphasis" }, { - "markdown": "**** is not an empty strong emphasis\n", - "html": "<p>**** is not an empty strong emphasis</p>\n", - "example": 398, - "start_line": 6691, - "end_line": 6695, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "**foo [bar](/url)**\n", - "html": "<p><strong>foo <a href=\"/url\">bar</a></strong></p>\n", - "example": 399, - "start_line": 6704, + "markdown": "**Gomphocarpus (*Gomphocarpus physocarpus*, syn.\n*Asclepias physocarpa*)**\n", + "html": "<p><strong>Gomphocarpus (<em>Gomphocarpus physocarpus</em>, syn.\n<em>Asclepias physocarpa</em>)</strong></p>\n", + "example": 393, + "start_line": 6702, "end_line": 6708, "section": "Emphasis and strong emphasis" }, { - "markdown": "**foo\nbar**\n", - "html": "<p><strong>foo\nbar</strong></p>\n", - "example": 400, + "markdown": "**foo \"*bar*\" foo**\n", + "html": "<p><strong>foo "<em>bar</em>" foo</strong></p>\n", + "example": 394, "start_line": 6711, - "end_line": 6717, + "end_line": 6715, "section": "Emphasis and strong emphasis" }, { - "markdown": "__foo _bar_ baz__\n", - "html": "<p><strong>foo <em>bar</em> baz</strong></p>\n", + "markdown": "**foo**bar\n", + "html": "<p><strong>foo</strong>bar</p>\n", + "example": 395, + "start_line": 6720, + "end_line": 6724, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__foo bar __\n", + "html": "<p>__foo bar __</p>\n", + "example": 396, + "start_line": 6732, + "end_line": 6736, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__(__foo)\n", + "html": "<p>__(__foo)</p>\n", + "example": 397, + "start_line": 6742, + "end_line": 6746, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_(__foo__)_\n", + "html": "<p><em>(<strong>foo</strong>)</em></p>\n", + "example": 398, + "start_line": 6752, + "end_line": 6756, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__foo__bar\n", + "html": "<p>__foo__bar</p>\n", + "example": 399, + "start_line": 6761, + "end_line": 6765, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__пристаням__стремятся\n", + "html": "<p>__пристаням__стремятся</p>\n", + "example": 400, + "start_line": 6768, + "end_line": 6772, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__foo__bar__baz__\n", + "html": "<p><strong>foo__bar__baz</strong></p>\n", "example": 401, - "start_line": 6723, - "end_line": 6727, + "start_line": 6775, + "end_line": 6779, "section": "Emphasis and strong emphasis" }, { - "markdown": "__foo __bar__ baz__\n", - "html": "<p><strong>foo <strong>bar</strong> baz</strong></p>\n", + "markdown": "__(bar)__.\n", + "html": "<p><strong>(bar)</strong>.</p>\n", "example": 402, - "start_line": 6730, - "end_line": 6734, + "start_line": 6786, + "end_line": 6790, "section": "Emphasis and strong emphasis" }, { - "markdown": "____foo__ bar__\n", - "html": "<p><strong><strong>foo</strong> bar</strong></p>\n", + "markdown": "*foo [bar](/url)*\n", + "html": "<p><em>foo <a href=\"/url\">bar</a></em></p>\n", "example": 403, - "start_line": 6737, - "end_line": 6741, + "start_line": 6798, + "end_line": 6802, "section": "Emphasis and strong emphasis" }, { - "markdown": "**foo **bar****\n", - "html": "<p><strong>foo <strong>bar</strong></strong></p>\n", + "markdown": "*foo\nbar*\n", + "html": "<p><em>foo\nbar</em></p>\n", "example": 404, - "start_line": 6744, - "end_line": 6748, + "start_line": 6805, + "end_line": 6811, "section": "Emphasis and strong emphasis" }, { - "markdown": "**foo *bar* baz**\n", - "html": "<p><strong>foo <em>bar</em> baz</strong></p>\n", + "markdown": "_foo __bar__ baz_\n", + "html": "<p><em>foo <strong>bar</strong> baz</em></p>\n", "example": 405, - "start_line": 6751, - "end_line": 6755, + "start_line": 6817, + "end_line": 6821, "section": "Emphasis and strong emphasis" }, { - "markdown": "**foo*bar*baz**\n", - "html": "<p><strong>foo<em>bar</em>baz</strong></p>\n", + "markdown": "_foo _bar_ baz_\n", + "html": "<p><em>foo <em>bar</em> baz</em></p>\n", "example": 406, - "start_line": 6758, - "end_line": 6762, + "start_line": 6824, + "end_line": 6828, "section": "Emphasis and strong emphasis" }, { - "markdown": "***foo* bar**\n", - "html": "<p><strong><em>foo</em> bar</strong></p>\n", + "markdown": "__foo_ bar_\n", + "html": "<p><em><em>foo</em> bar</em></p>\n", "example": 407, - "start_line": 6765, - "end_line": 6769, + "start_line": 6831, + "end_line": 6835, "section": "Emphasis and strong emphasis" }, { - "markdown": "**foo *bar***\n", - "html": "<p><strong>foo <em>bar</em></strong></p>\n", + "markdown": "*foo *bar**\n", + "html": "<p><em>foo <em>bar</em></em></p>\n", "example": 408, - "start_line": 6772, - "end_line": 6776, + "start_line": 6838, + "end_line": 6842, "section": "Emphasis and strong emphasis" }, { - "markdown": "**foo *bar **baz**\nbim* bop**\n", - "html": "<p><strong>foo <em>bar <strong>baz</strong>\nbim</em> bop</strong></p>\n", + "markdown": "*foo **bar** baz*\n", + "html": "<p><em>foo <strong>bar</strong> baz</em></p>\n", "example": 409, - "start_line": 6781, - "end_line": 6787, + "start_line": 6845, + "end_line": 6849, "section": "Emphasis and strong emphasis" }, { - "markdown": "**foo [*bar*](/url)**\n", - "html": "<p><strong>foo <a href=\"/url\"><em>bar</em></a></strong></p>\n", + "markdown": "*foo**bar**baz*\n", + "html": "<p><em>foo<strong>bar</strong>baz</em></p>\n", "example": 410, - "start_line": 6790, - "end_line": 6794, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "__ is not an empty emphasis\n", - "html": "<p>__ is not an empty emphasis</p>\n", - "example": 411, - "start_line": 6799, - "end_line": 6803, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "____ is not an empty strong emphasis\n", - "html": "<p>____ is not an empty strong emphasis</p>\n", - "example": 412, - "start_line": 6806, - "end_line": 6810, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo ***\n", - "html": "<p>foo ***</p>\n", - "example": 413, - "start_line": 6816, - "end_line": 6820, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo *\\**\n", - "html": "<p>foo <em>*</em></p>\n", - "example": 414, - "start_line": 6823, - "end_line": 6827, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo *_*\n", - "html": "<p>foo <em>_</em></p>\n", - "example": 415, - "start_line": 6830, - "end_line": 6834, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo *****\n", - "html": "<p>foo *****</p>\n", - "example": 416, - "start_line": 6837, - "end_line": 6841, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo **\\***\n", - "html": "<p>foo <strong>*</strong></p>\n", - "example": 417, - "start_line": 6844, - "end_line": 6848, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo **_**\n", - "html": "<p>foo <strong>_</strong></p>\n", - "example": 418, "start_line": 6851, "end_line": 6855, "section": "Emphasis and strong emphasis" }, { - "markdown": "**foo*\n", - "html": "<p>*<em>foo</em></p>\n", - "example": 419, - "start_line": 6862, - "end_line": 6866, + "markdown": "*foo**bar*\n", + "html": "<p><em>foo**bar</em></p>\n", + "example": 411, + "start_line": 6875, + "end_line": 6879, "section": "Emphasis and strong emphasis" }, { - "markdown": "*foo**\n", - "html": "<p><em>foo</em>*</p>\n", - "example": 420, - "start_line": 6869, - "end_line": 6873, + "markdown": "***foo** bar*\n", + "html": "<p><em><strong>foo</strong> bar</em></p>\n", + "example": 412, + "start_line": 6888, + "end_line": 6892, "section": "Emphasis and strong emphasis" }, { - "markdown": "***foo**\n", - "html": "<p>*<strong>foo</strong></p>\n", - "example": 421, - "start_line": 6876, - "end_line": 6880, + "markdown": "*foo **bar***\n", + "html": "<p><em>foo <strong>bar</strong></em></p>\n", + "example": 413, + "start_line": 6895, + "end_line": 6899, "section": "Emphasis and strong emphasis" }, { - "markdown": "****foo*\n", - "html": "<p>***<em>foo</em></p>\n", - "example": 422, - "start_line": 6883, - "end_line": 6887, + "markdown": "*foo**bar***\n", + "html": "<p><em>foo<strong>bar</strong></em></p>\n", + "example": 414, + "start_line": 6902, + "end_line": 6906, "section": "Emphasis and strong emphasis" }, { - "markdown": "**foo***\n", - "html": "<p><strong>foo</strong>*</p>\n", - "example": 423, - "start_line": 6890, - "end_line": 6894, + "markdown": "foo***bar***baz\n", + "html": "<p>foo<em><strong>bar</strong></em>baz</p>\n", + "example": 415, + "start_line": 6913, + "end_line": 6917, "section": "Emphasis and strong emphasis" }, { - "markdown": "*foo****\n", - "html": "<p><em>foo</em>***</p>\n", - "example": 424, - "start_line": 6897, - "end_line": 6901, + "markdown": "foo******bar*********baz\n", + "html": "<p>foo<strong><strong><strong>bar</strong></strong></strong>***baz</p>\n", + "example": 416, + "start_line": 6919, + "end_line": 6923, "section": "Emphasis and strong emphasis" }, { - "markdown": "foo ___\n", - "html": "<p>foo ___</p>\n", - "example": 425, - "start_line": 6907, - "end_line": 6911, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo _\\__\n", - "html": "<p>foo <em>_</em></p>\n", - "example": 426, - "start_line": 6914, - "end_line": 6918, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo _*_\n", - "html": "<p>foo <em>*</em></p>\n", - "example": 427, - "start_line": 6921, - "end_line": 6925, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "foo _____\n", - "html": "<p>foo _____</p>\n", - "example": 428, + "markdown": "*foo **bar *baz* bim** bop*\n", + "html": "<p><em>foo <strong>bar <em>baz</em> bim</strong> bop</em></p>\n", + "example": 417, "start_line": 6928, "end_line": 6932, "section": "Emphasis and strong emphasis" }, { - "markdown": "foo __\\___\n", - "html": "<p>foo <strong>_</strong></p>\n", - "example": 429, + "markdown": "*foo [*bar*](/url)*\n", + "html": "<p><em>foo <a href=\"/url\"><em>bar</em></a></em></p>\n", + "example": 418, "start_line": 6935, "end_line": 6939, "section": "Emphasis and strong emphasis" }, { - "markdown": "foo __*__\n", - "html": "<p>foo <strong>*</strong></p>\n", + "markdown": "** is not an empty emphasis\n", + "html": "<p>** is not an empty emphasis</p>\n", + "example": 419, + "start_line": 6944, + "end_line": 6948, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**** is not an empty strong emphasis\n", + "html": "<p>**** is not an empty strong emphasis</p>\n", + "example": 420, + "start_line": 6951, + "end_line": 6955, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**foo [bar](/url)**\n", + "html": "<p><strong>foo <a href=\"/url\">bar</a></strong></p>\n", + "example": 421, + "start_line": 6964, + "end_line": 6968, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**foo\nbar**\n", + "html": "<p><strong>foo\nbar</strong></p>\n", + "example": 422, + "start_line": 6971, + "end_line": 6977, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__foo _bar_ baz__\n", + "html": "<p><strong>foo <em>bar</em> baz</strong></p>\n", + "example": 423, + "start_line": 6983, + "end_line": 6987, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__foo __bar__ baz__\n", + "html": "<p><strong>foo <strong>bar</strong> baz</strong></p>\n", + "example": 424, + "start_line": 6990, + "end_line": 6994, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "____foo__ bar__\n", + "html": "<p><strong><strong>foo</strong> bar</strong></p>\n", + "example": 425, + "start_line": 6997, + "end_line": 7001, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**foo **bar****\n", + "html": "<p><strong>foo <strong>bar</strong></strong></p>\n", + "example": 426, + "start_line": 7004, + "end_line": 7008, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**foo *bar* baz**\n", + "html": "<p><strong>foo <em>bar</em> baz</strong></p>\n", + "example": 427, + "start_line": 7011, + "end_line": 7015, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**foo*bar*baz**\n", + "html": "<p><strong>foo<em>bar</em>baz</strong></p>\n", + "example": 428, + "start_line": 7018, + "end_line": 7022, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "***foo* bar**\n", + "html": "<p><strong><em>foo</em> bar</strong></p>\n", + "example": 429, + "start_line": 7025, + "end_line": 7029, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**foo *bar***\n", + "html": "<p><strong>foo <em>bar</em></strong></p>\n", "example": 430, - "start_line": 6942, - "end_line": 6946, + "start_line": 7032, + "end_line": 7036, "section": "Emphasis and strong emphasis" }, { - "markdown": "__foo_\n", - "html": "<p>_<em>foo</em></p>\n", + "markdown": "**foo *bar **baz**\nbim* bop**\n", + "html": "<p><strong>foo <em>bar <strong>baz</strong>\nbim</em> bop</strong></p>\n", "example": 431, - "start_line": 6949, - "end_line": 6953, + "start_line": 7041, + "end_line": 7047, "section": "Emphasis and strong emphasis" }, { - "markdown": "_foo__\n", - "html": "<p><em>foo</em>_</p>\n", + "markdown": "**foo [*bar*](/url)**\n", + "html": "<p><strong>foo <a href=\"/url\"><em>bar</em></a></strong></p>\n", "example": 432, - "start_line": 6960, - "end_line": 6964, + "start_line": 7050, + "end_line": 7054, "section": "Emphasis and strong emphasis" }, { - "markdown": "___foo__\n", - "html": "<p>_<strong>foo</strong></p>\n", + "markdown": "__ is not an empty emphasis\n", + "html": "<p>__ is not an empty emphasis</p>\n", "example": 433, - "start_line": 6967, - "end_line": 6971, + "start_line": 7059, + "end_line": 7063, "section": "Emphasis and strong emphasis" }, { - "markdown": "____foo_\n", - "html": "<p>___<em>foo</em></p>\n", + "markdown": "____ is not an empty strong emphasis\n", + "html": "<p>____ is not an empty strong emphasis</p>\n", "example": 434, - "start_line": 6974, - "end_line": 6978, + "start_line": 7066, + "end_line": 7070, "section": "Emphasis and strong emphasis" }, { - "markdown": "__foo___\n", - "html": "<p><strong>foo</strong>_</p>\n", + "markdown": "foo ***\n", + "html": "<p>foo ***</p>\n", "example": 435, - "start_line": 6981, - "end_line": 6985, + "start_line": 7076, + "end_line": 7080, "section": "Emphasis and strong emphasis" }, { - "markdown": "_foo____\n", - "html": "<p><em>foo</em>___</p>\n", + "markdown": "foo *\\**\n", + "html": "<p>foo <em>*</em></p>\n", "example": 436, - "start_line": 6988, - "end_line": 6992, + "start_line": 7083, + "end_line": 7087, "section": "Emphasis and strong emphasis" }, { - "markdown": "**foo**\n", - "html": "<p><strong>foo</strong></p>\n", + "markdown": "foo *_*\n", + "html": "<p>foo <em>_</em></p>\n", "example": 437, - "start_line": 6998, - "end_line": 7002, + "start_line": 7090, + "end_line": 7094, "section": "Emphasis and strong emphasis" }, { - "markdown": "*_foo_*\n", - "html": "<p><em><em>foo</em></em></p>\n", + "markdown": "foo *****\n", + "html": "<p>foo *****</p>\n", "example": 438, - "start_line": 7005, - "end_line": 7009, + "start_line": 7097, + "end_line": 7101, "section": "Emphasis and strong emphasis" }, { - "markdown": "__foo__\n", - "html": "<p><strong>foo</strong></p>\n", + "markdown": "foo **\\***\n", + "html": "<p>foo <strong>*</strong></p>\n", "example": 439, - "start_line": 7012, - "end_line": 7016, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_*foo*_\n", - "html": "<p><em><em>foo</em></em></p>\n", - "example": 440, - "start_line": 7019, - "end_line": 7023, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "****foo****\n", - "html": "<p><strong><strong>foo</strong></strong></p>\n", - "example": 441, - "start_line": 7029, - "end_line": 7033, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "____foo____\n", - "html": "<p><strong><strong>foo</strong></strong></p>\n", - "example": 442, - "start_line": 7036, - "end_line": 7040, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "******foo******\n", - "html": "<p><strong><strong><strong>foo</strong></strong></strong></p>\n", - "example": 443, - "start_line": 7047, - "end_line": 7051, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "***foo***\n", - "html": "<p><em><strong>foo</strong></em></p>\n", - "example": 444, - "start_line": 7056, - "end_line": 7060, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "_____foo_____\n", - "html": "<p><em><strong><strong>foo</strong></strong></em></p>\n", - "example": 445, - "start_line": 7063, - "end_line": 7067, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo _bar* baz_\n", - "html": "<p><em>foo _bar</em> baz_</p>\n", - "example": 446, - "start_line": 7072, - "end_line": 7076, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo __bar *baz bim__ bam*\n", - "html": "<p><em>foo <strong>bar *baz bim</strong> bam</em></p>\n", - "example": 447, - "start_line": 7079, - "end_line": 7083, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "**foo **bar baz**\n", - "html": "<p>**foo <strong>bar baz</strong></p>\n", - "example": 448, - "start_line": 7088, - "end_line": 7092, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*foo *bar baz*\n", - "html": "<p>*foo <em>bar baz</em></p>\n", - "example": 449, - "start_line": 7095, - "end_line": 7099, - "section": "Emphasis and strong emphasis" - }, - { - "markdown": "*[bar*](/url)\n", - "html": "<p>*<a href=\"/url\">bar*</a></p>\n", - "example": 450, "start_line": 7104, "end_line": 7108, "section": "Emphasis and strong emphasis" }, { - "markdown": "_foo [bar_](/url)\n", - "html": "<p>_foo <a href=\"/url\">bar_</a></p>\n", - "example": 451, + "markdown": "foo **_**\n", + "html": "<p>foo <strong>_</strong></p>\n", + "example": 440, "start_line": 7111, "end_line": 7115, "section": "Emphasis and strong emphasis" }, { + "markdown": "**foo*\n", + "html": "<p>*<em>foo</em></p>\n", + "example": 441, + "start_line": 7122, + "end_line": 7126, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*foo**\n", + "html": "<p><em>foo</em>*</p>\n", + "example": 442, + "start_line": 7129, + "end_line": 7133, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "***foo**\n", + "html": "<p>*<strong>foo</strong></p>\n", + "example": 443, + "start_line": 7136, + "end_line": 7140, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "****foo*\n", + "html": "<p>***<em>foo</em></p>\n", + "example": 444, + "start_line": 7143, + "end_line": 7147, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**foo***\n", + "html": "<p><strong>foo</strong>*</p>\n", + "example": 445, + "start_line": 7150, + "end_line": 7154, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*foo****\n", + "html": "<p><em>foo</em>***</p>\n", + "example": 446, + "start_line": 7157, + "end_line": 7161, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "foo ___\n", + "html": "<p>foo ___</p>\n", + "example": 447, + "start_line": 7167, + "end_line": 7171, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "foo _\\__\n", + "html": "<p>foo <em>_</em></p>\n", + "example": 448, + "start_line": 7174, + "end_line": 7178, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "foo _*_\n", + "html": "<p>foo <em>*</em></p>\n", + "example": 449, + "start_line": 7181, + "end_line": 7185, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "foo _____\n", + "html": "<p>foo _____</p>\n", + "example": 450, + "start_line": 7188, + "end_line": 7192, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "foo __\\___\n", + "html": "<p>foo <strong>_</strong></p>\n", + "example": 451, + "start_line": 7195, + "end_line": 7199, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "foo __*__\n", + "html": "<p>foo <strong>*</strong></p>\n", + "example": 452, + "start_line": 7202, + "end_line": 7206, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__foo_\n", + "html": "<p>_<em>foo</em></p>\n", + "example": 453, + "start_line": 7209, + "end_line": 7213, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_foo__\n", + "html": "<p><em>foo</em>_</p>\n", + "example": 454, + "start_line": 7220, + "end_line": 7224, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "___foo__\n", + "html": "<p>_<strong>foo</strong></p>\n", + "example": 455, + "start_line": 7227, + "end_line": 7231, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "____foo_\n", + "html": "<p>___<em>foo</em></p>\n", + "example": 456, + "start_line": 7234, + "end_line": 7238, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__foo___\n", + "html": "<p><strong>foo</strong>_</p>\n", + "example": 457, + "start_line": 7241, + "end_line": 7245, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_foo____\n", + "html": "<p><em>foo</em>___</p>\n", + "example": 458, + "start_line": 7248, + "end_line": 7252, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**foo**\n", + "html": "<p><strong>foo</strong></p>\n", + "example": 459, + "start_line": 7258, + "end_line": 7262, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*_foo_*\n", + "html": "<p><em><em>foo</em></em></p>\n", + "example": 460, + "start_line": 7265, + "end_line": 7269, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "__foo__\n", + "html": "<p><strong>foo</strong></p>\n", + "example": 461, + "start_line": 7272, + "end_line": 7276, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_*foo*_\n", + "html": "<p><em><em>foo</em></em></p>\n", + "example": 462, + "start_line": 7279, + "end_line": 7283, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "****foo****\n", + "html": "<p><strong><strong>foo</strong></strong></p>\n", + "example": 463, + "start_line": 7289, + "end_line": 7293, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "____foo____\n", + "html": "<p><strong><strong>foo</strong></strong></p>\n", + "example": 464, + "start_line": 7296, + "end_line": 7300, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "******foo******\n", + "html": "<p><strong><strong><strong>foo</strong></strong></strong></p>\n", + "example": 465, + "start_line": 7307, + "end_line": 7311, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "***foo***\n", + "html": "<p><em><strong>foo</strong></em></p>\n", + "example": 466, + "start_line": 7316, + "end_line": 7320, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_____foo_____\n", + "html": "<p><em><strong><strong>foo</strong></strong></em></p>\n", + "example": 467, + "start_line": 7323, + "end_line": 7327, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*foo _bar* baz_\n", + "html": "<p><em>foo _bar</em> baz_</p>\n", + "example": 468, + "start_line": 7332, + "end_line": 7336, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*foo __bar *baz bim__ bam*\n", + "html": "<p><em>foo <strong>bar *baz bim</strong> bam</em></p>\n", + "example": 469, + "start_line": 7339, + "end_line": 7343, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "**foo **bar baz**\n", + "html": "<p>**foo <strong>bar baz</strong></p>\n", + "example": 470, + "start_line": 7348, + "end_line": 7352, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*foo *bar baz*\n", + "html": "<p>*foo <em>bar baz</em></p>\n", + "example": 471, + "start_line": 7355, + "end_line": 7359, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "*[bar*](/url)\n", + "html": "<p>*<a href=\"/url\">bar*</a></p>\n", + "example": 472, + "start_line": 7364, + "end_line": 7368, + "section": "Emphasis and strong emphasis" + }, + { + "markdown": "_foo [bar_](/url)\n", + "html": "<p>_foo <a href=\"/url\">bar_</a></p>\n", + "example": 473, + "start_line": 7371, + "end_line": 7375, + "section": "Emphasis and strong emphasis" + }, + { "markdown": "*<img src=\"foo\" title=\"*\"/>\n", "html": "<p>*<img src=\"foo\" title=\"*\"/></p>\n", - "example": 452, - "start_line": 7118, - "end_line": 7122, + "example": 474, + "start_line": 7378, + "end_line": 7382, "section": "Emphasis and strong emphasis" }, { "markdown": "**<a href=\"**\">\n", "html": "<p>**<a href=\"**\"></p>\n", - "example": 453, - "start_line": 7125, - "end_line": 7129, + "example": 475, + "start_line": 7385, + "end_line": 7389, "section": "Emphasis and strong emphasis" }, { "markdown": "__<a href=\"__\">\n", "html": "<p>__<a href=\"__\"></p>\n", - "example": 454, - "start_line": 7132, - "end_line": 7136, + "example": 476, + "start_line": 7392, + "end_line": 7396, "section": "Emphasis and strong emphasis" }, { "markdown": "*a `*`*\n", "html": "<p><em>a <code>*</code></em></p>\n", - "example": 455, - "start_line": 7139, - "end_line": 7143, + "example": 477, + "start_line": 7399, + "end_line": 7403, "section": "Emphasis and strong emphasis" }, { "markdown": "_a `_`_\n", "html": "<p><em>a <code>_</code></em></p>\n", - "example": 456, - "start_line": 7146, - "end_line": 7150, + "example": 478, + "start_line": 7406, + "end_line": 7410, "section": "Emphasis and strong emphasis" }, { "markdown": "**a<http://foo.bar/?q=**>\n", "html": "<p>**a<a href=\"http://foo.bar/?q=**\">http://foo.bar/?q=**</a></p>\n", - "example": 457, - "start_line": 7153, - "end_line": 7157, + "example": 479, + "start_line": 7413, + "end_line": 7417, "section": "Emphasis and strong emphasis" }, { "markdown": "__a<http://foo.bar/?q=__>\n", "html": "<p>__a<a href=\"http://foo.bar/?q=__\">http://foo.bar/?q=__</a></p>\n", - "example": 458, - "start_line": 7160, - "end_line": 7164, + "example": 480, + "start_line": 7420, + "end_line": 7424, "section": "Emphasis and strong emphasis" }, { "markdown": "[link](/uri \"title\")\n", "html": "<p><a href=\"/uri\" title=\"title\">link</a></p>\n", - "example": 459, - "start_line": 7241, - "end_line": 7245, + "example": 481, + "start_line": 7503, + "end_line": 7507, "section": "Links" }, { "markdown": "[link](/uri)\n", "html": "<p><a href=\"/uri\">link</a></p>\n", - "example": 460, - "start_line": 7250, - "end_line": 7254, + "example": 482, + "start_line": 7512, + "end_line": 7516, "section": "Links" }, { "markdown": "[link]()\n", "html": "<p><a href=\"\">link</a></p>\n", - "example": 461, - "start_line": 7259, - "end_line": 7263, + "example": 483, + "start_line": 7521, + "end_line": 7525, "section": "Links" }, { "markdown": "[link](<>)\n", "html": "<p><a href=\"\">link</a></p>\n", - "example": 462, - "start_line": 7266, - "end_line": 7270, + "example": 484, + "start_line": 7528, + "end_line": 7532, "section": "Links" }, { "markdown": "[link](/my uri)\n", "html": "<p>[link](/my uri)</p>\n", - "example": 463, - "start_line": 7276, - "end_line": 7280, + "example": 485, + "start_line": 7537, + "end_line": 7541, "section": "Links" }, { "markdown": "[link](</my uri>)\n", - "html": "<p>[link](</my uri>)</p>\n", - "example": 464, - "start_line": 7283, - "end_line": 7287, + "html": "<p><a href=\"/my%20uri\">link</a></p>\n", + "example": 486, + "start_line": 7543, + "end_line": 7547, "section": "Links" }, { "markdown": "[link](foo\nbar)\n", "html": "<p>[link](foo\nbar)</p>\n", - "example": 465, - "start_line": 7290, - "end_line": 7296, + "example": 487, + "start_line": 7552, + "end_line": 7558, "section": "Links" }, { "markdown": "[link](<foo\nbar>)\n", "html": "<p>[link](<foo\nbar>)</p>\n", - "example": 466, - "start_line": 7299, - "end_line": 7305, - "section": "Links" - }, - { - "markdown": "[link](\\(foo\\))\n", - "html": "<p><a href=\"(foo)\">link</a></p>\n", - "example": 467, - "start_line": 7309, - "end_line": 7313, - "section": "Links" - }, - { - "markdown": "[link](foo(and(bar)))\n", - "html": "<p><a href=\"foo(and(bar))\">link</a></p>\n", - "example": 468, - "start_line": 7318, - "end_line": 7322, - "section": "Links" - }, - { - "markdown": "[link](foo\\(and\\(bar\\))\n", - "html": "<p><a href=\"foo(and(bar)\">link</a></p>\n", - "example": 469, - "start_line": 7327, - "end_line": 7331, - "section": "Links" - }, - { - "markdown": "[link](<foo(and(bar)>)\n", - "html": "<p><a href=\"foo(and(bar)\">link</a></p>\n", - "example": 470, - "start_line": 7334, - "end_line": 7338, - "section": "Links" - }, - { - "markdown": "[link](foo\\)\\:)\n", - "html": "<p><a href=\"foo):\">link</a></p>\n", - "example": 471, - "start_line": 7344, - "end_line": 7348, - "section": "Links" - }, - { - "markdown": "[link](#fragment)\n\n[link](http://example.com#fragment)\n\n[link](http://example.com?foo=3#frag)\n", - "html": "<p><a href=\"#fragment\">link</a></p>\n<p><a href=\"http://example.com#fragment\">link</a></p>\n<p><a href=\"http://example.com?foo=3#frag\">link</a></p>\n", - "example": 472, - "start_line": 7353, - "end_line": 7363, - "section": "Links" - }, - { - "markdown": "[link](foo\\bar)\n", - "html": "<p><a href=\"foo%5Cbar\">link</a></p>\n", - "example": 473, - "start_line": 7369, - "end_line": 7373, - "section": "Links" - }, - { - "markdown": "[link](foo%20bä)\n", - "html": "<p><a href=\"foo%20b%C3%A4\">link</a></p>\n", - "example": 474, - "start_line": 7385, - "end_line": 7389, - "section": "Links" - }, - { - "markdown": "[link](\"title\")\n", - "html": "<p><a href=\"%22title%22\">link</a></p>\n", - "example": 475, - "start_line": 7396, - "end_line": 7400, - "section": "Links" - }, - { - "markdown": "[link](/url \"title\")\n[link](/url 'title')\n[link](/url (title))\n", - "html": "<p><a href=\"/url\" title=\"title\">link</a>\n<a href=\"/url\" title=\"title\">link</a>\n<a href=\"/url\" title=\"title\">link</a></p>\n", - "example": 476, - "start_line": 7405, - "end_line": 7413, - "section": "Links" - }, - { - "markdown": "[link](/url \"title \\\""\")\n", - "html": "<p><a href=\"/url\" title=\"title ""\">link</a></p>\n", - "example": 477, - "start_line": 7419, - "end_line": 7423, - "section": "Links" - }, - { - "markdown": "[link](/url \"title\")\n", - "html": "<p><a href=\"/url%C2%A0%22title%22\">link</a></p>\n", - "example": 478, - "start_line": 7429, - "end_line": 7433, - "section": "Links" - }, - { - "markdown": "[link](/url \"title \"and\" title\")\n", - "html": "<p>[link](/url "title "and" title")</p>\n", - "example": 479, - "start_line": 7438, - "end_line": 7442, - "section": "Links" - }, - { - "markdown": "[link](/url 'title \"and\" title')\n", - "html": "<p><a href=\"/url\" title=\"title "and" title\">link</a></p>\n", - "example": 480, - "start_line": 7447, - "end_line": 7451, - "section": "Links" - }, - { - "markdown": "[link]( /uri\n \"title\" )\n", - "html": "<p><a href=\"/uri\" title=\"title\">link</a></p>\n", - "example": 481, - "start_line": 7471, - "end_line": 7476, - "section": "Links" - }, - { - "markdown": "[link] (/uri)\n", - "html": "<p>[link] (/uri)</p>\n", - "example": 482, - "start_line": 7482, - "end_line": 7486, - "section": "Links" - }, - { - "markdown": "[link [foo [bar]]](/uri)\n", - "html": "<p><a href=\"/uri\">link [foo [bar]]</a></p>\n", - "example": 483, - "start_line": 7492, - "end_line": 7496, - "section": "Links" - }, - { - "markdown": "[link] bar](/uri)\n", - "html": "<p>[link] bar](/uri)</p>\n", - "example": 484, - "start_line": 7499, - "end_line": 7503, - "section": "Links" - }, - { - "markdown": "[link [bar](/uri)\n", - "html": "<p>[link <a href=\"/uri\">bar</a></p>\n", - "example": 485, - "start_line": 7506, - "end_line": 7510, - "section": "Links" - }, - { - "markdown": "[link \\[bar](/uri)\n", - "html": "<p><a href=\"/uri\">link [bar</a></p>\n", - "example": 486, - "start_line": 7513, - "end_line": 7517, - "section": "Links" - }, - { - "markdown": "[link *foo **bar** `#`*](/uri)\n", - "html": "<p><a href=\"/uri\">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>\n", - "example": 487, - "start_line": 7522, - "end_line": 7526, - "section": "Links" - }, - { - "markdown": "[](/uri)\n", - "html": "<p><a href=\"/uri\"><img src=\"moon.jpg\" alt=\"moon\" /></a></p>\n", "example": 488, - "start_line": 7529, - "end_line": 7533, - "section": "Links" - }, - { - "markdown": "[foo [bar](/uri)](/uri)\n", - "html": "<p>[foo <a href=\"/uri\">bar</a>](/uri)</p>\n", - "example": 489, - "start_line": 7538, - "end_line": 7542, - "section": "Links" - }, - { - "markdown": "[foo *[bar [baz](/uri)](/uri)*](/uri)\n", - "html": "<p>[foo <em>[bar <a href=\"/uri\">baz</a>](/uri)</em>](/uri)</p>\n", - "example": 490, - "start_line": 7545, - "end_line": 7549, - "section": "Links" - }, - { - "markdown": "](uri2)](uri3)\n", - "html": "<p><img src=\"uri3\" alt=\"[foo](uri2)\" /></p>\n", - "example": 491, - "start_line": 7552, - "end_line": 7556, - "section": "Links" - }, - { - "markdown": "*[foo*](/uri)\n", - "html": "<p>*<a href=\"/uri\">foo*</a></p>\n", - "example": 492, - "start_line": 7562, + "start_line": 7560, "end_line": 7566, "section": "Links" }, { - "markdown": "[foo *bar](baz*)\n", - "html": "<p><a href=\"baz*\">foo *bar</a></p>\n", - "example": 493, - "start_line": 7569, - "end_line": 7573, + "markdown": "[a](<b)c>)\n", + "html": "<p><a href=\"b)c\">a</a></p>\n", + "example": 489, + "start_line": 7571, + "end_line": 7575, "section": "Links" }, { - "markdown": "*foo [bar* baz]\n", - "html": "<p><em>foo [bar</em> baz]</p>\n", - "example": 494, + "markdown": "[link](<foo\\>)\n", + "html": "<p>[link](<foo>)</p>\n", + "example": 490, "start_line": 7579, "end_line": 7583, "section": "Links" }, { + "markdown": "[a](<b)c\n[a](<b)c>\n[a](<b>c)\n", + "html": "<p>[a](<b)c\n[a](<b)c>\n[a](<b>c)</p>\n", + "example": 491, + "start_line": 7588, + "end_line": 7596, + "section": "Links" + }, + { + "markdown": "[link](\\(foo\\))\n", + "html": "<p><a href=\"(foo)\">link</a></p>\n", + "example": 492, + "start_line": 7600, + "end_line": 7604, + "section": "Links" + }, + { + "markdown": "[link](foo(and(bar)))\n", + "html": "<p><a href=\"foo(and(bar))\">link</a></p>\n", + "example": 493, + "start_line": 7609, + "end_line": 7613, + "section": "Links" + }, + { + "markdown": "[link](foo\\(and\\(bar\\))\n", + "html": "<p><a href=\"foo(and(bar)\">link</a></p>\n", + "example": 494, + "start_line": 7618, + "end_line": 7622, + "section": "Links" + }, + { + "markdown": "[link](<foo(and(bar)>)\n", + "html": "<p><a href=\"foo(and(bar)\">link</a></p>\n", + "example": 495, + "start_line": 7625, + "end_line": 7629, + "section": "Links" + }, + { + "markdown": "[link](foo\\)\\:)\n", + "html": "<p><a href=\"foo):\">link</a></p>\n", + "example": 496, + "start_line": 7635, + "end_line": 7639, + "section": "Links" + }, + { + "markdown": "[link](#fragment)\n\n[link](http://example.com#fragment)\n\n[link](http://example.com?foo=3#frag)\n", + "html": "<p><a href=\"#fragment\">link</a></p>\n<p><a href=\"http://example.com#fragment\">link</a></p>\n<p><a href=\"http://example.com?foo=3#frag\">link</a></p>\n", + "example": 497, + "start_line": 7644, + "end_line": 7654, + "section": "Links" + }, + { + "markdown": "[link](foo\\bar)\n", + "html": "<p><a href=\"foo%5Cbar\">link</a></p>\n", + "example": 498, + "start_line": 7660, + "end_line": 7664, + "section": "Links" + }, + { + "markdown": "[link](foo%20bä)\n", + "html": "<p><a href=\"foo%20b%C3%A4\">link</a></p>\n", + "example": 499, + "start_line": 7676, + "end_line": 7680, + "section": "Links" + }, + { + "markdown": "[link](\"title\")\n", + "html": "<p><a href=\"%22title%22\">link</a></p>\n", + "example": 500, + "start_line": 7687, + "end_line": 7691, + "section": "Links" + }, + { + "markdown": "[link](/url \"title\")\n[link](/url 'title')\n[link](/url (title))\n", + "html": "<p><a href=\"/url\" title=\"title\">link</a>\n<a href=\"/url\" title=\"title\">link</a>\n<a href=\"/url\" title=\"title\">link</a></p>\n", + "example": 501, + "start_line": 7696, + "end_line": 7704, + "section": "Links" + }, + { + "markdown": "[link](/url \"title \\\""\")\n", + "html": "<p><a href=\"/url\" title=\"title ""\">link</a></p>\n", + "example": 502, + "start_line": 7710, + "end_line": 7714, + "section": "Links" + }, + { + "markdown": "[link](/url \"title\")\n", + "html": "<p><a href=\"/url%C2%A0%22title%22\">link</a></p>\n", + "example": 503, + "start_line": 7720, + "end_line": 7724, + "section": "Links" + }, + { + "markdown": "[link](/url \"title \"and\" title\")\n", + "html": "<p>[link](/url "title "and" title")</p>\n", + "example": 504, + "start_line": 7729, + "end_line": 7733, + "section": "Links" + }, + { + "markdown": "[link](/url 'title \"and\" title')\n", + "html": "<p><a href=\"/url\" title=\"title "and" title\">link</a></p>\n", + "example": 505, + "start_line": 7738, + "end_line": 7742, + "section": "Links" + }, + { + "markdown": "[link]( /uri\n \"title\" )\n", + "html": "<p><a href=\"/uri\" title=\"title\">link</a></p>\n", + "example": 506, + "start_line": 7762, + "end_line": 7767, + "section": "Links" + }, + { + "markdown": "[link] (/uri)\n", + "html": "<p>[link] (/uri)</p>\n", + "example": 507, + "start_line": 7773, + "end_line": 7777, + "section": "Links" + }, + { + "markdown": "[link [foo [bar]]](/uri)\n", + "html": "<p><a href=\"/uri\">link [foo [bar]]</a></p>\n", + "example": 508, + "start_line": 7783, + "end_line": 7787, + "section": "Links" + }, + { + "markdown": "[link] bar](/uri)\n", + "html": "<p>[link] bar](/uri)</p>\n", + "example": 509, + "start_line": 7790, + "end_line": 7794, + "section": "Links" + }, + { + "markdown": "[link [bar](/uri)\n", + "html": "<p>[link <a href=\"/uri\">bar</a></p>\n", + "example": 510, + "start_line": 7797, + "end_line": 7801, + "section": "Links" + }, + { + "markdown": "[link \\[bar](/uri)\n", + "html": "<p><a href=\"/uri\">link [bar</a></p>\n", + "example": 511, + "start_line": 7804, + "end_line": 7808, + "section": "Links" + }, + { + "markdown": "[link *foo **bar** `#`*](/uri)\n", + "html": "<p><a href=\"/uri\">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>\n", + "example": 512, + "start_line": 7813, + "end_line": 7817, + "section": "Links" + }, + { + "markdown": "[](/uri)\n", + "html": "<p><a href=\"/uri\"><img src=\"moon.jpg\" alt=\"moon\" /></a></p>\n", + "example": 513, + "start_line": 7820, + "end_line": 7824, + "section": "Links" + }, + { + "markdown": "[foo [bar](/uri)](/uri)\n", + "html": "<p>[foo <a href=\"/uri\">bar</a>](/uri)</p>\n", + "example": 514, + "start_line": 7829, + "end_line": 7833, + "section": "Links" + }, + { + "markdown": "[foo *[bar [baz](/uri)](/uri)*](/uri)\n", + "html": "<p>[foo <em>[bar <a href=\"/uri\">baz</a>](/uri)</em>](/uri)</p>\n", + "example": 515, + "start_line": 7836, + "end_line": 7840, + "section": "Links" + }, + { + "markdown": "](uri2)](uri3)\n", + "html": "<p><img src=\"uri3\" alt=\"[foo](uri2)\" /></p>\n", + "example": 516, + "start_line": 7843, + "end_line": 7847, + "section": "Links" + }, + { + "markdown": "*[foo*](/uri)\n", + "html": "<p>*<a href=\"/uri\">foo*</a></p>\n", + "example": 517, + "start_line": 7853, + "end_line": 7857, + "section": "Links" + }, + { + "markdown": "[foo *bar](baz*)\n", + "html": "<p><a href=\"baz*\">foo *bar</a></p>\n", + "example": 518, + "start_line": 7860, + "end_line": 7864, + "section": "Links" + }, + { + "markdown": "*foo [bar* baz]\n", + "html": "<p><em>foo [bar</em> baz]</p>\n", + "example": 519, + "start_line": 7870, + "end_line": 7874, + "section": "Links" + }, + { "markdown": "[foo <bar attr=\"](baz)\">\n", "html": "<p>[foo <bar attr=\"](baz)\"></p>\n", - "example": 495, - "start_line": 7589, - "end_line": 7593, + "example": 520, + "start_line": 7880, + "end_line": 7884, "section": "Links" }, { "markdown": "[foo`](/uri)`\n", "html": "<p>[foo<code>](/uri)</code></p>\n", - "example": 496, - "start_line": 7596, - "end_line": 7600, + "example": 521, + "start_line": 7887, + "end_line": 7891, "section": "Links" }, { "markdown": "[foo<http://example.com/?search=](uri)>\n", "html": "<p>[foo<a href=\"http://example.com/?search=%5D(uri)\">http://example.com/?search=](uri)</a></p>\n", - "example": 497, - "start_line": 7603, - "end_line": 7607, + "example": 522, + "start_line": 7894, + "end_line": 7898, "section": "Links" }, { "markdown": "[foo][bar]\n\n[bar]: /url \"title\"\n", "html": "<p><a href=\"/url\" title=\"title\">foo</a></p>\n", - "example": 498, - "start_line": 7641, - "end_line": 7647, + "example": 523, + "start_line": 7932, + "end_line": 7938, "section": "Links" }, { "markdown": "[link [foo [bar]]][ref]\n\n[ref]: /uri\n", "html": "<p><a href=\"/uri\">link [foo [bar]]</a></p>\n", - "example": 499, - "start_line": 7656, - "end_line": 7662, + "example": 524, + "start_line": 7947, + "end_line": 7953, "section": "Links" }, { "markdown": "[link \\[bar][ref]\n\n[ref]: /uri\n", "html": "<p><a href=\"/uri\">link [bar</a></p>\n", - "example": 500, - "start_line": 7665, - "end_line": 7671, + "example": 525, + "start_line": 7956, + "end_line": 7962, "section": "Links" }, { "markdown": "[link *foo **bar** `#`*][ref]\n\n[ref]: /uri\n", "html": "<p><a href=\"/uri\">link <em>foo <strong>bar</strong> <code>#</code></em></a></p>\n", - "example": 501, - "start_line": 7676, - "end_line": 7682, + "example": 526, + "start_line": 7967, + "end_line": 7973, "section": "Links" }, { "markdown": "[][ref]\n\n[ref]: /uri\n", "html": "<p><a href=\"/uri\"><img src=\"moon.jpg\" alt=\"moon\" /></a></p>\n", - "example": 502, - "start_line": 7685, - "end_line": 7691, + "example": 527, + "start_line": 7976, + "end_line": 7982, "section": "Links" }, { "markdown": "[foo [bar](/uri)][ref]\n\n[ref]: /uri\n", "html": "<p>[foo <a href=\"/uri\">bar</a>]<a href=\"/uri\">ref</a></p>\n", - "example": 503, - "start_line": 7696, - "end_line": 7702, + "example": 528, + "start_line": 7987, + "end_line": 7993, "section": "Links" }, { "markdown": "[foo *bar [baz][ref]*][ref]\n\n[ref]: /uri\n", "html": "<p>[foo <em>bar <a href=\"/uri\">baz</a></em>]<a href=\"/uri\">ref</a></p>\n", - "example": 504, - "start_line": 7705, - "end_line": 7711, + "example": 529, + "start_line": 7996, + "end_line": 8002, "section": "Links" }, { "markdown": "*[foo*][ref]\n\n[ref]: /uri\n", "html": "<p>*<a href=\"/uri\">foo*</a></p>\n", - "example": 505, - "start_line": 7720, - "end_line": 7726, + "example": 530, + "start_line": 8011, + "end_line": 8017, "section": "Links" }, { "markdown": "[foo *bar][ref]\n\n[ref]: /uri\n", "html": "<p><a href=\"/uri\">foo *bar</a></p>\n", - "example": 506, - "start_line": 7729, - "end_line": 7735, + "example": 531, + "start_line": 8020, + "end_line": 8026, "section": "Links" }, { "markdown": "[foo <bar attr=\"][ref]\">\n\n[ref]: /uri\n", "html": "<p>[foo <bar attr=\"][ref]\"></p>\n", - "example": 507, - "start_line": 7741, - "end_line": 7747, + "example": 532, + "start_line": 8032, + "end_line": 8038, "section": "Links" }, { "markdown": "[foo`][ref]`\n\n[ref]: /uri\n", "html": "<p>[foo<code>][ref]</code></p>\n", - "example": 508, - "start_line": 7750, - "end_line": 7756, + "example": 533, + "start_line": 8041, + "end_line": 8047, "section": "Links" }, { "markdown": "[foo<http://example.com/?search=][ref]>\n\n[ref]: /uri\n", "html": "<p>[foo<a href=\"http://example.com/?search=%5D%5Bref%5D\">http://example.com/?search=][ref]</a></p>\n", - "example": 509, - "start_line": 7759, - "end_line": 7765, + "example": 534, + "start_line": 8050, + "end_line": 8056, "section": "Links" }, { "markdown": "[foo][BaR]\n\n[bar]: /url \"title\"\n", "html": "<p><a href=\"/url\" title=\"title\">foo</a></p>\n", - "example": 510, - "start_line": 7770, - "end_line": 7776, + "example": 535, + "start_line": 8061, + "end_line": 8067, "section": "Links" }, { "markdown": "[Толпой][Толпой] is a Russian word.\n\n[ТОЛПОЙ]: /url\n", "html": "<p><a href=\"/url\">Толпой</a> is a Russian word.</p>\n", - "example": 511, - "start_line": 7781, - "end_line": 7787, + "example": 536, + "start_line": 8072, + "end_line": 8078, "section": "Links" }, { "markdown": "[Foo\n bar]: /url\n\n[Baz][Foo bar]\n", "html": "<p><a href=\"/url\">Baz</a></p>\n", - "example": 512, - "start_line": 7793, - "end_line": 7800, + "example": 537, + "start_line": 8084, + "end_line": 8091, "section": "Links" }, { "markdown": "[foo] [bar]\n\n[bar]: /url \"title\"\n", "html": "<p>[foo] <a href=\"/url\" title=\"title\">bar</a></p>\n", - "example": 513, - "start_line": 7806, - "end_line": 7812, + "example": 538, + "start_line": 8097, + "end_line": 8103, "section": "Links" }, { "markdown": "[foo]\n[bar]\n\n[bar]: /url \"title\"\n", "html": "<p>[foo]\n<a href=\"/url\" title=\"title\">bar</a></p>\n", - "example": 514, - "start_line": 7815, - "end_line": 7823, + "example": 539, + "start_line": 8106, + "end_line": 8114, "section": "Links" }, { "markdown": "[foo]: /url1\n\n[foo]: /url2\n\n[bar][foo]\n", "html": "<p><a href=\"/url1\">bar</a></p>\n", - "example": 515, - "start_line": 7856, - "end_line": 7864, + "example": 540, + "start_line": 8147, + "end_line": 8155, "section": "Links" }, { "markdown": "[bar][foo\\!]\n\n[foo!]: /url\n", "html": "<p>[bar][foo!]</p>\n", - "example": 516, - "start_line": 7871, - "end_line": 7877, + "example": 541, + "start_line": 8162, + "end_line": 8168, "section": "Links" }, { "markdown": "[foo][ref[]\n\n[ref[]: /uri\n", "html": "<p>[foo][ref[]</p>\n<p>[ref[]: /uri</p>\n", - "example": 517, - "start_line": 7883, - "end_line": 7890, + "example": 542, + "start_line": 8174, + "end_line": 8181, "section": "Links" }, { "markdown": "[foo][ref[bar]]\n\n[ref[bar]]: /uri\n", "html": "<p>[foo][ref[bar]]</p>\n<p>[ref[bar]]: /uri</p>\n", - "example": 518, - "start_line": 7893, - "end_line": 7900, + "example": 543, + "start_line": 8184, + "end_line": 8191, "section": "Links" }, { "markdown": "[[[foo]]]\n\n[[[foo]]]: /url\n", "html": "<p>[[[foo]]]</p>\n<p>[[[foo]]]: /url</p>\n", - "example": 519, - "start_line": 7903, - "end_line": 7910, + "example": 544, + "start_line": 8194, + "end_line": 8201, "section": "Links" }, { "markdown": "[foo][ref\\[]\n\n[ref\\[]: /uri\n", "html": "<p><a href=\"/uri\">foo</a></p>\n", - "example": 520, - "start_line": 7913, - "end_line": 7919, + "example": 545, + "start_line": 8204, + "end_line": 8210, "section": "Links" }, { "markdown": "[bar\\\\]: /uri\n\n[bar\\\\]\n", "html": "<p><a href=\"/uri\">bar\\</a></p>\n", - "example": 521, - "start_line": 7924, - "end_line": 7930, + "example": 546, + "start_line": 8215, + "end_line": 8221, "section": "Links" }, { "markdown": "[]\n\n[]: /uri\n", "html": "<p>[]</p>\n<p>[]: /uri</p>\n", - "example": 522, - "start_line": 7935, - "end_line": 7942, + "example": 547, + "start_line": 8226, + "end_line": 8233, "section": "Links" }, { "markdown": "[\n ]\n\n[\n ]: /uri\n", "html": "<p>[\n]</p>\n<p>[\n]: /uri</p>\n", - "example": 523, - "start_line": 7945, - "end_line": 7956, + "example": 548, + "start_line": 8236, + "end_line": 8247, "section": "Links" }, { "markdown": "[foo][]\n\n[foo]: /url \"title\"\n", "html": "<p><a href=\"/url\" title=\"title\">foo</a></p>\n", - "example": 524, - "start_line": 7968, - "end_line": 7974, + "example": 549, + "start_line": 8259, + "end_line": 8265, "section": "Links" }, { "markdown": "[*foo* bar][]\n\n[*foo* bar]: /url \"title\"\n", "html": "<p><a href=\"/url\" title=\"title\"><em>foo</em> bar</a></p>\n", - "example": 525, - "start_line": 7977, - "end_line": 7983, + "example": 550, + "start_line": 8268, + "end_line": 8274, "section": "Links" }, { "markdown": "[Foo][]\n\n[foo]: /url \"title\"\n", "html": "<p><a href=\"/url\" title=\"title\">Foo</a></p>\n", - "example": 526, - "start_line": 7988, - "end_line": 7994, + "example": 551, + "start_line": 8279, + "end_line": 8285, "section": "Links" }, { "markdown": "[foo] \n[]\n\n[foo]: /url \"title\"\n", "html": "<p><a href=\"/url\" title=\"title\">foo</a>\n[]</p>\n", - "example": 527, - "start_line": 8001, - "end_line": 8009, + "example": 552, + "start_line": 8292, + "end_line": 8300, "section": "Links" }, { "markdown": "[foo]\n\n[foo]: /url \"title\"\n", "html": "<p><a href=\"/url\" title=\"title\">foo</a></p>\n", - "example": 528, - "start_line": 8021, - "end_line": 8027, + "example": 553, + "start_line": 8312, + "end_line": 8318, "section": "Links" }, { "markdown": "[*foo* bar]\n\n[*foo* bar]: /url \"title\"\n", "html": "<p><a href=\"/url\" title=\"title\"><em>foo</em> bar</a></p>\n", - "example": 529, - "start_line": 8030, - "end_line": 8036, + "example": 554, + "start_line": 8321, + "end_line": 8327, "section": "Links" }, { "markdown": "[[*foo* bar]]\n\n[*foo* bar]: /url \"title\"\n", "html": "<p>[<a href=\"/url\" title=\"title\"><em>foo</em> bar</a>]</p>\n", - "example": 530, - "start_line": 8039, - "end_line": 8045, + "example": 555, + "start_line": 8330, + "end_line": 8336, "section": "Links" }, { "markdown": "[[bar [foo]\n\n[foo]: /url\n", "html": "<p>[[bar <a href=\"/url\">foo</a></p>\n", - "example": 531, - "start_line": 8048, - "end_line": 8054, + "example": 556, + "start_line": 8339, + "end_line": 8345, "section": "Links" }, { "markdown": "[Foo]\n\n[foo]: /url \"title\"\n", "html": "<p><a href=\"/url\" title=\"title\">Foo</a></p>\n", - "example": 532, - "start_line": 8059, - "end_line": 8065, + "example": 557, + "start_line": 8350, + "end_line": 8356, "section": "Links" }, { "markdown": "[foo] bar\n\n[foo]: /url\n", "html": "<p><a href=\"/url\">foo</a> bar</p>\n", - "example": 533, - "start_line": 8070, - "end_line": 8076, + "example": 558, + "start_line": 8361, + "end_line": 8367, "section": "Links" }, { "markdown": "\\[foo]\n\n[foo]: /url \"title\"\n", "html": "<p>[foo]</p>\n", - "example": 534, - "start_line": 8082, - "end_line": 8088, + "example": 559, + "start_line": 8373, + "end_line": 8379, "section": "Links" }, { "markdown": "[foo*]: /url\n\n*[foo*]\n", "html": "<p>*<a href=\"/url\">foo*</a></p>\n", - "example": 535, - "start_line": 8094, - "end_line": 8100, + "example": 560, + "start_line": 8385, + "end_line": 8391, "section": "Links" }, { "markdown": "[foo][bar]\n\n[foo]: /url1\n[bar]: /url2\n", "html": "<p><a href=\"/url2\">foo</a></p>\n", - "example": 536, - "start_line": 8106, - "end_line": 8113, + "example": 561, + "start_line": 8397, + "end_line": 8404, "section": "Links" }, { "markdown": "[foo][]\n\n[foo]: /url1\n", "html": "<p><a href=\"/url1\">foo</a></p>\n", - "example": 537, - "start_line": 8115, - "end_line": 8121, + "example": 562, + "start_line": 8406, + "end_line": 8412, "section": "Links" }, { "markdown": "[foo]()\n\n[foo]: /url1\n", "html": "<p><a href=\"\">foo</a></p>\n", - "example": 538, - "start_line": 8125, - "end_line": 8131, + "example": 563, + "start_line": 8416, + "end_line": 8422, "section": "Links" }, { "markdown": "[foo](not a link)\n\n[foo]: /url1\n", "html": "<p><a href=\"/url1\">foo</a>(not a link)</p>\n", - "example": 539, - "start_line": 8133, - "end_line": 8139, + "example": 564, + "start_line": 8424, + "end_line": 8430, "section": "Links" }, { "markdown": "[foo][bar][baz]\n\n[baz]: /url\n", "html": "<p>[foo]<a href=\"/url\">bar</a></p>\n", - "example": 540, - "start_line": 8144, - "end_line": 8150, + "example": 565, + "start_line": 8435, + "end_line": 8441, "section": "Links" }, { "markdown": "[foo][bar][baz]\n\n[baz]: /url1\n[bar]: /url2\n", "html": "<p><a href=\"/url2\">foo</a><a href=\"/url1\">baz</a></p>\n", - "example": 541, - "start_line": 8156, - "end_line": 8163, + "example": 566, + "start_line": 8447, + "end_line": 8454, "section": "Links" }, { "markdown": "[foo][bar][baz]\n\n[baz]: /url1\n[foo]: /url2\n", "html": "<p>[foo]<a href=\"/url1\">bar</a></p>\n", - "example": 542, - "start_line": 8169, - "end_line": 8176, + "example": 567, + "start_line": 8460, + "end_line": 8467, "section": "Links" }, { "markdown": "\n", "html": "<p><img src=\"/url\" alt=\"foo\" title=\"title\" /></p>\n", - "example": 543, - "start_line": 8192, - "end_line": 8196, + "example": 568, + "start_line": 8483, + "end_line": 8487, "section": "Images" }, { "markdown": "![foo *bar*]\n\n[foo *bar*]: train.jpg \"train & tracks\"\n", "html": "<p><img src=\"train.jpg\" alt=\"foo bar\" title=\"train & tracks\" /></p>\n", - "example": 544, - "start_line": 8199, - "end_line": 8205, + "example": 569, + "start_line": 8490, + "end_line": 8496, "section": "Images" }, { "markdown": "](/url2)\n", "html": "<p><img src=\"/url2\" alt=\"foo bar\" /></p>\n", - "example": 545, - "start_line": 8208, - "end_line": 8212, + "example": 570, + "start_line": 8499, + "end_line": 8503, "section": "Images" }, { "markdown": "](/url2)\n", "html": "<p><img src=\"/url2\" alt=\"foo bar\" /></p>\n", - "example": 546, - "start_line": 8215, - "end_line": 8219, + "example": 571, + "start_line": 8506, + "end_line": 8510, "section": "Images" }, { "markdown": "![foo *bar*][]\n\n[foo *bar*]: train.jpg \"train & tracks\"\n", "html": "<p><img src=\"train.jpg\" alt=\"foo bar\" title=\"train & tracks\" /></p>\n", - "example": 547, - "start_line": 8229, - "end_line": 8235, + "example": 572, + "start_line": 8520, + "end_line": 8526, "section": "Images" }, { "markdown": "![foo *bar*][foobar]\n\n[FOOBAR]: train.jpg \"train & tracks\"\n", "html": "<p><img src=\"train.jpg\" alt=\"foo bar\" title=\"train & tracks\" /></p>\n", - "example": 548, - "start_line": 8238, - "end_line": 8244, + "example": 573, + "start_line": 8529, + "end_line": 8535, "section": "Images" }, { "markdown": "\n", "html": "<p><img src=\"train.jpg\" alt=\"foo\" /></p>\n", - "example": 549, - "start_line": 8247, - "end_line": 8251, + "example": 574, + "start_line": 8538, + "end_line": 8542, "section": "Images" }, { "markdown": "My \n", "html": "<p>My <img src=\"/path/to/train.jpg\" alt=\"foo bar\" title=\"title\" /></p>\n", - "example": 550, - "start_line": 8254, - "end_line": 8258, + "example": 575, + "start_line": 8545, + "end_line": 8549, "section": "Images" }, { "markdown": "\n", "html": "<p><img src=\"url\" alt=\"foo\" /></p>\n", - "example": 551, - "start_line": 8261, - "end_line": 8265, + "example": 576, + "start_line": 8552, + "end_line": 8556, "section": "Images" }, { "markdown": "\n", "html": "<p><img src=\"/url\" alt=\"\" /></p>\n", - "example": 552, - "start_line": 8268, - "end_line": 8272, + "example": 577, + "start_line": 8559, + "end_line": 8563, "section": "Images" }, { "markdown": "![foo][bar]\n\n[bar]: /url\n", "html": "<p><img src=\"/url\" alt=\"foo\" /></p>\n", - "example": 553, - "start_line": 8277, - "end_line": 8283, + "example": 578, + "start_line": 8568, + "end_line": 8574, "section": "Images" }, { "markdown": "![foo][bar]\n\n[BAR]: /url\n", "html": "<p><img src=\"/url\" alt=\"foo\" /></p>\n", - "example": 554, - "start_line": 8286, - "end_line": 8292, + "example": 579, + "start_line": 8577, + "end_line": 8583, "section": "Images" }, { "markdown": "![foo][]\n\n[foo]: /url \"title\"\n", "html": "<p><img src=\"/url\" alt=\"foo\" title=\"title\" /></p>\n", - "example": 555, - "start_line": 8297, - "end_line": 8303, + "example": 580, + "start_line": 8588, + "end_line": 8594, "section": "Images" }, { "markdown": "![*foo* bar][]\n\n[*foo* bar]: /url \"title\"\n", "html": "<p><img src=\"/url\" alt=\"foo bar\" title=\"title\" /></p>\n", - "example": 556, - "start_line": 8306, - "end_line": 8312, + "example": 581, + "start_line": 8597, + "end_line": 8603, "section": "Images" }, { "markdown": "![Foo][]\n\n[foo]: /url \"title\"\n", "html": "<p><img src=\"/url\" alt=\"Foo\" title=\"title\" /></p>\n", - "example": 557, - "start_line": 8317, - "end_line": 8323, + "example": 582, + "start_line": 8608, + "end_line": 8614, "section": "Images" }, { "markdown": "![foo] \n[]\n\n[foo]: /url \"title\"\n", "html": "<p><img src=\"/url\" alt=\"foo\" title=\"title\" />\n[]</p>\n", - "example": 558, - "start_line": 8329, - "end_line": 8337, + "example": 583, + "start_line": 8620, + "end_line": 8628, "section": "Images" }, { "markdown": "![foo]\n\n[foo]: /url \"title\"\n", "html": "<p><img src=\"/url\" alt=\"foo\" title=\"title\" /></p>\n", - "example": 559, - "start_line": 8342, - "end_line": 8348, + "example": 584, + "start_line": 8633, + "end_line": 8639, "section": "Images" }, { "markdown": "![*foo* bar]\n\n[*foo* bar]: /url \"title\"\n", "html": "<p><img src=\"/url\" alt=\"foo bar\" title=\"title\" /></p>\n", - "example": 560, - "start_line": 8351, - "end_line": 8357, + "example": 585, + "start_line": 8642, + "end_line": 8648, "section": "Images" }, { "markdown": "![[foo]]\n\n[[foo]]: /url \"title\"\n", "html": "<p>![[foo]]</p>\n<p>[[foo]]: /url "title"</p>\n", - "example": 561, - "start_line": 8362, - "end_line": 8369, + "example": 586, + "start_line": 8653, + "end_line": 8660, "section": "Images" }, { "markdown": "![Foo]\n\n[foo]: /url \"title\"\n", "html": "<p><img src=\"/url\" alt=\"Foo\" title=\"title\" /></p>\n", - "example": 562, - "start_line": 8374, - "end_line": 8380, + "example": 587, + "start_line": 8665, + "end_line": 8671, "section": "Images" }, { "markdown": "!\\[foo]\n\n[foo]: /url \"title\"\n", "html": "<p>![foo]</p>\n", - "example": 563, - "start_line": 8386, - "end_line": 8392, + "example": 588, + "start_line": 8677, + "end_line": 8683, "section": "Images" }, { "markdown": "\\![foo]\n\n[foo]: /url \"title\"\n", "html": "<p>!<a href=\"/url\" title=\"title\">foo</a></p>\n", - "example": 564, - "start_line": 8398, - "end_line": 8404, + "example": 589, + "start_line": 8689, + "end_line": 8695, "section": "Images" }, { "markdown": "<http://foo.bar.baz>\n", "html": "<p><a href=\"http://foo.bar.baz\">http://foo.bar.baz</a></p>\n", - "example": 565, - "start_line": 8431, - "end_line": 8435, + "example": 590, + "start_line": 8722, + "end_line": 8726, "section": "Autolinks" }, { "markdown": "<http://foo.bar.baz/test?q=hello&id=22&boolean>\n", "html": "<p><a href=\"http://foo.bar.baz/test?q=hello&id=22&boolean\">http://foo.bar.baz/test?q=hello&id=22&boolean</a></p>\n", - "example": 566, - "start_line": 8438, - "end_line": 8442, + "example": 591, + "start_line": 8729, + "end_line": 8733, "section": "Autolinks" }, { "markdown": "<irc://foo.bar:2233/baz>\n", "html": "<p><a href=\"irc://foo.bar:2233/baz\">irc://foo.bar:2233/baz</a></p>\n", - "example": 567, - "start_line": 8445, - "end_line": 8449, + "example": 592, + "start_line": 8736, + "end_line": 8740, "section": "Autolinks" }, { "markdown": "<MAILTO:FOO@BAR.BAZ>\n", "html": "<p><a href=\"MAILTO:FOO@BAR.BAZ\">MAILTO:FOO@BAR.BAZ</a></p>\n", - "example": 568, - "start_line": 8454, - "end_line": 8458, + "example": 593, + "start_line": 8745, + "end_line": 8749, "section": "Autolinks" }, { "markdown": "<a+b+c:d>\n", "html": "<p><a href=\"a+b+c:d\">a+b+c:d</a></p>\n", - "example": 569, - "start_line": 8466, - "end_line": 8470, + "example": 594, + "start_line": 8757, + "end_line": 8761, "section": "Autolinks" }, { "markdown": "<made-up-scheme://foo,bar>\n", "html": "<p><a href=\"made-up-scheme://foo,bar\">made-up-scheme://foo,bar</a></p>\n", - "example": 570, - "start_line": 8473, - "end_line": 8477, + "example": 595, + "start_line": 8764, + "end_line": 8768, "section": "Autolinks" }, { "markdown": "<http://../>\n", "html": "<p><a href=\"http://../\">http://../</a></p>\n", - "example": 571, - "start_line": 8480, - "end_line": 8484, + "example": 596, + "start_line": 8771, + "end_line": 8775, "section": "Autolinks" }, { "markdown": "<localhost:5001/foo>\n", "html": "<p><a href=\"localhost:5001/foo\">localhost:5001/foo</a></p>\n", - "example": 572, - "start_line": 8487, - "end_line": 8491, + "example": 597, + "start_line": 8778, + "end_line": 8782, "section": "Autolinks" }, { "markdown": "<http://foo.bar/baz bim>\n", "html": "<p><http://foo.bar/baz bim></p>\n", - "example": 573, - "start_line": 8496, - "end_line": 8500, + "example": 598, + "start_line": 8787, + "end_line": 8791, "section": "Autolinks" }, { "markdown": "<http://example.com/\\[\\>\n", "html": "<p><a href=\"http://example.com/%5C%5B%5C\">http://example.com/\\[\\</a></p>\n", - "example": 574, - "start_line": 8505, - "end_line": 8509, + "example": 599, + "start_line": 8796, + "end_line": 8800, "section": "Autolinks" }, { "markdown": "<foo@bar.example.com>\n", "html": "<p><a href=\"mailto:foo@bar.example.com\">foo@bar.example.com</a></p>\n", - "example": 575, - "start_line": 8527, - "end_line": 8531, + "example": 600, + "start_line": 8818, + "end_line": 8822, "section": "Autolinks" }, { "markdown": "<foo+special@Bar.baz-bar0.com>\n", "html": "<p><a href=\"mailto:foo+special@Bar.baz-bar0.com\">foo+special@Bar.baz-bar0.com</a></p>\n", - "example": 576, - "start_line": 8534, - "end_line": 8538, + "example": 601, + "start_line": 8825, + "end_line": 8829, "section": "Autolinks" }, { "markdown": "<foo\\+@bar.example.com>\n", "html": "<p><foo+@bar.example.com></p>\n", - "example": 577, - "start_line": 8543, - "end_line": 8547, + "example": 602, + "start_line": 8834, + "end_line": 8838, "section": "Autolinks" }, { "markdown": "<>\n", "html": "<p><></p>\n", - "example": 578, - "start_line": 8552, - "end_line": 8556, + "example": 603, + "start_line": 8843, + "end_line": 8847, "section": "Autolinks" }, { "markdown": "< http://foo.bar >\n", "html": "<p>< http://foo.bar ></p>\n", - "example": 579, - "start_line": 8559, - "end_line": 8563, + "example": 604, + "start_line": 8850, + "end_line": 8854, "section": "Autolinks" }, { "markdown": "<m:abc>\n", "html": "<p><m:abc></p>\n", - "example": 580, - "start_line": 8566, - "end_line": 8570, + "example": 605, + "start_line": 8857, + "end_line": 8861, "section": "Autolinks" }, { "markdown": "<foo.bar.baz>\n", "html": "<p><foo.bar.baz></p>\n", - "example": 581, - "start_line": 8573, - "end_line": 8577, + "example": 606, + "start_line": 8864, + "end_line": 8868, "section": "Autolinks" }, { "markdown": "http://example.com\n", "html": "<p>http://example.com</p>\n", - "example": 582, - "start_line": 8580, - "end_line": 8584, + "example": 607, + "start_line": 8871, + "end_line": 8875, "section": "Autolinks" }, { "markdown": "foo@bar.example.com\n", "html": "<p>foo@bar.example.com</p>\n", - "example": 583, - "start_line": 8587, - "end_line": 8591, + "example": 608, + "start_line": 8878, + "end_line": 8882, "section": "Autolinks" }, { "markdown": "<a><bab><c2c>\n", "html": "<p><a><bab><c2c></p>\n", - "example": 584, - "start_line": 8669, - "end_line": 8673, + "example": 609, + "start_line": 8960, + "end_line": 8964, "section": "Raw HTML" }, { "markdown": "<a/><b2/>\n", "html": "<p><a/><b2/></p>\n", - "example": 585, - "start_line": 8678, - "end_line": 8682, + "example": 610, + "start_line": 8969, + "end_line": 8973, "section": "Raw HTML" }, { "markdown": "<a /><b2\ndata=\"foo\" >\n", "html": "<p><a /><b2\ndata=\"foo\" ></p>\n", - "example": 586, - "start_line": 8687, - "end_line": 8693, + "example": 611, + "start_line": 8978, + "end_line": 8984, "section": "Raw HTML" }, { "markdown": "<a foo=\"bar\" bam = 'baz <em>\"</em>'\n_boolean zoop:33=zoop:33 />\n", "html": "<p><a foo=\"bar\" bam = 'baz <em>\"</em>'\n_boolean zoop:33=zoop:33 /></p>\n", - "example": 587, - "start_line": 8698, - "end_line": 8704, + "example": 612, + "start_line": 8989, + "end_line": 8995, "section": "Raw HTML" }, { "markdown": "Foo <responsive-image src=\"foo.jpg\" />\n", "html": "<p>Foo <responsive-image src=\"foo.jpg\" /></p>\n", - "example": 588, - "start_line": 8709, - "end_line": 8713, + "example": 613, + "start_line": 9000, + "end_line": 9004, "section": "Raw HTML" }, { "markdown": "<33> <__>\n", "html": "<p><33> <__></p>\n", - "example": 589, - "start_line": 8718, - "end_line": 8722, + "example": 614, + "start_line": 9009, + "end_line": 9013, "section": "Raw HTML" }, { "markdown": "<a h*#ref=\"hi\">\n", "html": "<p><a h*#ref="hi"></p>\n", - "example": 590, - "start_line": 8727, - "end_line": 8731, + "example": 615, + "start_line": 9018, + "end_line": 9022, "section": "Raw HTML" }, { "markdown": "<a href=\"hi'> <a href=hi'>\n", "html": "<p><a href="hi'> <a href=hi'></p>\n", - "example": 591, - "start_line": 8736, - "end_line": 8740, + "example": 616, + "start_line": 9027, + "end_line": 9031, "section": "Raw HTML" }, { - "markdown": "< a><\nfoo><bar/ >\n", - "html": "<p>< a><\nfoo><bar/ ></p>\n", - "example": 592, - "start_line": 8745, - "end_line": 8751, + "markdown": "< a><\nfoo><bar/ >\n<foo bar=baz\nbim!bop />\n", + "html": "<p>< a><\nfoo><bar/ >\n<foo bar=baz\nbim!bop /></p>\n", + "example": 617, + "start_line": 9036, + "end_line": 9046, "section": "Raw HTML" }, { "markdown": "<a href='bar'title=title>\n", "html": "<p><a href='bar'title=title></p>\n", - "example": 593, - "start_line": 8756, - "end_line": 8760, + "example": 618, + "start_line": 9051, + "end_line": 9055, "section": "Raw HTML" }, { "markdown": "</a></foo >\n", "html": "<p></a></foo ></p>\n", - "example": 594, - "start_line": 8765, - "end_line": 8769, + "example": 619, + "start_line": 9060, + "end_line": 9064, "section": "Raw HTML" }, { "markdown": "</a href=\"foo\">\n", "html": "<p></a href="foo"></p>\n", - "example": 595, - "start_line": 8774, - "end_line": 8778, + "example": 620, + "start_line": 9069, + "end_line": 9073, "section": "Raw HTML" }, { "markdown": "foo <!-- this is a\ncomment - with hyphen -->\n", "html": "<p>foo <!-- this is a\ncomment - with hyphen --></p>\n", - "example": 596, - "start_line": 8783, - "end_line": 8789, + "example": 621, + "start_line": 9078, + "end_line": 9084, "section": "Raw HTML" }, { "markdown": "foo <!-- not a comment -- two hyphens -->\n", "html": "<p>foo <!-- not a comment -- two hyphens --></p>\n", - "example": 597, - "start_line": 8792, - "end_line": 8796, + "example": 622, + "start_line": 9087, + "end_line": 9091, "section": "Raw HTML" }, { "markdown": "foo <!--> foo -->\n\nfoo <!-- foo--->\n", "html": "<p>foo <!--> foo --></p>\n<p>foo <!-- foo---></p>\n", - "example": 598, - "start_line": 8801, - "end_line": 8808, + "example": 623, + "start_line": 9096, + "end_line": 9103, "section": "Raw HTML" }, { "markdown": "foo <?php echo $a; ?>\n", "html": "<p>foo <?php echo $a; ?></p>\n", - "example": 599, - "start_line": 8813, - "end_line": 8817, + "example": 624, + "start_line": 9108, + "end_line": 9112, "section": "Raw HTML" }, { "markdown": "foo <!ELEMENT br EMPTY>\n", "html": "<p>foo <!ELEMENT br EMPTY></p>\n", - "example": 600, - "start_line": 8822, - "end_line": 8826, + "example": 625, + "start_line": 9117, + "end_line": 9121, "section": "Raw HTML" }, { "markdown": "foo <![CDATA[>&<]]>\n", "html": "<p>foo <![CDATA[>&<]]></p>\n", - "example": 601, - "start_line": 8831, - "end_line": 8835, + "example": 626, + "start_line": 9126, + "end_line": 9130, "section": "Raw HTML" }, { "markdown": "foo <a href=\"ö\">\n", "html": "<p>foo <a href=\"ö\"></p>\n", - "example": 602, - "start_line": 8841, - "end_line": 8845, + "example": 627, + "start_line": 9136, + "end_line": 9140, "section": "Raw HTML" }, { "markdown": "foo <a href=\"\\*\">\n", "html": "<p>foo <a href=\"\\*\"></p>\n", - "example": 603, - "start_line": 8850, - "end_line": 8854, + "example": 628, + "start_line": 9145, + "end_line": 9149, "section": "Raw HTML" }, { "markdown": "<a href=\"\\\"\">\n", "html": "<p><a href="""></p>\n", - "example": 604, - "start_line": 8857, - "end_line": 8861, + "example": 629, + "start_line": 9152, + "end_line": 9156, "section": "Raw HTML" }, { "markdown": "foo \nbaz\n", "html": "<p>foo<br />\nbaz</p>\n", - "example": 605, - "start_line": 8871, - "end_line": 8877, + "example": 630, + "start_line": 9166, + "end_line": 9172, "section": "Hard line breaks" }, { "markdown": "foo\\\nbaz\n", "html": "<p>foo<br />\nbaz</p>\n", - "example": 606, - "start_line": 8883, - "end_line": 8889, + "example": 631, + "start_line": 9178, + "end_line": 9184, "section": "Hard line breaks" }, { "markdown": "foo \nbaz\n", "html": "<p>foo<br />\nbaz</p>\n", - "example": 607, - "start_line": 8894, - "end_line": 8900, + "example": 632, + "start_line": 9189, + "end_line": 9195, "section": "Hard line breaks" }, { "markdown": "foo \n bar\n", "html": "<p>foo<br />\nbar</p>\n", - "example": 608, - "start_line": 8905, - "end_line": 8911, + "example": 633, + "start_line": 9200, + "end_line": 9206, "section": "Hard line breaks" }, { "markdown": "foo\\\n bar\n", "html": "<p>foo<br />\nbar</p>\n", - "example": 609, - "start_line": 8914, - "end_line": 8920, + "example": 634, + "start_line": 9209, + "end_line": 9215, "section": "Hard line breaks" }, { "markdown": "*foo \nbar*\n", "html": "<p><em>foo<br />\nbar</em></p>\n", - "example": 610, - "start_line": 8926, - "end_line": 8932, + "example": 635, + "start_line": 9221, + "end_line": 9227, "section": "Hard line breaks" }, { "markdown": "*foo\\\nbar*\n", "html": "<p><em>foo<br />\nbar</em></p>\n", - "example": 611, - "start_line": 8935, - "end_line": 8941, + "example": 636, + "start_line": 9230, + "end_line": 9236, "section": "Hard line breaks" }, { - "markdown": "`code \nspan`\n", - "html": "<p><code>code span</code></p>\n", - "example": 612, - "start_line": 8946, - "end_line": 8951, + "markdown": "`code \nspan`\n", + "html": "<p><code>code span</code></p>\n", + "example": 637, + "start_line": 9241, + "end_line": 9246, "section": "Hard line breaks" }, { "markdown": "`code\\\nspan`\n", "html": "<p><code>code\\ span</code></p>\n", - "example": 613, - "start_line": 8954, - "end_line": 8959, + "example": 638, + "start_line": 9249, + "end_line": 9254, "section": "Hard line breaks" }, { "markdown": "<a href=\"foo \nbar\">\n", "html": "<p><a href=\"foo \nbar\"></p>\n", - "example": 614, - "start_line": 8964, - "end_line": 8970, + "example": 639, + "start_line": 9259, + "end_line": 9265, "section": "Hard line breaks" }, { "markdown": "<a href=\"foo\\\nbar\">\n", "html": "<p><a href=\"foo\\\nbar\"></p>\n", - "example": 615, - "start_line": 8973, - "end_line": 8979, + "example": 640, + "start_line": 9268, + "end_line": 9274, "section": "Hard line breaks" }, { "markdown": "foo\\\n", "html": "<p>foo\\</p>\n", - "example": 616, - "start_line": 8986, - "end_line": 8990, + "example": 641, + "start_line": 9281, + "end_line": 9285, "section": "Hard line breaks" }, { "markdown": "foo \n", "html": "<p>foo</p>\n", - "example": 617, - "start_line": 8993, - "end_line": 8997, + "example": 642, + "start_line": 9288, + "end_line": 9292, "section": "Hard line breaks" }, { "markdown": "### foo\\\n", "html": "<h3>foo\\</h3>\n", - "example": 618, - "start_line": 9000, - "end_line": 9004, + "example": 643, + "start_line": 9295, + "end_line": 9299, "section": "Hard line breaks" }, { "markdown": "### foo \n", "html": "<h3>foo</h3>\n", - "example": 619, - "start_line": 9007, - "end_line": 9011, + "example": 644, + "start_line": 9302, + "end_line": 9306, "section": "Hard line breaks" }, { "markdown": "foo\nbaz\n", "html": "<p>foo\nbaz</p>\n", - "example": 620, - "start_line": 9022, - "end_line": 9028, + "example": 645, + "start_line": 9317, + "end_line": 9323, "section": "Soft line breaks" }, { "markdown": "foo \n baz\n", "html": "<p>foo\nbaz</p>\n", - "example": 621, - "start_line": 9034, - "end_line": 9040, + "example": 646, + "start_line": 9329, + "end_line": 9335, "section": "Soft line breaks" }, { "markdown": "hello $.;'there\n", "html": "<p>hello $.;'there</p>\n", - "example": 622, - "start_line": 9054, - "end_line": 9058, + "example": 647, + "start_line": 9349, + "end_line": 9353, "section": "Textual content" }, { "markdown": "Foo χρῆν\n", "html": "<p>Foo χρῆν</p>\n", - "example": 623, - "start_line": 9061, - "end_line": 9065, + "example": 648, + "start_line": 9356, + "end_line": 9360, "section": "Textual content" }, { "markdown": "Multiple spaces\n", "html": "<p>Multiple spaces</p>\n", - "example": 624, - "start_line": 9070, - "end_line": 9074, + "example": 649, + "start_line": 9365, + "end_line": 9369, "section": "Textual content" } ] \ No newline at end of file