2203 lines
48 KiB
YAML
2203 lines
48 KiB
YAML
---
|
||
02_01__preliminaries__tabs__01: "\tfoo\tbaz\t\tbim\n"
|
||
02_01__preliminaries__tabs__02: " \tfoo\tbaz\t\tbim\n"
|
||
02_01__preliminaries__tabs__03: " a\ta\n ὐ\ta\n"
|
||
02_01__preliminaries__tabs__04: " - foo\n\n\tbar\n"
|
||
02_01__preliminaries__tabs__05: "- foo\n\n\t\tbar\n"
|
||
02_01__preliminaries__tabs__06: ">\t\tfoo\n"
|
||
02_01__preliminaries__tabs__07: "-\t\tfoo\n"
|
||
02_01__preliminaries__tabs__08: " foo\n\tbar\n"
|
||
02_01__preliminaries__tabs__09: " - foo\n - bar\n\t - baz\n"
|
||
02_01__preliminaries__tabs__10: "#\tFoo\n"
|
||
02_01__preliminaries__tabs__11: "*\t*\t*\t\n"
|
||
03_01__blocks_and_inlines__precedence__01: |
|
||
- `one
|
||
- two`
|
||
04_01__leaf_blocks__thematic_breaks__01: |
|
||
***
|
||
---
|
||
___
|
||
04_01__leaf_blocks__thematic_breaks__02: |
|
||
+++
|
||
04_01__leaf_blocks__thematic_breaks__03: |
|
||
===
|
||
04_01__leaf_blocks__thematic_breaks__04: |
|
||
--
|
||
**
|
||
__
|
||
04_01__leaf_blocks__thematic_breaks__05: |2
|
||
***
|
||
***
|
||
***
|
||
04_01__leaf_blocks__thematic_breaks__06: |2
|
||
***
|
||
04_01__leaf_blocks__thematic_breaks__07: |
|
||
Foo
|
||
***
|
||
04_01__leaf_blocks__thematic_breaks__08: |
|
||
_____________________________________
|
||
04_01__leaf_blocks__thematic_breaks__09: |2
|
||
- - -
|
||
04_01__leaf_blocks__thematic_breaks__10: |2
|
||
** * ** * ** * **
|
||
04_01__leaf_blocks__thematic_breaks__11: |
|
||
- - - -
|
||
04_01__leaf_blocks__thematic_breaks__12: "- - - - \n"
|
||
04_01__leaf_blocks__thematic_breaks__13: |
|
||
_ _ _ _ a
|
||
|
||
a------
|
||
|
||
---a---
|
||
04_01__leaf_blocks__thematic_breaks__14: |2
|
||
*-*
|
||
04_01__leaf_blocks__thematic_breaks__15: |
|
||
- foo
|
||
***
|
||
- bar
|
||
04_01__leaf_blocks__thematic_breaks__16: |
|
||
Foo
|
||
***
|
||
bar
|
||
04_01__leaf_blocks__thematic_breaks__17: |
|
||
Foo
|
||
---
|
||
bar
|
||
04_01__leaf_blocks__thematic_breaks__18: |
|
||
* Foo
|
||
* * *
|
||
* Bar
|
||
04_01__leaf_blocks__thematic_breaks__19: |
|
||
- Foo
|
||
- * * *
|
||
04_02__leaf_blocks__atx_headings__01: |
|
||
# foo
|
||
## foo
|
||
### foo
|
||
#### foo
|
||
##### foo
|
||
###### foo
|
||
04_02__leaf_blocks__atx_headings__02: |
|
||
####### foo
|
||
04_02__leaf_blocks__atx_headings__03: |
|
||
#5 bolt
|
||
|
||
#hashtag
|
||
04_02__leaf_blocks__atx_headings__04: |
|
||
\## foo
|
||
04_02__leaf_blocks__atx_headings__05: |
|
||
# foo *bar* \*baz\*
|
||
04_02__leaf_blocks__atx_headings__06: "# foo \n"
|
||
04_02__leaf_blocks__atx_headings__07: |2
|
||
### foo
|
||
## foo
|
||
# foo
|
||
04_02__leaf_blocks__atx_headings__08: |2
|
||
# foo
|
||
04_02__leaf_blocks__atx_headings__09: |
|
||
foo
|
||
# bar
|
||
04_02__leaf_blocks__atx_headings__10: |
|
||
## foo ##
|
||
### bar ###
|
||
04_02__leaf_blocks__atx_headings__11: |
|
||
# foo ##################################
|
||
##### foo ##
|
||
04_02__leaf_blocks__atx_headings__12: "### foo ### \n"
|
||
04_02__leaf_blocks__atx_headings__13: |
|
||
### foo ### b
|
||
04_02__leaf_blocks__atx_headings__14: |
|
||
# foo#
|
||
04_02__leaf_blocks__atx_headings__15: |
|
||
### foo \###
|
||
## foo #\##
|
||
# foo \#
|
||
04_02__leaf_blocks__atx_headings__16: |
|
||
****
|
||
## foo
|
||
****
|
||
04_02__leaf_blocks__atx_headings__17: |
|
||
Foo bar
|
||
# baz
|
||
Bar foo
|
||
04_02__leaf_blocks__atx_headings__18: "## \n#\n### ###\n"
|
||
04_03__leaf_blocks__setext_headings__01: |
|
||
Foo *bar*
|
||
=========
|
||
|
||
Foo *bar*
|
||
---------
|
||
04_03__leaf_blocks__setext_headings__02: |
|
||
Foo *bar
|
||
baz*
|
||
====
|
||
04_03__leaf_blocks__setext_headings__03: " Foo *bar\nbaz*\t\n====\n"
|
||
04_03__leaf_blocks__setext_headings__04: |
|
||
Foo
|
||
-------------------------
|
||
|
||
Foo
|
||
=
|
||
04_03__leaf_blocks__setext_headings__05: |2
|
||
Foo
|
||
---
|
||
|
||
Foo
|
||
-----
|
||
|
||
Foo
|
||
===
|
||
04_03__leaf_blocks__setext_headings__06: |2
|
||
Foo
|
||
---
|
||
|
||
Foo
|
||
---
|
||
04_03__leaf_blocks__setext_headings__07: "Foo\n ---- \n"
|
||
04_03__leaf_blocks__setext_headings__08: |
|
||
Foo
|
||
---
|
||
04_03__leaf_blocks__setext_headings__09: |
|
||
Foo
|
||
= =
|
||
|
||
Foo
|
||
--- -
|
||
04_03__leaf_blocks__setext_headings__10: "Foo \n-----\n"
|
||
04_03__leaf_blocks__setext_headings__11: |
|
||
Foo\
|
||
----
|
||
04_03__leaf_blocks__setext_headings__12: |
|
||
`Foo
|
||
----
|
||
`
|
||
|
||
<a title="a lot
|
||
---
|
||
of dashes"/>
|
||
04_03__leaf_blocks__setext_headings__13: |
|
||
> Foo
|
||
---
|
||
04_03__leaf_blocks__setext_headings__14: |
|
||
> foo
|
||
bar
|
||
===
|
||
04_03__leaf_blocks__setext_headings__15: |
|
||
- Foo
|
||
---
|
||
04_03__leaf_blocks__setext_headings__16: |
|
||
Foo
|
||
Bar
|
||
---
|
||
04_03__leaf_blocks__setext_headings__17: |
|
||
---
|
||
Foo
|
||
---
|
||
Bar
|
||
---
|
||
Baz
|
||
04_03__leaf_blocks__setext_headings__18: |2
|
||
|
||
====
|
||
04_03__leaf_blocks__setext_headings__19: |
|
||
---
|
||
---
|
||
04_03__leaf_blocks__setext_headings__20: |
|
||
- foo
|
||
-----
|
||
04_03__leaf_blocks__setext_headings__21: |2
|
||
foo
|
||
---
|
||
04_03__leaf_blocks__setext_headings__22: |
|
||
> foo
|
||
-----
|
||
04_03__leaf_blocks__setext_headings__23: |
|
||
\> foo
|
||
------
|
||
04_03__leaf_blocks__setext_headings__24: |
|
||
Foo
|
||
|
||
bar
|
||
---
|
||
baz
|
||
04_03__leaf_blocks__setext_headings__25: |
|
||
Foo
|
||
bar
|
||
|
||
---
|
||
|
||
baz
|
||
04_03__leaf_blocks__setext_headings__26: |
|
||
Foo
|
||
bar
|
||
* * *
|
||
baz
|
||
04_03__leaf_blocks__setext_headings__27: |
|
||
Foo
|
||
bar
|
||
\---
|
||
baz
|
||
04_04__leaf_blocks__indented_code_blocks__01: |2
|
||
a simple
|
||
indented code block
|
||
04_04__leaf_blocks__indented_code_blocks__02: |2
|
||
- foo
|
||
|
||
bar
|
||
04_04__leaf_blocks__indented_code_blocks__03: |
|
||
1. foo
|
||
|
||
- bar
|
||
04_04__leaf_blocks__indented_code_blocks__04: |2
|
||
<a/>
|
||
*hi*
|
||
|
||
- one
|
||
04_04__leaf_blocks__indented_code_blocks__05: " chunk1\n\n chunk2\n \n \n \n
|
||
\ chunk3\n"
|
||
04_04__leaf_blocks__indented_code_blocks__06: " chunk1\n \n chunk2\n"
|
||
04_04__leaf_blocks__indented_code_blocks__07: |+
|
||
Foo
|
||
bar
|
||
|
||
04_04__leaf_blocks__indented_code_blocks__08: |2
|
||
foo
|
||
bar
|
||
04_04__leaf_blocks__indented_code_blocks__09: |
|
||
# Heading
|
||
foo
|
||
Heading
|
||
------
|
||
foo
|
||
----
|
||
04_04__leaf_blocks__indented_code_blocks__10: |2
|
||
foo
|
||
bar
|
||
04_04__leaf_blocks__indented_code_blocks__11: "\n \n foo\n \n\n"
|
||
04_04__leaf_blocks__indented_code_blocks__12: " foo \n"
|
||
04_05__leaf_blocks__fenced_code_blocks__01: |
|
||
```
|
||
<
|
||
>
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__02: |
|
||
~~~
|
||
<
|
||
>
|
||
~~~
|
||
04_05__leaf_blocks__fenced_code_blocks__03: |
|
||
``
|
||
foo
|
||
``
|
||
04_05__leaf_blocks__fenced_code_blocks__04: |
|
||
```
|
||
aaa
|
||
~~~
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__05: |
|
||
~~~
|
||
aaa
|
||
```
|
||
~~~
|
||
04_05__leaf_blocks__fenced_code_blocks__06: |
|
||
````
|
||
aaa
|
||
```
|
||
``````
|
||
04_05__leaf_blocks__fenced_code_blocks__07: |
|
||
~~~~
|
||
aaa
|
||
~~~
|
||
~~~~
|
||
04_05__leaf_blocks__fenced_code_blocks__08: |
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__09: |
|
||
`````
|
||
|
||
```
|
||
aaa
|
||
04_05__leaf_blocks__fenced_code_blocks__10: |
|
||
> ```
|
||
> aaa
|
||
|
||
bbb
|
||
04_05__leaf_blocks__fenced_code_blocks__11: "```\n\n \n```\n"
|
||
04_05__leaf_blocks__fenced_code_blocks__12: |
|
||
```
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__13: |2
|
||
```
|
||
aaa
|
||
aaa
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__14: |2
|
||
```
|
||
aaa
|
||
aaa
|
||
aaa
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__15: |2
|
||
```
|
||
aaa
|
||
aaa
|
||
aaa
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__16: |2
|
||
```
|
||
aaa
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__17: |
|
||
```
|
||
aaa
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__18: |2
|
||
```
|
||
aaa
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__19: |
|
||
```
|
||
aaa
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__20: |
|
||
``` ```
|
||
aaa
|
||
04_05__leaf_blocks__fenced_code_blocks__21: |
|
||
~~~~~~
|
||
aaa
|
||
~~~ ~~
|
||
04_05__leaf_blocks__fenced_code_blocks__22: |
|
||
foo
|
||
```
|
||
bar
|
||
```
|
||
baz
|
||
04_05__leaf_blocks__fenced_code_blocks__23: |
|
||
foo
|
||
---
|
||
~~~
|
||
bar
|
||
~~~
|
||
# baz
|
||
04_05__leaf_blocks__fenced_code_blocks__24: |
|
||
```ruby
|
||
def foo(x)
|
||
return 3
|
||
end
|
||
```
|
||
04_05__leaf_blocks__fenced_code_blocks__25: |
|
||
~~~~ ruby startline=3 $%@#$
|
||
def foo(x)
|
||
return 3
|
||
end
|
||
~~~~~~~
|
||
04_05__leaf_blocks__fenced_code_blocks__26: |
|
||
````;
|
||
````
|
||
04_05__leaf_blocks__fenced_code_blocks__27: |
|
||
``` aa ```
|
||
foo
|
||
04_05__leaf_blocks__fenced_code_blocks__28: |
|
||
~~~ aa ``` ~~~
|
||
foo
|
||
~~~
|
||
04_05__leaf_blocks__fenced_code_blocks__29: |
|
||
```
|
||
``` aaa
|
||
```
|
||
04_06__leaf_blocks__html_blocks__01: |
|
||
<table><tr><td>
|
||
<pre>
|
||
**Hello**,
|
||
|
||
_world_.
|
||
</pre>
|
||
</td></tr></table>
|
||
04_06__leaf_blocks__html_blocks__02: |
|
||
<table>
|
||
<tr>
|
||
<td>
|
||
hi
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
okay.
|
||
04_06__leaf_blocks__html_blocks__03: |2
|
||
<div>
|
||
*hello*
|
||
<foo><a>
|
||
04_06__leaf_blocks__html_blocks__04: |
|
||
</div>
|
||
*foo*
|
||
04_06__leaf_blocks__html_blocks__05: |
|
||
<DIV CLASS="foo">
|
||
|
||
*Markdown*
|
||
|
||
</DIV>
|
||
04_06__leaf_blocks__html_blocks__06: |
|
||
<div id="foo"
|
||
class="bar">
|
||
</div>
|
||
04_06__leaf_blocks__html_blocks__07: |
|
||
<div id="foo" class="bar
|
||
baz">
|
||
</div>
|
||
04_06__leaf_blocks__html_blocks__08: |
|
||
<div>
|
||
*foo*
|
||
|
||
*bar*
|
||
04_06__leaf_blocks__html_blocks__09: |
|
||
<div id="foo"
|
||
*hi*
|
||
04_06__leaf_blocks__html_blocks__10: |
|
||
<div class
|
||
foo
|
||
04_06__leaf_blocks__html_blocks__11: |
|
||
<div *???-&&&-<---
|
||
*foo*
|
||
04_06__leaf_blocks__html_blocks__12: |
|
||
<div><a href="bar">*foo*</a></div>
|
||
04_06__leaf_blocks__html_blocks__13: |
|
||
<table><tr><td>
|
||
foo
|
||
</td></tr></table>
|
||
04_06__leaf_blocks__html_blocks__14: |
|
||
<div></div>
|
||
``` c
|
||
int x = 33;
|
||
```
|
||
04_06__leaf_blocks__html_blocks__15: |
|
||
<a href="foo">
|
||
*bar*
|
||
</a>
|
||
04_06__leaf_blocks__html_blocks__16: |
|
||
<Warning>
|
||
*bar*
|
||
</Warning>
|
||
04_06__leaf_blocks__html_blocks__17: |
|
||
<i class="foo">
|
||
*bar*
|
||
</i>
|
||
04_06__leaf_blocks__html_blocks__18: |
|
||
</ins>
|
||
*bar*
|
||
04_06__leaf_blocks__html_blocks__19: |
|
||
<del>
|
||
*foo*
|
||
</del>
|
||
04_06__leaf_blocks__html_blocks__20: |
|
||
<del>
|
||
|
||
*foo*
|
||
|
||
</del>
|
||
04_06__leaf_blocks__html_blocks__21: |
|
||
<del>*foo*</del>
|
||
04_06__leaf_blocks__html_blocks__22: |
|
||
<pre language="haskell"><code>
|
||
import Text.HTML.TagSoup
|
||
|
||
main :: IO ()
|
||
main = print $ parseTags tags
|
||
</code></pre>
|
||
okay
|
||
04_06__leaf_blocks__html_blocks__23: |
|
||
<script type="text/javascript">
|
||
// JavaScript example
|
||
|
||
document.getElementById("demo").innerHTML = "Hello JavaScript!";
|
||
</script>
|
||
okay
|
||
04_06__leaf_blocks__html_blocks__24: |
|
||
<style
|
||
type="text/css">
|
||
h1 {color:red;}
|
||
|
||
p {color:blue;}
|
||
</style>
|
||
okay
|
||
04_06__leaf_blocks__html_blocks__25: |
|
||
<style
|
||
type="text/css">
|
||
|
||
foo
|
||
04_06__leaf_blocks__html_blocks__26: |
|
||
> <div>
|
||
> foo
|
||
|
||
bar
|
||
04_06__leaf_blocks__html_blocks__27: |
|
||
- <div>
|
||
- foo
|
||
04_06__leaf_blocks__html_blocks__28: |
|
||
<style>p{color:red;}</style>
|
||
*foo*
|
||
04_06__leaf_blocks__html_blocks__29: |
|
||
<!-- foo -->*bar*
|
||
*baz*
|
||
04_06__leaf_blocks__html_blocks__30: |
|
||
<script>
|
||
foo
|
||
</script>1. *bar*
|
||
04_06__leaf_blocks__html_blocks__31: |
|
||
<!-- Foo
|
||
|
||
bar
|
||
baz -->
|
||
okay
|
||
04_06__leaf_blocks__html_blocks__32: |
|
||
<?php
|
||
|
||
echo '>';
|
||
|
||
?>
|
||
okay
|
||
04_06__leaf_blocks__html_blocks__33: |
|
||
<!DOCTYPE html>
|
||
04_06__leaf_blocks__html_blocks__34: |
|
||
<![CDATA[
|
||
function matchwo(a,b)
|
||
{
|
||
if (a < b && a < 0) then {
|
||
return 1;
|
||
|
||
} else {
|
||
|
||
return 0;
|
||
}
|
||
}
|
||
]]>
|
||
okay
|
||
04_06__leaf_blocks__html_blocks__35: |2
|
||
<!-- foo -->
|
||
|
||
<!-- foo -->
|
||
04_06__leaf_blocks__html_blocks__36: |2
|
||
<div>
|
||
|
||
<div>
|
||
04_06__leaf_blocks__html_blocks__37: |
|
||
Foo
|
||
<div>
|
||
bar
|
||
</div>
|
||
04_06__leaf_blocks__html_blocks__38: |
|
||
<div>
|
||
bar
|
||
</div>
|
||
*foo*
|
||
04_06__leaf_blocks__html_blocks__39: |
|
||
Foo
|
||
<a href="bar">
|
||
baz
|
||
04_06__leaf_blocks__html_blocks__40: |
|
||
<div>
|
||
|
||
*Emphasized* text.
|
||
|
||
</div>
|
||
04_06__leaf_blocks__html_blocks__41: |
|
||
<div>
|
||
*Emphasized* text.
|
||
</div>
|
||
04_06__leaf_blocks__html_blocks__42: |
|
||
<table>
|
||
|
||
<tr>
|
||
|
||
<td>
|
||
Hi
|
||
</td>
|
||
|
||
</tr>
|
||
|
||
</table>
|
||
04_06__leaf_blocks__html_blocks__43: |
|
||
<table>
|
||
|
||
<tr>
|
||
|
||
<td>
|
||
Hi
|
||
</td>
|
||
|
||
</tr>
|
||
|
||
</table>
|
||
04_07__leaf_blocks__link_reference_definitions__01: |
|
||
[foo]: /url "title"
|
||
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__02: " [foo]: \n /url \n 'the
|
||
title' \n\n[foo]\n"
|
||
04_07__leaf_blocks__link_reference_definitions__03: |
|
||
[Foo*bar\]]:my_(url) 'title (with parens)'
|
||
|
||
[Foo*bar\]]
|
||
04_07__leaf_blocks__link_reference_definitions__04: |
|
||
[Foo bar]:
|
||
<my url>
|
||
'title'
|
||
|
||
[Foo bar]
|
||
04_07__leaf_blocks__link_reference_definitions__05: |
|
||
[foo]: /url '
|
||
title
|
||
line1
|
||
line2
|
||
'
|
||
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__06: |
|
||
[foo]: /url 'title
|
||
|
||
with blank line'
|
||
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__07: |
|
||
[foo]:
|
||
/url
|
||
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__08: |
|
||
[foo]:
|
||
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__09: |
|
||
[foo]: <>
|
||
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__10: |
|
||
[foo]: <bar>(baz)
|
||
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__11: |
|
||
[foo]: /url\bar\*baz "foo\"bar\baz"
|
||
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__12: |
|
||
[foo]
|
||
|
||
[foo]: url
|
||
04_07__leaf_blocks__link_reference_definitions__13: |
|
||
[foo]
|
||
|
||
[foo]: first
|
||
[foo]: second
|
||
04_07__leaf_blocks__link_reference_definitions__14: |
|
||
[FOO]: /url
|
||
|
||
[Foo]
|
||
04_07__leaf_blocks__link_reference_definitions__15: |
|
||
[ΑΓΩ]: /φου
|
||
|
||
[αγω]
|
||
04_07__leaf_blocks__link_reference_definitions__16: |
|
||
[foo]: /url
|
||
04_07__leaf_blocks__link_reference_definitions__17: |
|
||
[
|
||
foo
|
||
]: /url
|
||
bar
|
||
04_07__leaf_blocks__link_reference_definitions__18: |
|
||
[foo]: /url "title" ok
|
||
04_07__leaf_blocks__link_reference_definitions__19: |
|
||
[foo]: /url
|
||
"title" ok
|
||
04_07__leaf_blocks__link_reference_definitions__20: |2
|
||
[foo]: /url "title"
|
||
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__21: |
|
||
```
|
||
[foo]: /url
|
||
```
|
||
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__22: |
|
||
Foo
|
||
[bar]: /baz
|
||
|
||
[bar]
|
||
04_07__leaf_blocks__link_reference_definitions__23: |
|
||
# [Foo]
|
||
[foo]: /url
|
||
> bar
|
||
04_07__leaf_blocks__link_reference_definitions__24: |
|
||
[foo]: /url
|
||
bar
|
||
===
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__25: |
|
||
[foo]: /url
|
||
===
|
||
[foo]
|
||
04_07__leaf_blocks__link_reference_definitions__26: |
|
||
[foo]: /foo-url "foo"
|
||
[bar]: /bar-url
|
||
"bar"
|
||
[baz]: /baz-url
|
||
|
||
[foo],
|
||
[bar],
|
||
[baz]
|
||
04_07__leaf_blocks__link_reference_definitions__27: |
|
||
[foo]
|
||
|
||
> [foo]: /url
|
||
04_07__leaf_blocks__link_reference_definitions__28: |
|
||
[foo]: /url
|
||
04_08__leaf_blocks__paragraphs__01: |
|
||
aaa
|
||
|
||
bbb
|
||
04_08__leaf_blocks__paragraphs__02: |
|
||
aaa
|
||
bbb
|
||
|
||
ccc
|
||
ddd
|
||
04_08__leaf_blocks__paragraphs__03: |
|
||
aaa
|
||
|
||
|
||
bbb
|
||
04_08__leaf_blocks__paragraphs__04: |2
|
||
aaa
|
||
bbb
|
||
04_08__leaf_blocks__paragraphs__05: |
|
||
aaa
|
||
bbb
|
||
ccc
|
||
04_08__leaf_blocks__paragraphs__06: |2
|
||
aaa
|
||
bbb
|
||
04_08__leaf_blocks__paragraphs__07: |2
|
||
aaa
|
||
bbb
|
||
04_08__leaf_blocks__paragraphs__08: "aaa \nbbb \n"
|
||
04_09__leaf_blocks__blank_lines__01: " \n\naaa\n \n\n# aaa\n\n \n"
|
||
04_10__leaf_blocks__tables_extension__01: |
|
||
| foo | bar |
|
||
| --- | --- |
|
||
| baz | bim |
|
||
04_10__leaf_blocks__tables_extension__02: |
|
||
| abc | defghi |
|
||
:-: | -----------:
|
||
bar | baz
|
||
04_10__leaf_blocks__tables_extension__03: |
|
||
| f\|oo |
|
||
| ------ |
|
||
| b `\|` az |
|
||
| b **\|** im |
|
||
04_10__leaf_blocks__tables_extension__04: |
|
||
| abc | def |
|
||
| --- | --- |
|
||
| bar | baz |
|
||
> bar
|
||
04_10__leaf_blocks__tables_extension__05: |
|
||
| abc | def |
|
||
| --- | --- |
|
||
| bar | baz |
|
||
bar
|
||
|
||
bar
|
||
04_10__leaf_blocks__tables_extension__06: |
|
||
| abc | def |
|
||
| --- |
|
||
| bar |
|
||
04_10__leaf_blocks__tables_extension__07: |
|
||
| abc | def |
|
||
| --- | --- |
|
||
| bar |
|
||
| bar | baz | boo |
|
||
04_10__leaf_blocks__tables_extension__08: |
|
||
| abc | def |
|
||
| --- | --- |
|
||
05_01__container_blocks__block_quotes__01: |
|
||
> # Foo
|
||
> bar
|
||
> baz
|
||
05_01__container_blocks__block_quotes__02: |
|
||
># Foo
|
||
>bar
|
||
> baz
|
||
05_01__container_blocks__block_quotes__03: |2
|
||
> # Foo
|
||
> bar
|
||
> baz
|
||
05_01__container_blocks__block_quotes__04: |2
|
||
> # Foo
|
||
> bar
|
||
> baz
|
||
05_01__container_blocks__block_quotes__05: |
|
||
> # Foo
|
||
> bar
|
||
baz
|
||
05_01__container_blocks__block_quotes__06: |
|
||
> bar
|
||
baz
|
||
> foo
|
||
05_01__container_blocks__block_quotes__07: |
|
||
> foo
|
||
---
|
||
05_01__container_blocks__block_quotes__08: |
|
||
> - foo
|
||
- bar
|
||
05_01__container_blocks__block_quotes__09: |
|
||
> foo
|
||
bar
|
||
05_01__container_blocks__block_quotes__10: |
|
||
> ```
|
||
foo
|
||
```
|
||
05_01__container_blocks__block_quotes__11: |
|
||
> foo
|
||
- bar
|
||
05_01__container_blocks__block_quotes__12: |
|
||
>
|
||
05_01__container_blocks__block_quotes__13: ">\n> \n> \n"
|
||
05_01__container_blocks__block_quotes__14: ">\n> foo\n> \n"
|
||
05_01__container_blocks__block_quotes__15: |
|
||
> foo
|
||
|
||
> bar
|
||
05_01__container_blocks__block_quotes__16: |
|
||
> foo
|
||
> bar
|
||
05_01__container_blocks__block_quotes__17: |
|
||
> foo
|
||
>
|
||
> bar
|
||
05_01__container_blocks__block_quotes__18: |
|
||
foo
|
||
> bar
|
||
05_01__container_blocks__block_quotes__19: |
|
||
> aaa
|
||
***
|
||
> bbb
|
||
05_01__container_blocks__block_quotes__20: |
|
||
> bar
|
||
baz
|
||
05_01__container_blocks__block_quotes__21: |
|
||
> bar
|
||
|
||
baz
|
||
05_01__container_blocks__block_quotes__22: |
|
||
> bar
|
||
>
|
||
baz
|
||
05_01__container_blocks__block_quotes__23: |
|
||
> > > foo
|
||
bar
|
||
05_01__container_blocks__block_quotes__24: |
|
||
>>> foo
|
||
> bar
|
||
>>baz
|
||
05_01__container_blocks__block_quotes__25: |
|
||
> code
|
||
|
||
> not code
|
||
05_02__container_blocks__list_items__01: |
|
||
A paragraph
|
||
with two lines.
|
||
|
||
indented code
|
||
|
||
> A block quote.
|
||
05_02__container_blocks__list_items__02: |
|
||
1. A paragraph
|
||
with two lines.
|
||
|
||
indented code
|
||
|
||
> A block quote.
|
||
05_02__container_blocks__list_items__03: |
|
||
- one
|
||
|
||
two
|
||
05_02__container_blocks__list_items__04: |
|
||
- one
|
||
|
||
two
|
||
05_02__container_blocks__list_items__05: |2
|
||
- one
|
||
|
||
two
|
||
05_02__container_blocks__list_items__06: |2
|
||
- one
|
||
|
||
two
|
||
05_02__container_blocks__list_items__07: |2
|
||
> > 1. one
|
||
>>
|
||
>> two
|
||
05_02__container_blocks__list_items__08: |
|
||
>>- one
|
||
>>
|
||
> > two
|
||
05_02__container_blocks__list_items__09: |
|
||
-one
|
||
|
||
2.two
|
||
05_02__container_blocks__list_items__10: |
|
||
- foo
|
||
|
||
|
||
bar
|
||
05_02__container_blocks__list_items__11: |
|
||
1. foo
|
||
|
||
```
|
||
bar
|
||
```
|
||
|
||
baz
|
||
|
||
> bam
|
||
05_02__container_blocks__list_items__12: |
|
||
- Foo
|
||
|
||
bar
|
||
|
||
|
||
baz
|
||
05_02__container_blocks__list_items__13: |
|
||
123456789. ok
|
||
05_02__container_blocks__list_items__14: |
|
||
1234567890. not ok
|
||
05_02__container_blocks__list_items__15: |
|
||
0. ok
|
||
05_02__container_blocks__list_items__16: |
|
||
003. ok
|
||
05_02__container_blocks__list_items__17: |
|
||
-1. not ok
|
||
05_02__container_blocks__list_items__18: |
|
||
- foo
|
||
|
||
bar
|
||
05_02__container_blocks__list_items__19: |2
|
||
10. foo
|
||
|
||
bar
|
||
05_02__container_blocks__list_items__20: |2
|
||
indented code
|
||
|
||
paragraph
|
||
|
||
more code
|
||
05_02__container_blocks__list_items__21: |
|
||
1. indented code
|
||
|
||
paragraph
|
||
|
||
more code
|
||
05_02__container_blocks__list_items__22: |
|
||
1. indented code
|
||
|
||
paragraph
|
||
|
||
more code
|
||
05_02__container_blocks__list_items__23: |2
|
||
foo
|
||
|
||
bar
|
||
05_02__container_blocks__list_items__24: |
|
||
- foo
|
||
|
||
bar
|
||
05_02__container_blocks__list_items__25: |
|
||
- foo
|
||
|
||
bar
|
||
05_02__container_blocks__list_items__26: |
|
||
-
|
||
foo
|
||
-
|
||
```
|
||
bar
|
||
```
|
||
-
|
||
baz
|
||
05_02__container_blocks__list_items__27: "- \n foo\n"
|
||
05_02__container_blocks__list_items__28: |
|
||
-
|
||
|
||
foo
|
||
05_02__container_blocks__list_items__29: |
|
||
- foo
|
||
-
|
||
- bar
|
||
05_02__container_blocks__list_items__30: "- foo\n- \n- bar\n"
|
||
05_02__container_blocks__list_items__31: |
|
||
1. foo
|
||
2.
|
||
3. bar
|
||
05_02__container_blocks__list_items__32: |
|
||
*
|
||
05_02__container_blocks__list_items__33: |
|
||
foo
|
||
*
|
||
|
||
foo
|
||
1.
|
||
05_02__container_blocks__list_items__34: |2
|
||
1. A paragraph
|
||
with two lines.
|
||
|
||
indented code
|
||
|
||
> A block quote.
|
||
05_02__container_blocks__list_items__35: |2
|
||
1. A paragraph
|
||
with two lines.
|
||
|
||
indented code
|
||
|
||
> A block quote.
|
||
05_02__container_blocks__list_items__36: |2
|
||
1. A paragraph
|
||
with two lines.
|
||
|
||
indented code
|
||
|
||
> A block quote.
|
||
05_02__container_blocks__list_items__37: |2
|
||
1. A paragraph
|
||
with two lines.
|
||
|
||
indented code
|
||
|
||
> A block quote.
|
||
05_02__container_blocks__list_items__38: |2
|
||
1. A paragraph
|
||
with two lines.
|
||
|
||
indented code
|
||
|
||
> A block quote.
|
||
05_02__container_blocks__list_items__39: |2
|
||
1. A paragraph
|
||
with two lines.
|
||
05_02__container_blocks__list_items__40: |
|
||
> 1. > Blockquote
|
||
continued here.
|
||
05_02__container_blocks__list_items__41: |
|
||
> 1. > Blockquote
|
||
> continued here.
|
||
05_02__container_blocks__list_items__42: |
|
||
- foo
|
||
- bar
|
||
- baz
|
||
- boo
|
||
05_02__container_blocks__list_items__43: |
|
||
- foo
|
||
- bar
|
||
- baz
|
||
- boo
|
||
05_02__container_blocks__list_items__44: |
|
||
10) foo
|
||
- bar
|
||
05_02__container_blocks__list_items__45: |
|
||
10) foo
|
||
- bar
|
||
05_02__container_blocks__list_items__46: |
|
||
- - foo
|
||
05_02__container_blocks__list_items__47: |
|
||
1. - 2. foo
|
||
05_02__container_blocks__list_items__48: |
|
||
- # Foo
|
||
- Bar
|
||
---
|
||
baz
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__49: |
|
||
- [ ] foo
|
||
- [x] bar
|
||
- [x] foo
|
||
- [ ] bar
|
||
- [x] baz
|
||
- [ ] bim
|
||
- foo
|
||
- bar
|
||
+ baz
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__50: |
|
||
1. foo
|
||
2. bar
|
||
3) baz
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__51: |
|
||
Foo
|
||
- bar
|
||
- baz
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__52: |
|
||
The number of windows in my house is
|
||
14. The number of doors is 6.
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__53: |
|
||
The number of windows in my house is
|
||
1. The number of doors is 6.
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__54: |
|
||
- foo
|
||
|
||
- bar
|
||
|
||
|
||
- baz
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__55: |
|
||
- foo
|
||
- bar
|
||
- baz
|
||
|
||
|
||
bim
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__56: |
|
||
- foo
|
||
- bar
|
||
|
||
<!-- -->
|
||
|
||
- baz
|
||
- bim
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__57: |
|
||
- foo
|
||
|
||
notcode
|
||
|
||
- foo
|
||
|
||
<!-- -->
|
||
|
||
code
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__58: |
|
||
- a
|
||
- b
|
||
- c
|
||
- d
|
||
- e
|
||
- f
|
||
- g
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__59: |
|
||
1. a
|
||
|
||
2. b
|
||
|
||
3. c
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__60: |
|
||
- a
|
||
- b
|
||
- c
|
||
- d
|
||
- e
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__61: |
|
||
1. a
|
||
|
||
2. b
|
||
|
||
3. c
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__62: |
|
||
- a
|
||
- b
|
||
|
||
- c
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__63: |
|
||
* a
|
||
*
|
||
|
||
* c
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__64: |
|
||
- a
|
||
- b
|
||
|
||
c
|
||
- d
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__65: |
|
||
- a
|
||
- b
|
||
|
||
[ref]: /url
|
||
- d
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__66: |
|
||
- a
|
||
- ```
|
||
b
|
||
|
||
|
||
```
|
||
- c
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__67: |
|
||
- a
|
||
- b
|
||
|
||
c
|
||
- d
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__68: |
|
||
* a
|
||
> b
|
||
>
|
||
* c
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__69: |
|
||
- a
|
||
> b
|
||
```
|
||
c
|
||
```
|
||
- d
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__70: |
|
||
- a
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__71: |
|
||
- a
|
||
- b
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__72: |
|
||
1. ```
|
||
foo
|
||
```
|
||
|
||
bar
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__73: |
|
||
* foo
|
||
* bar
|
||
|
||
baz
|
||
05_02__container_blocks__list_items__motivation__task_list_items_extension__lists__74: |
|
||
- a
|
||
- b
|
||
- c
|
||
|
||
- d
|
||
- e
|
||
- f
|
||
06_01__inlines__01: |
|
||
`hi`lo`
|
||
06_02__inlines__backslash_escapes__01: |
|
||
\!\"\#\$\%\&\'\(\)\*\+\,\-\.\/\:\;\<\=\>\?\@\[\\\]\^\_\`\{\|\}\~
|
||
06_02__inlines__backslash_escapes__02: "\\\t\\A\\a\\ \\3\\φ\\«\n"
|
||
06_02__inlines__backslash_escapes__03: |
|
||
\*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 a character entity
|
||
06_02__inlines__backslash_escapes__04: |
|
||
\\*emphasis*
|
||
06_02__inlines__backslash_escapes__05: |
|
||
foo\
|
||
bar
|
||
06_02__inlines__backslash_escapes__06: |
|
||
`` \[\` ``
|
||
06_02__inlines__backslash_escapes__07: |2
|
||
\[\]
|
||
06_02__inlines__backslash_escapes__08: |
|
||
~~~
|
||
\[\]
|
||
~~~
|
||
06_02__inlines__backslash_escapes__09: |
|
||
<http://example.com?find=\*>
|
||
06_02__inlines__backslash_escapes__10: |
|
||
<a href="/bar\/)">
|
||
06_02__inlines__backslash_escapes__11: |
|
||
[foo](/bar\* "ti\*tle")
|
||
06_02__inlines__backslash_escapes__12: |
|
||
[foo]
|
||
|
||
[foo]: /bar\* "ti\*tle"
|
||
06_02__inlines__backslash_escapes__13: |
|
||
``` foo\+bar
|
||
foo
|
||
```
|
||
06_03__inlines__entity_and_numeric_character_references__01: |
|
||
& © Æ Ď
|
||
¾ ℋ ⅆ
|
||
∲ ≧̸
|
||
06_03__inlines__entity_and_numeric_character_references__02: |
|
||
# Ӓ Ϡ �
|
||
06_03__inlines__entity_and_numeric_character_references__03: |
|
||
" ആ ಫ
|
||
06_03__inlines__entity_and_numeric_character_references__04: |
|
||
  &x; &#; &#x;
|
||
�
|
||
&#abcdef0;
|
||
&ThisIsNotDefined; &hi?;
|
||
06_03__inlines__entity_and_numeric_character_references__05: |
|
||
©
|
||
06_03__inlines__entity_and_numeric_character_references__06: |
|
||
&MadeUpEntity;
|
||
06_03__inlines__entity_and_numeric_character_references__07: |
|
||
<a href="öö.html">
|
||
06_03__inlines__entity_and_numeric_character_references__08: |
|
||
[foo](/föö "föö")
|
||
06_03__inlines__entity_and_numeric_character_references__09: |
|
||
[foo]
|
||
|
||
[foo]: /föö "föö"
|
||
06_03__inlines__entity_and_numeric_character_references__10: |
|
||
``` föö
|
||
foo
|
||
```
|
||
06_03__inlines__entity_and_numeric_character_references__11: |
|
||
`föö`
|
||
06_03__inlines__entity_and_numeric_character_references__12: |2
|
||
föfö
|
||
06_03__inlines__entity_and_numeric_character_references__13: |
|
||
*foo*
|
||
*foo*
|
||
06_03__inlines__entity_and_numeric_character_references__14: |
|
||
* foo
|
||
|
||
* foo
|
||
06_03__inlines__entity_and_numeric_character_references__15: |
|
||
foo bar
|
||
06_03__inlines__entity_and_numeric_character_references__16: |
|
||
	foo
|
||
06_03__inlines__entity_and_numeric_character_references__17: |
|
||
[a](url "tit")
|
||
06_04__inlines__code_spans__01: |
|
||
`foo`
|
||
06_04__inlines__code_spans__02: |
|
||
`` foo ` bar ``
|
||
06_04__inlines__code_spans__03: |
|
||
` `` `
|
||
06_04__inlines__code_spans__04: |
|
||
` `` `
|
||
06_04__inlines__code_spans__05: |
|
||
` a`
|
||
06_04__inlines__code_spans__06: |
|
||
` b `
|
||
06_04__inlines__code_spans__07: |
|
||
` `
|
||
` `
|
||
06_04__inlines__code_spans__08: "``\nfoo\nbar \nbaz\n``\n"
|
||
06_04__inlines__code_spans__09: "``\nfoo \n``\n"
|
||
06_04__inlines__code_spans__10: "`foo bar \nbaz`\n"
|
||
06_04__inlines__code_spans__11: |
|
||
`foo\`bar`
|
||
06_04__inlines__code_spans__12: |
|
||
``foo`bar``
|
||
06_04__inlines__code_spans__13: |
|
||
` foo `` bar `
|
||
06_04__inlines__code_spans__14: |
|
||
*foo`*`
|
||
06_04__inlines__code_spans__15: |
|
||
[not a `link](/foo`)
|
||
06_04__inlines__code_spans__16: |
|
||
`<a href="`">`
|
||
06_04__inlines__code_spans__17: |
|
||
<a href="`">`
|
||
06_04__inlines__code_spans__18: |
|
||
`<http://foo.bar.`baz>`
|
||
06_04__inlines__code_spans__19: |
|
||
<http://foo.bar.`baz>`
|
||
06_04__inlines__code_spans__20: |
|
||
```foo``
|
||
06_04__inlines__code_spans__21: |
|
||
`foo
|
||
06_04__inlines__code_spans__22: |
|
||
`foo``bar``
|
||
06_05__inlines__emphasis_and_strong_emphasis__01: |
|
||
*foo bar*
|
||
06_05__inlines__emphasis_and_strong_emphasis__02: |
|
||
a * foo bar*
|
||
06_05__inlines__emphasis_and_strong_emphasis__03: |
|
||
a*"foo"*
|
||
06_05__inlines__emphasis_and_strong_emphasis__04: |
|
||
* a *
|
||
06_05__inlines__emphasis_and_strong_emphasis__05: |
|
||
foo*bar*
|
||
06_05__inlines__emphasis_and_strong_emphasis__06: |
|
||
5*6*78
|
||
06_05__inlines__emphasis_and_strong_emphasis__07: |
|
||
_foo bar_
|
||
06_05__inlines__emphasis_and_strong_emphasis__08: |
|
||
_ foo bar_
|
||
06_05__inlines__emphasis_and_strong_emphasis__09: |
|
||
a_"foo"_
|
||
06_05__inlines__emphasis_and_strong_emphasis__10: |
|
||
foo_bar_
|
||
06_05__inlines__emphasis_and_strong_emphasis__11: |
|
||
5_6_78
|
||
06_05__inlines__emphasis_and_strong_emphasis__12: |
|
||
пристаням_стремятся_
|
||
06_05__inlines__emphasis_and_strong_emphasis__13: |
|
||
aa_"bb"_cc
|
||
06_05__inlines__emphasis_and_strong_emphasis__14: |
|
||
foo-_(bar)_
|
||
06_05__inlines__emphasis_and_strong_emphasis__15: |
|
||
_foo*
|
||
06_05__inlines__emphasis_and_strong_emphasis__16: |
|
||
*foo bar *
|
||
06_05__inlines__emphasis_and_strong_emphasis__17: |
|
||
*foo bar
|
||
*
|
||
06_05__inlines__emphasis_and_strong_emphasis__18: |
|
||
*(*foo)
|
||
06_05__inlines__emphasis_and_strong_emphasis__19: |
|
||
*(*foo*)*
|
||
06_05__inlines__emphasis_and_strong_emphasis__20: |
|
||
*foo*bar
|
||
06_05__inlines__emphasis_and_strong_emphasis__21: |
|
||
_foo bar _
|
||
06_05__inlines__emphasis_and_strong_emphasis__22: |
|
||
_(_foo)
|
||
06_05__inlines__emphasis_and_strong_emphasis__23: |
|
||
_(_foo_)_
|
||
06_05__inlines__emphasis_and_strong_emphasis__24: |
|
||
_foo_bar
|
||
06_05__inlines__emphasis_and_strong_emphasis__25: |
|
||
_пристаням_стремятся
|
||
06_05__inlines__emphasis_and_strong_emphasis__26: |
|
||
_foo_bar_baz_
|
||
06_05__inlines__emphasis_and_strong_emphasis__27: |
|
||
_(bar)_.
|
||
06_05__inlines__emphasis_and_strong_emphasis__28: |
|
||
**foo bar**
|
||
06_05__inlines__emphasis_and_strong_emphasis__29: |
|
||
** foo bar**
|
||
06_05__inlines__emphasis_and_strong_emphasis__30: |
|
||
a**"foo"**
|
||
06_05__inlines__emphasis_and_strong_emphasis__31: |
|
||
foo**bar**
|
||
06_05__inlines__emphasis_and_strong_emphasis__32: |
|
||
__foo bar__
|
||
06_05__inlines__emphasis_and_strong_emphasis__33: |
|
||
__ foo bar__
|
||
06_05__inlines__emphasis_and_strong_emphasis__34: |
|
||
__
|
||
foo bar__
|
||
06_05__inlines__emphasis_and_strong_emphasis__35: |
|
||
a__"foo"__
|
||
06_05__inlines__emphasis_and_strong_emphasis__36: |
|
||
foo__bar__
|
||
06_05__inlines__emphasis_and_strong_emphasis__37: |
|
||
5__6__78
|
||
06_05__inlines__emphasis_and_strong_emphasis__38: |
|
||
пристаням__стремятся__
|
||
06_05__inlines__emphasis_and_strong_emphasis__39: |
|
||
__foo, __bar__, baz__
|
||
06_05__inlines__emphasis_and_strong_emphasis__40: |
|
||
foo-__(bar)__
|
||
06_05__inlines__emphasis_and_strong_emphasis__41: |
|
||
**foo bar **
|
||
06_05__inlines__emphasis_and_strong_emphasis__42: |
|
||
**(**foo)
|
||
06_05__inlines__emphasis_and_strong_emphasis__43: |
|
||
*(**foo**)*
|
||
06_05__inlines__emphasis_and_strong_emphasis__44: |
|
||
**Gomphocarpus (*Gomphocarpus physocarpus*, syn.
|
||
*Asclepias physocarpa*)**
|
||
06_05__inlines__emphasis_and_strong_emphasis__45: |
|
||
**foo "*bar*" foo**
|
||
06_05__inlines__emphasis_and_strong_emphasis__46: |
|
||
**foo**bar
|
||
06_05__inlines__emphasis_and_strong_emphasis__47: |
|
||
__foo bar __
|
||
06_05__inlines__emphasis_and_strong_emphasis__48: |
|
||
__(__foo)
|
||
06_05__inlines__emphasis_and_strong_emphasis__49: |
|
||
_(__foo__)_
|
||
06_05__inlines__emphasis_and_strong_emphasis__50: |
|
||
__foo__bar
|
||
06_05__inlines__emphasis_and_strong_emphasis__51: |
|
||
__пристаням__стремятся
|
||
06_05__inlines__emphasis_and_strong_emphasis__52: |
|
||
__foo__bar__baz__
|
||
06_05__inlines__emphasis_and_strong_emphasis__53: |
|
||
__(bar)__.
|
||
06_05__inlines__emphasis_and_strong_emphasis__54: |
|
||
*foo [bar](/url)*
|
||
06_05__inlines__emphasis_and_strong_emphasis__55: |
|
||
*foo
|
||
bar*
|
||
06_05__inlines__emphasis_and_strong_emphasis__56: |
|
||
_foo __bar__ baz_
|
||
06_05__inlines__emphasis_and_strong_emphasis__57: |
|
||
_foo _bar_ baz_
|
||
06_05__inlines__emphasis_and_strong_emphasis__58: |
|
||
__foo_ bar_
|
||
06_05__inlines__emphasis_and_strong_emphasis__59: |
|
||
*foo *bar**
|
||
06_05__inlines__emphasis_and_strong_emphasis__60: |
|
||
*foo **bar** baz*
|
||
06_05__inlines__emphasis_and_strong_emphasis__61: |
|
||
*foo**bar**baz*
|
||
06_05__inlines__emphasis_and_strong_emphasis__62: |
|
||
*foo**bar*
|
||
06_05__inlines__emphasis_and_strong_emphasis__63: |
|
||
***foo** bar*
|
||
06_05__inlines__emphasis_and_strong_emphasis__64: |
|
||
*foo **bar***
|
||
06_05__inlines__emphasis_and_strong_emphasis__65: |
|
||
*foo**bar***
|
||
06_05__inlines__emphasis_and_strong_emphasis__66: |
|
||
foo***bar***baz
|
||
06_05__inlines__emphasis_and_strong_emphasis__67: |
|
||
foo******bar*********baz
|
||
06_05__inlines__emphasis_and_strong_emphasis__68: |
|
||
*foo **bar *baz* bim** bop*
|
||
06_05__inlines__emphasis_and_strong_emphasis__69: |
|
||
*foo [*bar*](/url)*
|
||
06_05__inlines__emphasis_and_strong_emphasis__70: |
|
||
** is not an empty emphasis
|
||
06_05__inlines__emphasis_and_strong_emphasis__71: |
|
||
**** is not an empty strong emphasis
|
||
06_05__inlines__emphasis_and_strong_emphasis__72: |
|
||
**foo [bar](/url)**
|
||
06_05__inlines__emphasis_and_strong_emphasis__73: |
|
||
**foo
|
||
bar**
|
||
06_05__inlines__emphasis_and_strong_emphasis__74: |
|
||
__foo _bar_ baz__
|
||
06_05__inlines__emphasis_and_strong_emphasis__75: |
|
||
__foo __bar__ baz__
|
||
06_05__inlines__emphasis_and_strong_emphasis__76: |
|
||
____foo__ bar__
|
||
06_05__inlines__emphasis_and_strong_emphasis__77: |
|
||
**foo **bar****
|
||
06_05__inlines__emphasis_and_strong_emphasis__78: |
|
||
**foo *bar* baz**
|
||
06_05__inlines__emphasis_and_strong_emphasis__79: |
|
||
**foo*bar*baz**
|
||
06_05__inlines__emphasis_and_strong_emphasis__80: |
|
||
***foo* bar**
|
||
06_05__inlines__emphasis_and_strong_emphasis__81: |
|
||
**foo *bar***
|
||
06_05__inlines__emphasis_and_strong_emphasis__82: |
|
||
**foo *bar **baz**
|
||
bim* bop**
|
||
06_05__inlines__emphasis_and_strong_emphasis__83: |
|
||
**foo [*bar*](/url)**
|
||
06_05__inlines__emphasis_and_strong_emphasis__84: |
|
||
__ is not an empty emphasis
|
||
06_05__inlines__emphasis_and_strong_emphasis__85: |
|
||
____ is not an empty strong emphasis
|
||
06_05__inlines__emphasis_and_strong_emphasis__86: |
|
||
foo ***
|
||
06_05__inlines__emphasis_and_strong_emphasis__87: |
|
||
foo *\**
|
||
06_05__inlines__emphasis_and_strong_emphasis__88: |
|
||
foo *_*
|
||
06_05__inlines__emphasis_and_strong_emphasis__89: |
|
||
foo *****
|
||
06_05__inlines__emphasis_and_strong_emphasis__90: |
|
||
foo **\***
|
||
06_05__inlines__emphasis_and_strong_emphasis__91: |
|
||
foo **_**
|
||
06_05__inlines__emphasis_and_strong_emphasis__92: |
|
||
**foo*
|
||
06_05__inlines__emphasis_and_strong_emphasis__93: |
|
||
*foo**
|
||
06_05__inlines__emphasis_and_strong_emphasis__94: |
|
||
***foo**
|
||
06_05__inlines__emphasis_and_strong_emphasis__95: |
|
||
****foo*
|
||
06_05__inlines__emphasis_and_strong_emphasis__96: |
|
||
**foo***
|
||
06_05__inlines__emphasis_and_strong_emphasis__97: |
|
||
*foo****
|
||
06_05__inlines__emphasis_and_strong_emphasis__98: |
|
||
foo ___
|
||
06_05__inlines__emphasis_and_strong_emphasis__99: |
|
||
foo _\__
|
||
06_05__inlines__emphasis_and_strong_emphasis__100: |
|
||
foo _*_
|
||
06_05__inlines__emphasis_and_strong_emphasis__101: |
|
||
foo _____
|
||
06_05__inlines__emphasis_and_strong_emphasis__102: |
|
||
foo __\___
|
||
06_05__inlines__emphasis_and_strong_emphasis__103: |
|
||
foo __*__
|
||
06_05__inlines__emphasis_and_strong_emphasis__104: |
|
||
__foo_
|
||
06_05__inlines__emphasis_and_strong_emphasis__105: |
|
||
_foo__
|
||
06_05__inlines__emphasis_and_strong_emphasis__106: |
|
||
___foo__
|
||
06_05__inlines__emphasis_and_strong_emphasis__107: |
|
||
____foo_
|
||
06_05__inlines__emphasis_and_strong_emphasis__108: |
|
||
__foo___
|
||
06_05__inlines__emphasis_and_strong_emphasis__109: |
|
||
_foo____
|
||
06_05__inlines__emphasis_and_strong_emphasis__110: |
|
||
**foo**
|
||
06_05__inlines__emphasis_and_strong_emphasis__111: |
|
||
*_foo_*
|
||
06_05__inlines__emphasis_and_strong_emphasis__112: |
|
||
__foo__
|
||
06_05__inlines__emphasis_and_strong_emphasis__113: |
|
||
_*foo*_
|
||
06_05__inlines__emphasis_and_strong_emphasis__114: |
|
||
****foo****
|
||
06_05__inlines__emphasis_and_strong_emphasis__115: |
|
||
____foo____
|
||
06_05__inlines__emphasis_and_strong_emphasis__116: |
|
||
******foo******
|
||
06_05__inlines__emphasis_and_strong_emphasis__117: |
|
||
***foo***
|
||
06_05__inlines__emphasis_and_strong_emphasis__118: |
|
||
_____foo_____
|
||
06_05__inlines__emphasis_and_strong_emphasis__119: |
|
||
*foo _bar* baz_
|
||
06_05__inlines__emphasis_and_strong_emphasis__120: |
|
||
*foo __bar *baz bim__ bam*
|
||
06_05__inlines__emphasis_and_strong_emphasis__121: |
|
||
**foo **bar baz**
|
||
06_05__inlines__emphasis_and_strong_emphasis__122: |
|
||
*foo *bar baz*
|
||
06_05__inlines__emphasis_and_strong_emphasis__123: |
|
||
*[bar*](/url)
|
||
06_05__inlines__emphasis_and_strong_emphasis__124: |
|
||
_foo [bar_](/url)
|
||
06_05__inlines__emphasis_and_strong_emphasis__125: |
|
||
*<img src="foo" title="*"/>
|
||
06_05__inlines__emphasis_and_strong_emphasis__126: |
|
||
**<a href="**">
|
||
06_05__inlines__emphasis_and_strong_emphasis__127: |
|
||
__<a href="__">
|
||
06_05__inlines__emphasis_and_strong_emphasis__128: |
|
||
*a `*`*
|
||
06_05__inlines__emphasis_and_strong_emphasis__129: |
|
||
_a `_`_
|
||
06_05__inlines__emphasis_and_strong_emphasis__130: |
|
||
**a<http://foo.bar/?q=**>
|
||
06_05__inlines__emphasis_and_strong_emphasis__131: |
|
||
__a<http://foo.bar/?q=__>
|
||
06_06__inlines__strikethrough_extension__01: |
|
||
~~Hi~~ Hello, world!
|
||
06_06__inlines__strikethrough_extension__02: |
|
||
This ~~has a
|
||
|
||
new paragraph~~.
|
||
06_07__inlines__links__01: |
|
||
[link](/uri "title")
|
||
06_07__inlines__links__02: |
|
||
[link](/uri)
|
||
06_07__inlines__links__03: |
|
||
[link]()
|
||
06_07__inlines__links__04: |
|
||
[link](<>)
|
||
06_07__inlines__links__05: |
|
||
[link](/my uri)
|
||
06_07__inlines__links__06: |
|
||
[link](</my uri>)
|
||
06_07__inlines__links__07: |
|
||
[link](foo
|
||
bar)
|
||
06_07__inlines__links__08: |
|
||
[link](<foo
|
||
bar>)
|
||
06_07__inlines__links__09: |
|
||
[a](<b)c>)
|
||
06_07__inlines__links__10: |
|
||
[link](<foo\>)
|
||
06_07__inlines__links__11: |
|
||
[a](<b)c
|
||
[a](<b)c>
|
||
[a](<b>c)
|
||
06_07__inlines__links__12: |
|
||
[link](\(foo\))
|
||
06_07__inlines__links__13: |
|
||
[link](foo(and(bar)))
|
||
06_07__inlines__links__14: |
|
||
[link](foo\(and\(bar\))
|
||
06_07__inlines__links__15: |
|
||
[link](<foo(and(bar)>)
|
||
06_07__inlines__links__16: |
|
||
[link](foo\)\:)
|
||
06_07__inlines__links__17: |
|
||
[link](#fragment)
|
||
|
||
[link](http://example.com#fragment)
|
||
|
||
[link](http://example.com?foo=3#frag)
|
||
06_07__inlines__links__18: |
|
||
[link](foo\bar)
|
||
06_07__inlines__links__19: |
|
||
[link](foo%20bä)
|
||
06_07__inlines__links__20: |
|
||
[link]("title")
|
||
06_07__inlines__links__21: |
|
||
[link](/url "title")
|
||
[link](/url 'title')
|
||
[link](/url (title))
|
||
06_07__inlines__links__22: |
|
||
[link](/url "title \""")
|
||
06_07__inlines__links__23: |
|
||
[link](/url "title")
|
||
06_07__inlines__links__24: |
|
||
[link](/url "title "and" title")
|
||
06_07__inlines__links__25: |
|
||
[link](/url 'title "and" title')
|
||
06_07__inlines__links__26: |
|
||
[link]( /uri
|
||
"title" )
|
||
06_07__inlines__links__27: |
|
||
[link] (/uri)
|
||
06_07__inlines__links__28: |
|
||
[link [foo [bar]]](/uri)
|
||
06_07__inlines__links__29: |
|
||
[link] bar](/uri)
|
||
06_07__inlines__links__30: |
|
||
[link [bar](/uri)
|
||
06_07__inlines__links__31: |
|
||
[link \[bar](/uri)
|
||
06_07__inlines__links__32: |
|
||
[link *foo **bar** `#`*](/uri)
|
||
06_07__inlines__links__33: |
|
||
[![moon](moon.jpg)](/uri)
|
||
06_07__inlines__links__34: |
|
||
[foo [bar](/uri)](/uri)
|
||
06_07__inlines__links__35: |
|
||
[foo *[bar [baz](/uri)](/uri)*](/uri)
|
||
06_07__inlines__links__36: |
|
||
![[[foo](uri1)](uri2)](uri3)
|
||
06_07__inlines__links__37: |
|
||
*[foo*](/uri)
|
||
06_07__inlines__links__38: |
|
||
[foo *bar](baz*)
|
||
06_07__inlines__links__39: |
|
||
*foo [bar* baz]
|
||
06_07__inlines__links__40: |
|
||
[foo <bar attr="](baz)">
|
||
06_07__inlines__links__41: |
|
||
[foo`](/uri)`
|
||
06_07__inlines__links__42: |
|
||
[foo<http://example.com/?search=](uri)>
|
||
06_07__inlines__links__43: |
|
||
[foo][bar]
|
||
|
||
[bar]: /url "title"
|
||
06_07__inlines__links__44: |
|
||
[link [foo [bar]]][ref]
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__45: |
|
||
[link \[bar][ref]
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__46: |
|
||
[link *foo **bar** `#`*][ref]
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__47: |
|
||
[![moon](moon.jpg)][ref]
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__48: |
|
||
[foo [bar](/uri)][ref]
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__49: |
|
||
[foo *bar [baz][ref]*][ref]
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__50: |
|
||
*[foo*][ref]
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__51: |
|
||
[foo *bar][ref]
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__52: |
|
||
[foo <bar attr="][ref]">
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__53: |
|
||
[foo`][ref]`
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__54: |
|
||
[foo<http://example.com/?search=][ref]>
|
||
|
||
[ref]: /uri
|
||
06_07__inlines__links__55: |
|
||
[foo][BaR]
|
||
|
||
[bar]: /url "title"
|
||
06_07__inlines__links__56: |
|
||
[Толпой][Толпой] is a Russian word.
|
||
|
||
[ТОЛПОЙ]: /url
|
||
06_07__inlines__links__57: |
|
||
[Foo
|
||
bar]: /url
|
||
|
||
[Baz][Foo bar]
|
||
06_07__inlines__links__58: |
|
||
[foo] [bar]
|
||
|
||
[bar]: /url "title"
|
||
06_07__inlines__links__59: |
|
||
[foo]
|
||
[bar]
|
||
|
||
[bar]: /url "title"
|
||
06_07__inlines__links__60: |
|
||
[foo]: /url1
|
||
|
||
[foo]: /url2
|
||
|
||
[bar][foo]
|
||
06_07__inlines__links__61: |
|
||
[bar][foo\!]
|
||
|
||
[foo!]: /url
|
||
06_07__inlines__links__62: |
|
||
[foo][ref[]
|
||
|
||
[ref[]: /uri
|
||
06_07__inlines__links__63: |
|
||
[foo][ref[bar]]
|
||
|
||
[ref[bar]]: /uri
|
||
06_07__inlines__links__64: |
|
||
[[[foo]]]
|
||
|
||
[[[foo]]]: /url
|
||
06_07__inlines__links__65: |
|
||
[foo][ref\[]
|
||
|
||
[ref\[]: /uri
|
||
06_07__inlines__links__66: |
|
||
[bar\\]: /uri
|
||
|
||
[bar\\]
|
||
06_07__inlines__links__67: |
|
||
[]
|
||
|
||
[]: /uri
|
||
06_07__inlines__links__68: |
|
||
[
|
||
]
|
||
|
||
[
|
||
]: /uri
|
||
06_07__inlines__links__69: |
|
||
[foo][]
|
||
|
||
[foo]: /url "title"
|
||
06_07__inlines__links__70: |
|
||
[*foo* bar][]
|
||
|
||
[*foo* bar]: /url "title"
|
||
06_07__inlines__links__71: |
|
||
[Foo][]
|
||
|
||
[foo]: /url "title"
|
||
06_07__inlines__links__72: "[foo] \n[]\n\n[foo]: /url \"title\"\n"
|
||
06_07__inlines__links__73: |
|
||
[foo]
|
||
|
||
[foo]: /url "title"
|
||
06_07__inlines__links__74: |
|
||
[*foo* bar]
|
||
|
||
[*foo* bar]: /url "title"
|
||
06_07__inlines__links__75: |
|
||
[[*foo* bar]]
|
||
|
||
[*foo* bar]: /url "title"
|
||
06_07__inlines__links__76: |
|
||
[[bar [foo]
|
||
|
||
[foo]: /url
|
||
06_07__inlines__links__77: |
|
||
[Foo]
|
||
|
||
[foo]: /url "title"
|
||
06_07__inlines__links__78: |
|
||
[foo] bar
|
||
|
||
[foo]: /url
|
||
06_07__inlines__links__79: |
|
||
\[foo]
|
||
|
||
[foo]: /url "title"
|
||
06_07__inlines__links__80: |
|
||
[foo*]: /url
|
||
|
||
*[foo*]
|
||
06_07__inlines__links__81: |
|
||
[foo][bar]
|
||
|
||
[foo]: /url1
|
||
[bar]: /url2
|
||
06_07__inlines__links__82: |
|
||
[foo][]
|
||
|
||
[foo]: /url1
|
||
06_07__inlines__links__83: |
|
||
[foo]()
|
||
|
||
[foo]: /url1
|
||
06_07__inlines__links__84: |
|
||
[foo](not a link)
|
||
|
||
[foo]: /url1
|
||
06_07__inlines__links__85: |
|
||
[foo][bar][baz]
|
||
|
||
[baz]: /url
|
||
06_07__inlines__links__86: |
|
||
[foo][bar][baz]
|
||
|
||
[baz]: /url1
|
||
[bar]: /url2
|
||
06_07__inlines__links__87: |
|
||
[foo][bar][baz]
|
||
|
||
[baz]: /url1
|
||
[foo]: /url2
|
||
06_08__inlines__images__01: |
|
||
![foo](/url "title")
|
||
06_08__inlines__images__02: |
|
||
![foo *bar*]
|
||
|
||
[foo *bar*]: train.jpg "train & tracks"
|
||
06_08__inlines__images__03: |
|
||
![foo ![bar](/url)](/url2)
|
||
06_08__inlines__images__04: |
|
||
![foo [bar](/url)](/url2)
|
||
06_08__inlines__images__05: |
|
||
![foo *bar*][]
|
||
|
||
[foo *bar*]: train.jpg "train & tracks"
|
||
06_08__inlines__images__06: |
|
||
![foo *bar*][foobar]
|
||
|
||
[FOOBAR]: train.jpg "train & tracks"
|
||
06_08__inlines__images__07: |
|
||
![foo](train.jpg)
|
||
06_08__inlines__images__08: |
|
||
My ![foo bar](/path/to/train.jpg "title" )
|
||
06_08__inlines__images__09: |
|
||
![foo](<url>)
|
||
06_08__inlines__images__10: |
|
||
![](/url)
|
||
06_08__inlines__images__11: |
|
||
![foo][bar]
|
||
|
||
[bar]: /url
|
||
06_08__inlines__images__12: |
|
||
![foo][bar]
|
||
|
||
[BAR]: /url
|
||
06_08__inlines__images__13: |
|
||
![foo][]
|
||
|
||
[foo]: /url "title"
|
||
06_08__inlines__images__14: |
|
||
![*foo* bar][]
|
||
|
||
[*foo* bar]: /url "title"
|
||
06_08__inlines__images__15: |
|
||
![Foo][]
|
||
|
||
[foo]: /url "title"
|
||
06_08__inlines__images__16: "![foo] \n[]\n\n[foo]: /url \"title\"\n"
|
||
06_08__inlines__images__17: |
|
||
![foo]
|
||
|
||
[foo]: /url "title"
|
||
06_08__inlines__images__18: |
|
||
![*foo* bar]
|
||
|
||
[*foo* bar]: /url "title"
|
||
06_08__inlines__images__19: |
|
||
![[foo]]
|
||
|
||
[[foo]]: /url "title"
|
||
06_08__inlines__images__20: |
|
||
![Foo]
|
||
|
||
[foo]: /url "title"
|
||
06_08__inlines__images__21: |
|
||
!\[foo]
|
||
|
||
[foo]: /url "title"
|
||
06_08__inlines__images__22: |
|
||
\![foo]
|
||
|
||
[foo]: /url "title"
|
||
06_09__inlines__autolinks__01: |
|
||
<http://foo.bar.baz>
|
||
06_09__inlines__autolinks__02: |
|
||
<http://foo.bar.baz/test?q=hello&id=22&boolean>
|
||
06_09__inlines__autolinks__03: |
|
||
<irc://foo.bar:2233/baz>
|
||
06_09__inlines__autolinks__04: |
|
||
<MAILTO:FOO@BAR.BAZ>
|
||
06_09__inlines__autolinks__05: |
|
||
<a+b+c:d>
|
||
06_09__inlines__autolinks__06: |
|
||
<made-up-scheme://foo,bar>
|
||
06_09__inlines__autolinks__07: |
|
||
<http://../>
|
||
06_09__inlines__autolinks__08: |
|
||
<localhost:5001/foo>
|
||
06_09__inlines__autolinks__09: |
|
||
<http://foo.bar/baz bim>
|
||
06_09__inlines__autolinks__10: |
|
||
<http://example.com/\[\>
|
||
06_09__inlines__autolinks__11: |
|
||
<foo@bar.example.com>
|
||
06_09__inlines__autolinks__12: |
|
||
<foo+special@Bar.baz-bar0.com>
|
||
06_09__inlines__autolinks__13: |
|
||
<foo\+@bar.example.com>
|
||
06_09__inlines__autolinks__14: |
|
||
<>
|
||
06_09__inlines__autolinks__15: |
|
||
< http://foo.bar >
|
||
06_09__inlines__autolinks__16: |
|
||
<m:abc>
|
||
06_09__inlines__autolinks__17: |
|
||
<foo.bar.baz>
|
||
06_09__inlines__autolinks__18: |
|
||
http://example.com
|
||
06_09__inlines__autolinks__19: |
|
||
foo@bar.example.com
|
||
06_10__inlines__autolinks_extension__01: |
|
||
www.commonmark.org
|
||
06_10__inlines__autolinks_extension__02: |
|
||
Visit www.commonmark.org/help for more information.
|
||
06_10__inlines__autolinks_extension__03: |
|
||
Visit www.commonmark.org.
|
||
|
||
Visit www.commonmark.org/a.b.
|
||
06_10__inlines__autolinks_extension__04: |
|
||
www.google.com/search?q=Markup+(business)
|
||
|
||
www.google.com/search?q=Markup+(business)))
|
||
|
||
(www.google.com/search?q=Markup+(business))
|
||
|
||
(www.google.com/search?q=Markup+(business)
|
||
06_10__inlines__autolinks_extension__05: |
|
||
www.google.com/search?q=(business))+ok
|
||
06_10__inlines__autolinks_extension__06: |
|
||
www.google.com/search?q=commonmark&hl=en
|
||
|
||
www.google.com/search?q=commonmark&hl;
|
||
06_10__inlines__autolinks_extension__07: |
|
||
www.commonmark.org/he<lp
|
||
06_10__inlines__autolinks_extension__08: |
|
||
http://commonmark.org
|
||
|
||
(Visit https://encrypted.google.com/search?q=Markup+(business))
|
||
|
||
Anonymous FTP is available at ftp://foo.bar.baz.
|
||
06_10__inlines__autolinks_extension__09: |
|
||
foo@bar.baz
|
||
06_10__inlines__autolinks_extension__10: |
|
||
hello@mail+xyz.example isn't valid, but hello+xyz@mail.example is.
|
||
06_10__inlines__autolinks_extension__11: |
|
||
a.b-c_d@a.b
|
||
|
||
a.b-c_d@a.b.
|
||
|
||
a.b-c_d@a.b-
|
||
|
||
a.b-c_d@a.b_
|
||
06_11__inlines__raw_html__01: |
|
||
<a><bab><c2c>
|
||
06_11__inlines__raw_html__02: |
|
||
<a/><b2/>
|
||
06_11__inlines__raw_html__03: |
|
||
<a /><b2
|
||
data="foo" >
|
||
06_11__inlines__raw_html__04: |
|
||
<a foo="bar" bam = 'baz <em>"</em>'
|
||
_boolean zoop:33=zoop:33 />
|
||
06_11__inlines__raw_html__05: |
|
||
Foo <responsive-image src="foo.jpg" />
|
||
06_11__inlines__raw_html__06: |
|
||
<33> <__>
|
||
06_11__inlines__raw_html__07: |
|
||
<a h*#ref="hi">
|
||
06_11__inlines__raw_html__08: |
|
||
<a href="hi'> <a href=hi'>
|
||
06_11__inlines__raw_html__09: |
|
||
< a><
|
||
foo><bar/ >
|
||
<foo bar=baz
|
||
bim!bop />
|
||
06_11__inlines__raw_html__10: |
|
||
<a href='bar'title=title>
|
||
06_11__inlines__raw_html__11: |
|
||
</a></foo >
|
||
06_11__inlines__raw_html__12: |
|
||
</a href="foo">
|
||
06_11__inlines__raw_html__13: |
|
||
foo <!-- this is a
|
||
comment - with hyphen -->
|
||
06_11__inlines__raw_html__14: |
|
||
foo <!-- not a comment -- two hyphens -->
|
||
06_11__inlines__raw_html__15: |
|
||
foo <!--> foo -->
|
||
|
||
foo <!-- foo--->
|
||
06_11__inlines__raw_html__16: |
|
||
foo <?php echo $a; ?>
|
||
06_11__inlines__raw_html__17: |
|
||
foo <!ELEMENT br EMPTY>
|
||
06_11__inlines__raw_html__18: |
|
||
foo <![CDATA[>&<]]>
|
||
06_11__inlines__raw_html__19: |
|
||
foo <a href="ö">
|
||
06_11__inlines__raw_html__20: |
|
||
foo <a href="\*">
|
||
06_11__inlines__raw_html__21: |
|
||
<a href="\"">
|
||
06_12__inlines__disallowed_raw_html_extension__01: |
|
||
<strong> <title> <style> <em>
|
||
|
||
<blockquote>
|
||
<xmp> is disallowed. <XMP> is also disallowed.
|
||
</blockquote>
|
||
06_13__inlines__hard_line_breaks__01: "foo \nbaz\n"
|
||
06_13__inlines__hard_line_breaks__02: |
|
||
foo\
|
||
baz
|
||
06_13__inlines__hard_line_breaks__03: "foo \nbaz\n"
|
||
06_13__inlines__hard_line_breaks__04: "foo \n bar\n"
|
||
06_13__inlines__hard_line_breaks__05: |
|
||
foo\
|
||
bar
|
||
06_13__inlines__hard_line_breaks__06: "*foo \nbar*\n"
|
||
06_13__inlines__hard_line_breaks__07: |
|
||
*foo\
|
||
bar*
|
||
06_13__inlines__hard_line_breaks__08: "`code \nspan`\n"
|
||
06_13__inlines__hard_line_breaks__09: |
|
||
`code\
|
||
span`
|
||
06_13__inlines__hard_line_breaks__10: "<a href=\"foo \nbar\">\n"
|
||
06_13__inlines__hard_line_breaks__11: |
|
||
<a href="foo\
|
||
bar">
|
||
06_13__inlines__hard_line_breaks__12: |
|
||
foo\
|
||
06_13__inlines__hard_line_breaks__13: "foo \n"
|
||
06_13__inlines__hard_line_breaks__14: |
|
||
### foo\
|
||
06_13__inlines__hard_line_breaks__15: "### foo \n"
|
||
06_14__inlines__soft_line_breaks__01: |
|
||
foo
|
||
baz
|
||
06_14__inlines__soft_line_breaks__02: "foo \n baz\n"
|
||
06_15__inlines__textual_content__01: |
|
||
hello $.;'there
|
||
06_15__inlines__textual_content__02: |
|
||
Foo χρῆν
|
||
06_15__inlines__textual_content__03: |
|
||
Multiple spaces
|
||
07_01__first_gitlab_specific_section_with_examples__strong_but_with_two_asterisks__01: |
|
||
**bold**
|
||
08_01__second_gitlab_specific_section_with_examples__strong_but_with_html__01: |
|
||
<strong>
|
||
bold
|
||
</strong>
|