iamBijoyKar / md-to-html-python-cli

Markdown to html with CSS styling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Markdown to html with CSS styling

License:MIT License


Languages

Language:Python 86.4%Language:HTML 13.6%