chore: Issue closure 125 cleanup
This commit is contained in:
parent
20e7f0f5bd
commit
bce680e6cb
26 changed files with 2362 additions and 388 deletions
19
capabilities/markitect-content/tests/fixtures/content_test_files/tailmatter_only.md
vendored
Normal file
19
capabilities/markitect-content/tests/fixtures/content_test_files/tailmatter_only.md
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Tailmatter Only Document
|
||||
|
||||
This document only has tailmatter, no frontmatter. The content should be extracted without the tailmatter block.
|
||||
|
||||
This is a test paragraph. It contains exactly ten words for counting purposes.
|
||||
|
||||
Another paragraph for testing content extraction with tailmatter present but no frontmatter.
|
||||
|
||||
---
|
||||
|
||||
```yaml tailmatter
|
||||
qa_checklist:
|
||||
- requirement: "Document structure validated"
|
||||
complete: true
|
||||
|
||||
editorial:
|
||||
status: "Draft"
|
||||
reviewer: "test.reviewer"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue