53c2b953db579e43821f040f44cdd55f4aefa4e4
hoedown_escape_html()
We need an escape function to implement XSS protection.
Misaka
A CFFI binding for Hoedown (version 3), a markdown parsing library.
Documentation can be found at: http://misaka.61924.nl/
Installation
Misaka has been tested on CPython 2.6, 2.7, 3.2, 3.3, 3.4, 3.5 and PyPy 2.6. It needs CFFI 1.0 or newer, because of this it will not work on PyPy 2.5 and older.
With pip:
pip install misaka
Or manually:
python setup.py install
Example
Very simple example:
Or:
Description
Languages
C
45%
HTML
30.5%
Python
24.5%