pystitch / stitch

Write reproducible reports in Markdown
https://pystitch.github.io
MIT License
441 stars 13 forks source link

Configuration and options #20

Closed TomAugspurger closed 8 years ago

TomAugspurger commented 8 years ago

We'll need a system that parses and stores document-wide options. This is also where we'll define the entire set of options available and the defaults.

The code-chunk-specific options will be a subset of document-wide options. code-chunk options override document-wide options.