Remark¶
Backlinks¶
- CAN will use remark to process markdown input
- A CAN note is stored using its AST
- CAN should contain a customised instance of the remark markdown serialiser
- Marked does not provide an AST
- After further research, I've found the unist project, which is a spec for syntax trees. Tied to this project is remark, a markdown processer which can provide a unist-compliant AST. Therefore, CAN will use remark to process markdown input