Skip to content

CAN will use remark to process markdown input

Remark provides an interface for producing, modifying and extending a markdown AST using itself and unist tooling. This should allow CAN to get off the ground and stay extensible over development.

Remark also provides a way to render both HTML and markdown from the AST, with the possibility to build renderers in the future that could be useful to a wider community.