How to disable auto "–" (en dash)

How can I disable auto formatting “–” to “–” in markdown?

In your site config:

[markup.goldmark.extensions.typographer]
enDash = '--'

See: