Hello!
I noticed that many markdown tags are interpreted by the editor even if they're not closed.
For example, if I type a single underscore, everything after it is rendered as italic even if I don't put an underscore at the end of the sentence.
This forces me to escape every underscore when I write smileys as this:
^_^
which is actually written as
^\_^
It also happens if I don't escape a single or double asterisk, a single square bracket and so on.