hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
310 stars 60 forks source link

Add support for automatic execution of code blocks #114

Closed dragly closed 7 years ago

dragly commented 7 years ago

This adds support for automatically executing code cells using the --execute option. Specific code blocks can be run without appearing in the document by adding -e to the code block definition. Code blocks defined specifically as text with -t are not run.

Limitiations