chore: Issue closure 125 cleanup
This commit is contained in:
15
capabilities/markitect-content/tests/fixtures/content_test_files/frontmatter_only.md
vendored
Normal file
15
capabilities/markitect-content/tests/fixtures/content_test_files/frontmatter_only.md
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Frontmatter Only Document"
|
||||
author: "Test Author"
|
||||
date: 2025-10-02
|
||||
---
|
||||
|
||||
# Frontmatter Only Document
|
||||
|
||||
This document only has frontmatter, no tailmatter. The content should be extracted without the frontmatter block.
|
||||
|
||||
This is a simple paragraph for testing. It has exactly twelve words for counting purposes.
|
||||
|
||||
## Simple Section
|
||||
|
||||
Another paragraph here. This helps test the content extraction when only frontmatter is present.
|
||||
Reference in New Issue
Block a user