Marked¶
A markdown parsing and rendering library for javascript. docs
Backlinks¶
- A CAN note is stored using its AST
 - Marked does not provide an AST
- I misunderstood my reading of marked's docs website and believed that it did have an AST. Previously, I planned for CAN to use marked to process markdown input.
 
 - CAN will use marked to process markdown input
 - marked provides a lexer, parser, and renderer for markdown