Markdown plugin for Kire.
npm install @kirejs/markdownAdds Markdown rendering capabilities directly to Kire templates.
- @markdown Directive: Render markdown blocks seamlessly.
- Configurable: Support for common markdown options.
``bash`
npm install @kirejs/markdownor
bun add @kirejs/markdown
`html
@markdownHello World
This is bold text rendered from markdown.
@end
``
MIT