Running pandoc --email-obfuscation=none -o test.html test.md on this test.md file:
[E-mail the *incredible* me](mailto:me@example.net)
produces this test.html file:
<p><a href="mailto:me@example.net">E-mail the <em>incredible</em> me</a></p>
instead of the expected:
<p><a href="mailto:me@example.net">E-mail the <em>incredible</em> me</a></p>
Running
pandoc --email-obfuscation=none -o test.html test.mdon thistest.mdfile:produces this
test.htmlfile:instead of the expected: