Share your code.
remark-abbr
remark-abbr

This remark plugin parses custom Markdown syntax to produce (HTML) abbreviations.
It introduces a new MDAST node type: "abbr".
interface abbr <: Node type: "abbr"; abbr: string; reference: string; data: hName: "abbr"; hProperties: title: string; Syntax
Abbreviations are defined a bit like footnotes:
This plugin works on MDAST, a Markdown ASTimplemented by [remark](https://github.com/remarkjs/remark) *[MDAST]: Markdown Abstract Syntax Tree.*[AST]: Abstract syntax treeThis would compile to the following HTML:
This plugin works on MDAST, a Markdown ASTimplemented by remarkInstallation
npm:
npm install remark-abbrUsage
Dependencies:
const unified = const remarkParse = const remarkAbbr = const stringify = const remark2rehype = Usage: