-
-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
458 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
> the simple example of a blockquote | ||
> the simple example of a blockquote | ||
> the simple example of a blockquote | ||
> the simple example of a blockquote | ||
... continuation | ||
... continuation | ||
... continuation | ||
... continuation | ||
|
||
empty blockquote: | ||
|
||
> | ||
> | ||
> | ||
> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
>>>>>> deeply nested blockquote | ||
>>>>> deeply nested blockquote | ||
>>>> deeply nested blockquote | ||
>>> deeply nested blockquote | ||
>> deeply nested blockquote | ||
> deeply nested blockquote | ||
> deeply nested blockquote | ||
>> deeply nested blockquote | ||
>>> deeply nested blockquote | ||
>>>> deeply nested blockquote | ||
>>>>> deeply nested blockquote | ||
>>>>>> deeply nested blockquote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
an | ||
example | ||
|
||
of | ||
|
||
|
||
|
||
a code | ||
block | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
``````````text | ||
an | ||
example | ||
``` | ||
of | ||
a fenced | ||
``` | ||
code | ||
block | ||
`````````` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# heading | ||
### heading | ||
##### heading | ||
|
||
# heading # | ||
### heading ### | ||
##### heading \#\#\#\#\###### | ||
|
||
############ not a heading |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
* * * * * | ||
|
||
- - - - - | ||
|
||
________ | ||
|
||
|
||
************************* text | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<div class="this is an html block"> | ||
|
||
blah blah | ||
|
||
</div> | ||
|
||
<table> | ||
<tr> | ||
<td> | ||
**test** | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
<table> | ||
|
||
<tr> | ||
|
||
<td> | ||
|
||
test | ||
|
||
</td> | ||
|
||
</tr> | ||
|
||
</table> | ||
|
||
<![CDATA[ | ||
[[[[[[[[[[[... *cdata section - this should not be parsed* ...]]]]]]]]]]] | ||
]]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
heading | ||
--- | ||
|
||
heading | ||
=================================== | ||
|
||
not a heading | ||
----------------------------------- text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
- tidy | ||
- bullet | ||
- list | ||
|
||
|
||
- loose | ||
|
||
- bullet | ||
|
||
- list | ||
|
||
|
||
0. ordered | ||
1. list | ||
2. example | ||
|
||
|
||
- | ||
- | ||
- | ||
- | ||
|
||
|
||
1. | ||
2. | ||
3. | ||
|
||
|
||
- an example | ||
of a list item | ||
with a continuation | ||
|
||
this part is inside the list | ||
|
||
this part is just a paragraph | ||
|
||
|
||
1. test | ||
- test | ||
1. test | ||
- test | ||
|
||
|
||
111111111111111111111111111111111111111111. is this a valid bullet? | ||
|
||
- _________________________ | ||
|
||
- this | ||
- is | ||
|
||
a | ||
|
||
long | ||
- loose | ||
- list | ||
|
||
- with | ||
- some | ||
|
||
tidy | ||
|
||
- list | ||
- items | ||
- in | ||
|
||
- between | ||
- _________________________ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
|
||
- this | ||
- is | ||
- a | ||
- deeply | ||
- nested | ||
- bullet | ||
- list | ||
|
||
|
||
1. this | ||
2. is | ||
3. a | ||
4. deeply | ||
5. nested | ||
6. unordered | ||
7. list | ||
|
||
|
||
- 1 | ||
- 2 | ||
- 3 | ||
- 4 | ||
- 5 | ||
- 6 | ||
- 7 | ||
- 6 | ||
- 5 | ||
- 4 | ||
- 3 | ||
- 2 | ||
- 1 | ||
|
||
|
||
- - - - - - - - - deeply-nested one-element item | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[1] [2] [3] [1] [2] [3] | ||
|
||
[looooooooooooooooooooooooooooooooooooooooooooooooooong label] | ||
|
||
[1]: <http://something.example.com/foo/bar> | ||
[2]: http://something.example.com/foo/bar 'test' | ||
[3]: | ||
http://foo/bar | ||
[ looooooooooooooooooooooooooooooooooooooooooooooooooong label ]: | ||
111 | ||
'test' | ||
[[[[[[[[[[[[[[[[[[[[ this should not slow down anything ]]]]]]]]]]]]]]]]]]]]: q | ||
(as long as it is not referenced anywhere) | ||
|
||
[[[[[[[[[[[[[[[[[[[[]: this is not a valid reference |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[[[[[[[foo]]]]]]] | ||
|
||
[[[[[[[foo]]]]]]]: bar | ||
[[[[[[foo]]]]]]: bar | ||
[[[[[foo]]]]]: bar | ||
[[[[foo]]]]: bar | ||
[[[foo]]]: bar | ||
[[foo]]: bar | ||
[foo]: bar | ||
|
||
[*[*[*[*[foo]*]*]*]*] | ||
|
||
[*[*[*[*[foo]*]*]*]*]: bar | ||
[*[*[*[foo]*]*]*]: bar | ||
[*[*[foo]*]*]: bar | ||
[*[foo]*]: bar | ||
[foo]: bar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
closed (valid) autolinks: | ||
|
||
<ftp://1.2.3.4:21/path/foo> | ||
<http://foo.bar.baz?q=hello&id=22&boolean> | ||
<http://veeeeeeeeeeeeeeeeeeery.loooooooooooooooooooooooooooooooong.autolink/> | ||
<teeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeest@gmail.com> | ||
|
||
these are not autolinks: | ||
|
||
<ftp://1.2.3.4:21/path/foo | ||
<http://foo.bar.baz?q=hello&id=22&boolean | ||
<http://veeeeeeeeeeeeeeeeeeery.loooooooooooooooooooooooooooooooong.autolink | ||
<teeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeest@gmail.com | ||
< http://foo.bar.baz?q=hello&id=22&boolean > |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
`lots`of`backticks` | ||
|
||
``i``wonder``how``this``will``be``parsed`` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*this* *is* *your* *basic* *boring* *emphasis* | ||
|
||
_this_ _is_ _your_ _basic_ _boring_ _emphasis_ | ||
|
||
**this** **is** **your** **basic** **boring** **emphasis** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*this *is *a *bunch* of* nested* emphases* | ||
|
||
__this __is __a __bunch__ of__ nested__ emphases__ | ||
|
||
***this ***is ***a ***bunch*** of*** nested*** emphases*** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
*this *is *a *worst *case *for *em *backtracking | ||
|
||
__this __is __a __worst __case __for __em __backtracking | ||
|
||
***this ***is ***a ***worst ***case ***for ***em ***backtracking |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
entities: | ||
|
||
& © Æ Ď ¾ ℋ ⅆ ∲ | ||
|
||
# Ӓ Ϡ � | ||
|
||
non-entities: | ||
|
||
&18900987654321234567890; &1234567890098765432123456789009876543212345678987654; | ||
|
||
&qwertyuioppoiuytrewqwer; &oiuytrewqwertyuioiuytrewqwertyuioytrewqwertyuiiuytri; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
\t\e\s\t\i\n\g \e\s\c\a\p\e \s\e\q\u\e\n\c\e\s | ||
|
||
\!\\\"\#\$\%\&\'\(\)\*\+\,\.\/\:\;\<\=\>\? | ||
|
||
\@ \[ \] \^ \_ \` \{ \| \} \~ \- \' | ||
|
||
\ | ||
\\ | ||
\\\ | ||
\\\\ | ||
\\\\\ | ||
|
||
\<this\> \<is\> \<not\> \<html\> | ||
|
Oops, something went wrong.