mark3 0.1.2

mark3 is a Python tool that provides a lightweight, markdown to html parser for Python 2.7 and 3.UsageUsing mark3 is very simple:from mark3.markdown import markdownhtml = markdown(raw_text)Deviationsmark3 may differ slightly from the official markdown...