You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frommd2html.coreimportMD2HTMLcontent='''# Hello WorldThis is a test.'''md2html=MD2HTML(content)
md2html.convert('output.html')
html=md2html.convert()
print(html)
Generate Pygments CSS
# List all available styles
pygmentize -L styles
# Generate css for given style
pygmentize -S default -f html -a .highlight > pygments.css