I have just added support for the Textile markup for blog posting on @tweetitow
You can find more information on how to format your blog body using Textile markup, here
I imagine it’s hard to type in HTML tags in your phone, so using something like Textile should make it very easy to write blog posts. Also newlines are now properly converted. A single newline is converted to a <br/> tag and a double newline will result to a <p> tag.
The original code was, as you would send it from your Phone:
I have just added support for the Textile markup for blog posting on @tweetitow|You can find more information on how to format your blog body using Textile markup, "here":http://textism.com/tools/textile/index.phpI imagine it's hard to type in HTML tags in your phone, so using something like Textile should make it very easy to write blog posts. Also newlines are now properly converted. A single newline is converted to a @<br/>@ tag and a double newline will result to a @<p>@ tag.
Notice the vertical bar '|', there's a newline right after it. Any whitespace (tab, newline, or space) right before and after the vertical bar are removed when splitting the title and the body. So adding a newline right after the bar gives clarity when composing your post without unnecessarily creating newline spaces in the converted HTML text.