10 lines
203 B
Markdown
10 lines
203 B
Markdown
# mistletoe-rtf
|
|
|
|
RTF output for the Python [mistletoe](https://github.com/miyuchina/mistletoe) Markdown parser
|
|
|
|
## Example
|
|
|
|
```
|
|
PYTHONPATH=. mistletoe example.md --renderer mistletoe_rtf.RTFRenderer
|
|
```
|