Validate YAML frontmatter and dependencies
Validates document YAML frontmatter and checks for missing bibliography, CSL, and image files.
/plugin marketplace add cadrianmae/claude-marketplace/plugin install pandoc@cadrianmae-claude-marketplace<file>Ask Claude to check your document for errors before converting.
Common YAML Errors:
# ❌ Wrong (tabs)
title:→"Paper"
# ✅ Correct (spaces)
title: "Paper"
# ❌ Wrong (missing quotes)
title: Paper: A Study
# ✅ Correct
title: "Paper: A Study"
Required Structure:
---
title: "Title"
author: "Name"
---
# Content here
"Validate my document before converting" "Check if this is ready to convert to PDF" "Why won't my document convert?"