chore: Issue closure 125 cleanup
This commit is contained in:
parent
20e7f0f5bd
commit
bce680e6cb
26 changed files with 2362 additions and 388 deletions
21
capabilities/markitect-content/tests/fixtures/content_test_files/contentmatter_inline.md
vendored
Normal file
21
capabilities/markitect-content/tests/fixtures/content_test_files/contentmatter_inline.md
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Document with Contentmatter
|
||||
|
||||
This document contains MultiMarkdown key-value pairs within the content body.
|
||||
|
||||
Author: Jane Smith
|
||||
Project: Content Testing
|
||||
Keywords: markdown, contentmatter, testing
|
||||
|
||||
## Introduction
|
||||
|
||||
This section demonstrates contentmatter usage. The key-value pairs above are part of the content but provide metadata.
|
||||
|
||||
Reference: https://example.com/docs
|
||||
Version: 2.1
|
||||
License: MIT
|
||||
|
||||
The content continues here with more text for testing purposes. This paragraph helps verify that contentmatter is preserved in content extraction.
|
||||
|
||||
## Conclusion
|
||||
|
||||
Final section with summary content. Word counting should include the contentmatter lines as part of the content.
|
||||
Loading…
Add table
Add a link
Reference in a new issue