852 B
852 B
description, argument-hint, allowed-tools, disable-model-invocation
| description | argument-hint | allowed-tools | disable-model-invocation |
|---|---|---|---|
| Validate YAML frontmatter and dependencies | <file> | Bash | true |
/pandoc:validate - Validate Document
Ask Claude to check your document for errors before converting.
What It Checks
- ✅ YAML syntax (spaces not tabs)
- ✅ Bibliography file exists
- ✅ CSL file exists
- ✅ Image files exist
- ✅ Required fields present
Quick Reference
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
Ask Claude
"Validate my document before converting" "Check if this is ready to convert to PDF" "Why won't my document convert?"