Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pekrau/mdbook

Web display of a book written in Markdown. Uses Python, FastHTML, pico CSS, Marko, python-docx, fpdf2.
https://github.com/pekrau/mdbook

docx-generator fasthtml markdown pdf-generator

Last synced: 2 days ago
JSON representation

Web display of a book written in Markdown. Uses Python, FastHTML, pico CSS, Marko, python-docx, fpdf2.

Awesome Lists containing this project

README

        

# mdbook

Web display of a book written in Markdown.

- Contents partitionen into sections and texts.
- Indexing of terms.
- Reference handling.
- Footnotes.
- Write contents to DOCX or PDF file.

Written in Python using:

- [FastHTML](https://docs.fastht.ml/)
- [pico CSS](https://picocss.com/)
- [Marko](https://marko-py.readthedocs.io/)
- [python-docx](https://python-docx.readthedocs.io/en/latest/)
- [fpdf2](https://py-pdf.github.io/fpdf2/index.html)