From: tchomby <tc...@go...> - 2009-01-08 12:54:59
|
What standard(s) does python-markdown's output conform to, XHTML 1.0, XHTML 1.1, HTML 4.01, etc.? I know that the original perl markdown produces valid XHTML by default or HTML (with the --html4tags option). Python-markdown doesn't seem to have the --html4tags option, so is it XHTML then? Thanks |