ivanceras / svgbob

Convert your ascii diagram scribbles into happy little SVG
http://ivanceras.github.io/svgbob-editor/
Apache License 2.0
3.91k stars 112 forks source link

Plug as an extension into markdown parsers. #2

Closed ivanceras closed 8 years ago

ivanceras commented 8 years ago

diagram fence code block:

 ________
|________|  ----> SVG

https://github.com/google/pulldown-cmark/issues/9 Plugin API for pulldown-cmark should be implemented first, in order to plug this as fence code extension

ivanceras commented 8 years ago

Spongedown combines this project and pulldown-cmark