From: Sergej C. <se...@ce...> - 2006-07-27 13:28:12
|
Hi, > Just wondered if python-markdown has any functionality like > SmartyPants [1], which is often used alongside the original Markdown? > > If not, I guess it wouldn't be too hard to port as a post-processor, > perhaps. > > [1] http://daringfireball.net/projects/smartypants/ There is Python implementation of SmartyPants ported by Chad Miller http://web.chad.org/projects/smartypants.py/ |