On 2014-12-30 00:52, Walter Bright wrote:

(And I should ask, what if you wanted a | in the Markdown?)

Just type a |. You don't need to escape most Markdown symbols in the middle of text.

And like I said, what about all the separators in Markdown? What are you
going to do with ", `, |, -, #, and all the other special characters?
It's not like you'll never need them when documenting code.

Most of the time it's not a problem, see above. The only symbols that can cause a problem will most likely be used inside a code block anyway, where they are not interpreted as Markdown.

--
/Jacob Carlborg

Reply via email to