A remark-lint plugin that validates haiku code blocks follow the 5-7-5 syllable pattern. Version 0.3.0 is the latest stable release; no regular release cadence. Uses the 'syllable' library for syllable counting. Differentiates from general linters by targeting haiku structure specifically within Markdown documents.
npm install remark-lint-haikuNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use remark-lint-haiku to validate a haiku code block's syllable count.
Ensure haiku text is inside a \`\`\`haiku code block.
Manually verify syllable counts for non-standard words.
Ensure the haiku has exactly three lines with 5-7-5 syllables.
Run npm install remark-lint-haiku and ensure import path is correct.
Use import remarkLintHaiku from 'remark-lint-haiku' (default import).