AtlatestRenderedmarkdown
sigil-markdown / tree / bench / corpuselements.md
Readme
H1 Heading
H2 Heading
H3 Heading
H4 Heading
H5 Heading
H6 Heading
Paragraph one with plain text and nothing special at all here folks.
Paragraph two spanning multiple source lines that should join with spaces.
- unordered a
- unordered b
- unordered c
- star bullet a
- star bullet b
- plus bullet a
- plus bullet b
- ordered one
- ordered two
- ordered three
blockquote line one blockquote line two
def hello():
return "world"plain fence no lang second line
indented code line one indented code line two
| Col A | Col B | Col C |
|---|---|---|
| a1 | b1 | c1 |
| a2 | b2 | c2 |
Final paragraph after rules.