Visdown
Make visualisation using markdown
Demo -> http://visdown.com/
Allows you to write json specification in simple yaml and uses marked and vega-lite (or vega) to convert those specific code blocks in to svg.
- yaml -> json (using yaml.js)
- json -> vega-lite -> svg (using vegalite.js)
- markdown -> html (using marked.js