cgit

ref: v0.12

filters/html-converters/md2html


#!/usr/bin/env python
import markdown
print('''
   
''')
print("
") # Note: you may want to run this through bleach for sanitization markdown.markdownFromFile(output_format="html5") print("
")