Post Archive
› March 16, 2004
More Markdown
Mr. Gruber has continued on with his Markdown offering. The documentation has been greatly updated. One of the key differentiators (works much like how you would style up a plain text email, and is super readable even in raw form), is now clearer.
So, that's great. Maybe you like this way of text formatting more or less or equal to other systems such as textile. You know, whatever.
But now let's say you wanted to incorporate Markdown, which is a Perl script, into your PHP based site? No need to ponder - Mr. Gruber has given you the keys to the castle in this recent post to the Markdown mailing list.
Comments
1. March 17, 2004 01:50 PM
2. March 19, 2004 04:31 PM
3. March 30, 2004 07:35 PM
nate Posted…
html2text is a Python script that convers a page of HTML into clean, easy-to-read plain ASCII. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format).
nate Posted…
And, you can also run Markdown as an OS X service: Instructions