Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iambijoykar/md-to-html-python-cli
Markdown to html with CSS styling
https://github.com/iambijoykar/md-to-html-python-cli
markdown markdown-to-html
Last synced: 11 days ago
JSON representation
Markdown to html with CSS styling
- Host: GitHub
- URL: https://github.com/iambijoykar/md-to-html-python-cli
- Owner: iamBijoyKar
- License: mit
- Created: 2023-03-03T15:22:06.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-04T09:26:31.000Z (almost 2 years ago)
- Last Synced: 2024-11-04T00:25:05.614Z (about 2 months ago)
- Topics: markdown, markdown-to-html
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown to Html Prototype
[![Testing](https://github.com/iamBijoyKar/md-to-html-python-cli/actions/workflows/test.yml/badge.svg)](https://github.com/iamBijoyKar/md-to-html-python-cli/actions/workflows/test.yml)
This project convert markdown with special syntax into html.
### Example :
```md
# 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](https://user-images.githubusercontent.com/85790967/222885213-e129e8fe-da18-4263-b7c7-b8a9131242bc.png)
```html
This is a h1
This is a h2
This is a h3
This is a paragraph
```## Contribution
View the [Contribution Guidelinse](CONTRIBUTING.md)