這三個東西在很多python web程序需要的模塊,都是對文本進行格式化。
pygments
用作格式化高亮代碼的
python-markdown
提供類似wiki格式的格式化功能(mark text轉html)
http://www.freewisdom.org/projects/python-markdown/
markdown的幫助文檔:
http://www.unix-center.net/moodle/help.php?file=markdown.html
http://daringfireball.net/projects/markdown/basics
python-textile
Textile is an XHTML generator that uses a simple markup, similar to the one you can find on most wikis.
This is a Python module that implements a parser and generator that supports the Textile markup syntax.
posted on 2009-04-29 21:18
周銳 閱讀(621)
評論(0) 編輯 收藏 所屬分類:
Python