I tried the following markdown [nadag-innmelding@ngu.no](mailto:nadag-innmelding@ngu.no)
It was rendered as a http link with the last part of the email address as the href. I expected that the mailto: scheme should work. Instead I had to use <a href="mailto:nadag-innmelding@ngu.no">nadag-innmelding@ngu.no</a>
I tried the following markdown
[nadag-innmelding@ngu.no](mailto:nadag-innmelding@ngu.no)It was rendered as a http link with the last part of the email address as the href. I expected that the mailto: scheme should work. Instead I had to use
<a href="mailto:nadag-innmelding@ngu.no">nadag-innmelding@ngu.no</a>