An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![](https://img.shields.io/pypi/v/gfm2html.svg?maxAge=3600)](https://pypi.org/project/gfm2html/)
[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/gfm2html.py/workflows/tests42/badge.svg)](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 gfm2html

gfm2html(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/)


readme42.com