21 lines
673 B
Markdown
21 lines
673 B
Markdown
|
|
# 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.
|