Textile and Markdown perform similar functions: making your text easier to format for posting on the web. The goals of their creators are a bit different, but if you’re serious about your blogging this could make your formatting easier. As I learned to use these tools, it made it easier to learn actual HTML too. An extra benefit.
NB: Both work in many different blog and content management systems, but only on sites you host yourself, so far as I know. As of this posting, neither Textile or Markdown is supported on Wordpress.com sites, and I could find no reference to them at Edublogs.org.
Textile: “A Humane Web Text Generator – Textile takes plain text with *simple* markup and produces valid XHTML.”
Link to Wikipedia’s reference, with several resource links.
An online demonstration page, with a download link.
I’ve downloaded and saved this link as a complete page, with a link in my browser toolbar, as a reference available even when I’m writing a post.
Many people also like Markdown: “Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).”
Information and download is available here.
Link to Wikipedia’s reference, with several resource links
I think Markdown achieves its goal of making its plain text more readable before conversion, but it lacks one key capability: making tables. Textile’s unconverted markup makes for a bit less readability, but it’s a sacrifice more than made up for with its easy formatting for making tables. Thus, I use Textile for both my WordPress blogs. YMMV. Happy blogging.