#git文档:https://github.com/waylan/Python-Markdown/
#markdown
import markdown
md = markdown.Markdown(safe_mode=True, output_format='xhtml')
#end