Crates.io | cdoc |
lib.rs | cdoc |
version | 0.8.1 |
source | src |
created_at | 2022-12-22 12:13:23.991897 |
updated_at | 2024-05-04 14:41:01.252625 |
description | A markdown-based document parser and processor |
homepage | https://coursesproject.github.io/courses/ |
repository | https://github.com/coursesproject/courses/tree/main/cdoc |
max_upload_size | |
id | 743867 |
size | 235,394 |
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.
Not quite there