Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

KMYArchives/mdconvert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdconvert

To install dependencies, run:

pip install -r requirements.txt

Parameter Description Required
-f, --file File markdown will be converted True
-s, --style Style CSS of HTML file converted False

For convert markdown to HTML, use:

python mdconvert.py -f README.md -s style.css or mdconvert -f README.md -s style.css

Current version 1.0.0