snaptoken / leg

Tools for making step-by-step code walkthroughs
MIT License
132 stars 2 forks source link

Support Markdown output format #23

Closed paigeruten closed 6 years ago

paigeruten commented 6 years ago

The idea is to let people generate their tutorial in Markdown format, so they can just put it up on GitHub instead of having to set up a static website.

Which output format to build could be specified in leg.yml, or you could append the format to the output directory, like template-html/ and template-md/.

This might even become the default format, just because it's so simple. Syntax highlighting is done by GitHub (making leg doc's job way faster), and there's no CSS/HTML/layout/images to worry about.

paigeruten commented 6 years ago

This is mostly finished, will just need some tweaking later.