Displaying 2 results from an estimated 2 matches for "html4tags".
2007 May 02
4
Make --html4tags the default?
Seeing how no-one should send application/xhtml+xml to the browser
[1], and development of the HTML standard is again happening [2], it
would make sense to have Markdown.pl default to HTML tags.
Maybe too late to change a default though.
How does PHP Markdown and other implementations deal with this issue?
[1]: http://www.hixie.ch/advocacy/xhtml
[2]:
2011 Mar 04
1
First-time user woes
Hello list ...
I read all that I could at:
http://daringfireball.net/projects/markdown/
as well as the man-page. I'm still not sure as to how to get the output
written to a file instead of the screen. For example, I did:
markdown --html4tags convert-this.txt
Should I be redirecting the output to a file, like:
markdown --html4tags convert-this.txt > convert-this.html
--
Duke