13 lines
487 B
Markdown
13 lines
487 B
Markdown
|
|
# Plain Markdown Document
|
||
|
|
|
||
|
|
This is a simple markdown document without any frontmatter or tailmatter. Just pure content.
|
||
|
|
|
||
|
|
This paragraph contains exactly fifteen words for testing the word counting functionality of the parser.
|
||
|
|
|
||
|
|
## Section One
|
||
|
|
|
||
|
|
Another section with regular content. This helps test the basic content extraction without any matter zones.
|
||
|
|
|
||
|
|
## Section Two
|
||
|
|
|
||
|
|
The final section with some more content. Multiple paragraphs help test paragraph counting and line counting features.
|