Following convention, this repository contains three separate npm packages related to support for pandoc-style citation syntax for the remark Markdown parser.
micromark-extension-camldefines a new syntax extension formicromark, which is responsible for converting markdown syntax to a token streammdast-util-camldescribes how to convert tokens output bymicromark-extension-camlinto either an HTML string ormdastsyntax tree.remark-camlencapsulates the above functionality into aremarkplugin.
For more information, see the individual folders for each package.
🕸 Weave a semantic web in your 🎋 WikiBonsai digital garden.
Pull requests for bugfixes or new features / options are welcome. Be aware that changes to the syntax extension micromark-extension-caml may also have an impact on the other two packages, and you will need to test all three.