24 lines
530 B
Markdown
24 lines
530 B
Markdown
|
|
# Simple Document with Contentmatter
|
||
|
|
|
||
|
|
This document demonstrates basic MultiMarkdown key-value usage.
|
||
|
|
|
||
|
|
Author: Jane Smith
|
||
|
|
Project: Contentmatter Testing
|
||
|
|
Version: 2.0
|
||
|
|
Status: Active
|
||
|
|
|
||
|
|
## Basic Information
|
||
|
|
|
||
|
|
The contentmatter above provides metadata within the content flow.
|
||
|
|
|
||
|
|
License: MIT
|
||
|
|
Repository: https://github.com/example/project
|
||
|
|
Documentation: https://docs.example.com
|
||
|
|
|
||
|
|
## Usage Notes
|
||
|
|
|
||
|
|
Updated: 2025-10-02
|
||
|
|
Reviewer: John Doe
|
||
|
|
Category: Testing
|
||
|
|
|
||
|
|
This demonstrates various types of contentmatter values that should be extractable.
|