It appears that multimarkdown has a feature which converts two consecutive hyphens --
into an emdash —
.
For example, in the Byword editor, when you type those two hyphens it automatically converts to an emdash.
This is fine, and very useful for those writing longform text. However, it gets in the way when trying to document a SQL statement which includes a comment.
Is there a way to escape this behavior so that it shows up correctly within a fenced code block?