Following convention, this repository contains three separate npm
packages related to support for pandoc
-style citation syntax for the remark
Markdown parser.
micromark-extension-caml
defines a new syntax extension formicromark
, which is responsible for converting markdown syntax to a token streammdast-util-caml
describes how to convert tokens output bymicromark-extension-caml
into either an HTML string ormdast
syntax tree.remark-caml
encapsulates the above functionality into aremark
plugin.
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.