chore: Issue closure 125 cleanup
This commit is contained in:
parent
20e7f0f5bd
commit
bce680e6cb
26 changed files with 2362 additions and 388 deletions
13
capabilities/markitect-content/tests/fixtures/content_test_files/plain_markdown.md
vendored
Normal file
13
capabilities/markitect-content/tests/fixtures/content_test_files/plain_markdown.md
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue