Alex Kocharin
10 years ago
12 changed files with 112 additions and 0 deletions
@ -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: |
|||
|
|||
> |
|||
> |
|||
> |
|||
> |
|||
|
@ -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 |
@ -0,0 +1,11 @@ |
|||
|
|||
an |
|||
example |
|||
|
|||
of |
|||
|
|||
|
|||
|
|||
a code |
|||
block |
|||
|
@ -0,0 +1,14 @@ |
|||
|
|||
``````````text |
|||
an |
|||
example |
|||
``` |
|||
of |
|||
|
|||
|
|||
a fenced |
|||
``` |
|||
code |
|||
block |
|||
`````````` |
|||
|
@ -0,0 +1,9 @@ |
|||
# heading |
|||
### heading |
|||
##### heading |
|||
|
|||
# heading # |
|||
### heading ### |
|||
##### heading \#\#\#\#\###### |
|||
|
|||
############ not a heading |
@ -0,0 +1,10 @@ |
|||
|
|||
* * * * * |
|||
|
|||
- - - - - |
|||
|
|||
________ |
|||
|
|||
|
|||
************************* text |
|||
|
@ -0,0 +1,8 @@ |
|||
heading |
|||
--- |
|||
|
|||
heading |
|||
=================================== |
|||
|
|||
not a heading |
|||
----------------------------------- text |
@ -0,0 +1,3 @@ |
|||
`lots`of`backticks` |
|||
|
|||
``i``wonder``how``this``will``be``parsed`` |
@ -0,0 +1,5 @@ |
|||
*this* *is* *your* *basic* *boring* *emphasis* |
|||
|
|||
_this_ _is_ _your_ _basic_ _boring_ _emphasis_ |
|||
|
|||
**this** **is** **your** **basic** **boring** **emphasis** |
@ -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*** |
@ -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 |
@ -0,0 +1,13 @@ |
|||
|
|||
\t\e\s\t\i\n\g \e\s\c\a\p\e \s\e\q\u\e\n\c\e\s |
|||
|
|||
\!\\\"\#\$\%\&\'\(\)\*\+\,\.\/\:\;\<\=\>\? |
|||
|
|||
\@ \[ \] \^ \_ \` \{ \| \} \~ \- \' |
|||
|
|||
\ |
|||
\\ |
|||
\\\ |
|||
\\\\ |
|||
\\\\\ |
|||
|
Loading…
Reference in new issue