Expand description
CDoc is a tool for rendering markdown-based document formats (markdown and jupyter notebooks) to user-defined output formats. Output formats are entirely user defined through templates.
Modules
- Defines the internal markup format.
- Defines input/output format configuration types.
- Defines the document format which combines metadata with content.
- Defines types for loading content files and parsing them to the internal format. Can be extended.
- Defines types for serializing/deserializing Jupyter Notebooks.
- Provides a type for applying preprocessors to documents.
- Contains pest.rs based parsers for various functions.
- Contains preprocessors for documents. Currently, only used for the exercise syntax.
- Contains renderer types that can be used for raw outputs and notebook-based outputs. Can be extended.
- Provides a template manager for easily rendering the different types of templates supported by cdoc.