GitHunt
AR

ArmstrongJ/python-textile

A Python port of Textile, A humane web text generator

h1. python-textile

python-textile is a Python port of Textile, Dean Allen's humane web text generator.

h2. Usage

Install the 'textile' folder on your python path, or easy_install http://github.com/chrisdrackett/python-textile/tarball/master#egg=python-textile.


>>> import textile
>>> s = """
... _This_ is a *test.*
... 
... * One
... * Two
... * Three
... 
... Link to "Slashdot":http://slashdot.org/
... """
>>> html = textile.textile(s)
>>> print html
This is a test.
	
  • One
  • Two
  • Three

Link to Slashdot

>>>

Languages

Python100.0%

Contributors

Other
Created December 12, 2011
Updated March 10, 2015