https://github.com/andrewpetrochenkov/gfm2html.py
github flavored markdown to html
https://github.com/andrewpetrochenkov/gfm2html.py
Last synced: 3 months ago
JSON representation
github flavored markdown to html
- Host: GitHub
- URL: https://github.com/andrewpetrochenkov/gfm2html.py
- Owner: andrewpetrochenkov
- License: unlicense
- Created: 2020-07-15T11:54:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-03T20:54:21.000Z (over 4 years ago)
- Last Synced: 2025-02-26T09:41:58.932Z (3 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://pypi.org/project/gfm2html/)
[](https://unlicense.org/)
[](https://github.com/andrewp-as-is/gfm2html.py/actions)### Installation
```bash
$ [sudo] pip install gfm2html
```#### Pros
100% true native github flavored markdown#### How it works
[github markdown api](https://developer.github.com/v3/markdown/)#### Examples
```python
from gfm2html import gfm2htmlgfm2html(markdown) # For unauthenticated requests, the rate limit allows for up to 60 requests per hour
gfm2html(markdown, token="XXX")
```#### Links
+ [github markdown api](https://developer.github.com/v3/markdown/)