docupy ====== docupy is a Python markdown library. Example ------- >>> import docupy >>> docupy.markdown_to_html("HTML is *easy*.") '

HTML is easy.

' Table of Contents ----------------- .. toctree :: installing overview api contributing changelog