7 releases (4 breaking)
0.5.0 | May 7, 2023 |
---|---|
0.4.0 | Apr 26, 2023 |
0.3.0 | Apr 24, 2023 |
0.2.1 | Mar 20, 2023 |
0.1.0 | Dec 22, 2022 |
#1259 in Command line utilities
125 downloads per month
Used in courses
165KB
3.5K
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
~29MB
~456K SLoC