/md-to-html-python-cli

Markdown to html with CSS styling

Primary LanguagePythonMIT LicenseMIT

Markdown to Html Prototype

Testing

This project convert markdown with special syntax into html.

Example :

# This is s h1 $[color:blue;]$
## This is s h2 $[color:yellow]$
### This is s h3 $[background-color:grey]$
This is a paragraph $[color:#777777]$

Output :

image

<h1>This is a h1 </h1>
<h2>This is a h2 </h2>
<h3>This is a h3 </h3>
This is a paragraph 

Contribution

View the Contribution Guidelinse