MarkFlow allows you to transform MD files into beautiful, readable HTML pages. The emphasis is on the readability of the resulting page.
🎨 More than 1000 design themes
- Classic (
dark-red,yellow,light-green) - Special (
matrix) - HUE-based (
hue-60,dark-hue-120,light-hue-180)
📑 Expanded Markdown support
- Support for Obsidian/Notion style links
- Support for tables, quotes, lists and all heading levels
- Clone the repository (or download the files manually)
git clone https://github.com/kiroffYT/MarkFlow.git
cd MarkFlow
- Install dependencies via pip
pip install markdown airium
python converter.py "note.md" "converted.html" dark-purplenote.md - the original Markdown file to be converted
converted.html - the name of the HTML file to be saved
dark-purple - color theme for an HTML page