@meowdown/markdown
v0.66.0
Published
Readme
@meowdown/markdown
The @lezer/markdown grammar layer behind @meowdown/core: GFM plus meowdown's inline syntax (wiki links, wiki embeds, hashtags, ==highlight==, $math$, bare autolinks).
npm install @meowdown/markdownimport { gfmParser } from '@meowdown/markdown'
const tree = gfmParser.parse('Meeting with [[Ada Lovelace|Ada]]')Exports
gfmParser/gfmBlockOnlyParser: the full and block-only Markdown parsersparseInline/collectInlineElements: low-level inline syntax parsinggetAutolinkHref: bare-domain autolink matching against the TLD allowlistLEZER_NODE_IDS: the node id table shared with@meowdown/core
