bhollis / maruku

A pure-Ruby Markdown-superset interpreter (Official Repo).
MIT License
500 stars 80 forks source link

Need Documentation: How to Extend MD syntax #105

Closed PeteMichaud closed 10 years ago

PeteMichaud commented 11 years ago

I need to add new syntax to my flavor of markdown, but there's no documentation about how to do that, and the code isn't obvious so far. A quick and dirty guide in the readme could help someone like me.

bhollis commented 10 years ago

If you're interested in extending the syntax, I'd look at Kramdown instead of Maruku. Kramdown is well-factored to allow for syntax extensions, and the code is pretty clear.