chore: Issue closure 125 cleanup
This commit is contained in:
parent
20e7f0f5bd
commit
bce680e6cb
26 changed files with 2362 additions and 388 deletions
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue