vigour-io / doc

A collection of tools to help make great docs with minimal effort
ISC License
0 stars 0 forks source link

Generate a markdown AST #23

Open shawninder opened 8 years ago

shawninder commented 8 years ago

This can be a separate module (maybe it already exists). Might be interesting to make markdown transformations as transforms which can be combined and ordered. We could even make these transforms compatible with browserify as a bonus. Anyways, the idea is to have more power when modifying the markdown by using an AST instead of just regular expressions...

See https://github.com/vigour-io/doc/issues/22