I\'m using the Maruku markdown processor. I\'d like this
*blah* blah \"blah\" in [markdown](blah)
I found that escaping the closing '>' symbol in both, the opening and closing 'script' tags, will display it correctly, for example:
If you type the follwing:
It will be rendered like this:
That's just my two cents.