do not transform mailto links in markdown
Currently all links in markdown that do not contain a "/" character get rewritten to paths to images on the backend. This causes problems with mailto links as these do not contain a slash, as we have on our FAQ for example. This MR leaves the link unchanged if it contains "mailto:".
closes #360
Edited by Jacques Hoffmann