Earlier quoted context omitted.
I wish there was a browser extension to handle that. It would provide an editing area that would allow you to edit using the same markup on different sites, and when you are done would translate to whatever markup format that site uses and fill in the site's edit area with that.
There are some bits of typical markdown syntax that I really don't like. Like pasting code requires you to add 4 spaces to the start of every line and an extra linefeed between each line. That's a lot of work and every time I do it I say "How is this better than ?" I've yet to see what I'd really like: preformatted text being surrounded by markers that make it easy to paste in, like so: Some regular text vvvvv Prefor…
From Gruber’s Markdown spec:
> Readability, however, is emphasized above all else.