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.
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, liketemplate-html/
andtemplate-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.