Module config

Source
Expand description

Defines input/output format configuration types.

Structs§

DynamicFormat
Custom output format definition. It should be possible to create almost any text-based output.
HtmlFormat
InfoFormat
Used to produce an output yml file containing all sources and metadata in a single file structured like the content folder.
LaTexFormat
MarkdownFormat
NotebookFormat

Enums§

InputFormat
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.