prettier/tests/markdown_spec/__snapshots__/jsfmt.spec.js.snap

5910 lines
98 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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