@markvia/html
v0.1.0
Published
HTML renderer for Markvia
Readme
@markvia/html
HTML renderer for Markvia.
pnpm add @markvia/core @markvia/htmlimport { createMarkdown } from '@markvia/core'
import { htmlRenderer } from '@markvia/html'
const html = createMarkdown().render('# Hello', htmlRenderer)See the Markvia documentation for the full API.
