Previously, if text enclosed in ` characters contained multiple * characters, the *s would be removed and the characters they enclosed would become bold. This commit escapes the text by enclosing it in + characters in addition to the existing, enclosing ` characters. The `+text+` arrangement retains the monospace formatting be disables any further formatting of the text. Closes gh-474