@markvia/core
v0.1.0
Published
Framework-agnostic Markdown runtime core
Readme
@markvia/core
Framework-agnostic Markdown runtime for parsing Markdown into a semantic AST and Render IR.
pnpm add @markvia/coreimport { createMarkdown } from '@markvia/core'
const runtime = createMarkdown()
const document = runtime.parse('# Hello')
const ir = runtime.toIR(document)See the Markvia documentation for the full API.
