登录 注册

python markdown用法范例

收藏
[Python] 标签: 2012-02-13 04:06
原始代码 全屏查看 0评 / 0藏 / 5151阅  跳至 / 5行
1
2
3
4
5
#git文档:https://github.com/waylan/Python-Markdown/
#markdown
import markdown
md = markdown.Markdown(safe_mode=True, output_format='xhtml')
#end

最新评论

  · · · · · ·  (共0条)

目前还没有评论

登录后您才可以发表评论。 马上登录 立即注册
cottage
2012-02-29加入
一段精湛的代码,天涯何处寻知音!
Back to Top