Skip to content

A Python program for converting Markdown files into beautiful HTML pages.

License

Notifications You must be signed in to change notification settings

kiroffYT/MarkFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MarkFlow - Markdown converter

MarkFlow allows you to transform MD files into beautiful, readable HTML pages. The emphasis is on the readability of the resulting page.

Themes count: 1112

Made in Python With Airium library With JSON library With Markdown library

Features

🎨 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

Installation

  1. Clone the repository (or download the files manually)
git clone https://github.com/kiroffYT/MarkFlow.git
cd MarkFlow
  1. Install dependencies via pip
pip install markdown airium

Usage

python converter.py "note.md" "converted.html" dark-purple

note.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

Releases

No releases published

Packages

No packages published

Languages