[Python] markup, markdown

Rob Hudson rob at euglug.net
Fri Jun 9 16:41:25 PDT 2006


I was looking at Pytextile just now, and also markdown:
http://www.freewisdom.org/projects/python-markdown/

I noticed on the side a 0.1 release that converts the Open Document 
format produced by OpenOffice to markdown text...
http://www.freewisdom.org/projects/python-markdown/odt2txt.php

Pretty interesting.  :)  Imagine having a website where you can upload a 
  file saved from OpenOffice, and it converts it to markdown on the fly 
and looks pretty online...

I was looking at markdown mainly because some of the open Django code 
I've been reading uses it for marking up text for blogs or comments.

-Rob


More information about the Python mailing list