UNPKG

@benrbray/mdast-util-cite

Version:

Converts a `micromark` token stream into an `mdast` syntax tree.

2 lines 161 B
export { citeFromMarkdown, type CiteItem, type InlineCiteNode } from "./fromMarkdown"; export { citeToMarkdown, type CiteToMarkdownOptions } from "./toMarkdown";