Expand description
Defines input/output format configuration types.
Structs§
- Dynamic
Format - Custom output format definition. It should be possible to create almost any text-based output.
- Html
Format - Info
Format - Used to produce an output yml file containing all sources and metadata in a single file structured like the content folder.
- LaTex
Format - Markdown
Format - Notebook
Format
Enums§
- Input
Format - Input formats. Currently supports regular markdown files as well as Jupyter Notebooks.
Traits§
- Format
- Implementors define a format. This trait should make format extensions easy to implement.