This is the problem I pointed out previously. Markdown uses *
to denote “emphasis”, and **
to denote “bold”, also _
for emphasis. #
for tags…
If you need to disable the meaning of every special char in markdown, you probably don’t want markdown at all, but a plain text editor.