AtlatestRepositorysigil-markdown
sigil-markdown / tree / bench / corpusblock-edge.md
1
####### Seven hashes is not a header2
#NoSpaceAfterHash is not a header3
###### Six hashes is a header4
#6
Paragraph then7
####### seven hashes mid-paragraph stays paragraph9
-no space after dash10
- space after dash is a list11
-12
*no space star13
+ plus with space14
1.no space after dot15
1. ordered with space16
10. multi digit ordered17
1) paren ordered is not a list19
- indented dash item20
- deeper indented item22
Text before list23
- item right after paragraph25
~~~26
tilde fence no lang27
~~~29
~~~ruby30
tilde fence with lang31
~~~33
````34
four backtick fence35
````37
```js38
fence with lang js39
```41
```42
indented three-space fence43
```45
> quote level one46
>quote no space after gt47
> quote with **bold** and `code`49
- - -50
* * *52
Regular ending paragraph with trailing text.