30 releases
0.10.0-alpha.1 | Feb 21, 2024 |
---|---|
0.8.1 | May 4, 2024 |
0.8.0 | Sep 26, 2023 |
0.6.0 | Jul 18, 2023 |
0.1.0 | Dec 22, 2022 |
#2585 in Parser implementations
Used in courses
220KB
4K
SLoC
CDoc
A Markdown based document convert/parser/formatter used as the backend for the courses project. It can convert between a few document types but is easily extensible and provides a simple mechanism for processing the content. It exists as a library and a command-line-utility.
The main goal of CDoc is to be as extensible and generic as possible to allow for easy adaptation to project specific requirements. Ideally, it aims to become similar to Pandoc but with many of its functionalities being delegated to extension writers.
The command-line-utility (which has not been implemented yet) is the simplest way to use the converter. It is the simplest way to integrate CDoc into another project.
Installation and usage
Not quite there
Library
Dependencies
~16–33MB
~542K SLoC