Skip to content

do not transform mailto links in markdown

Michael Stambach requested to merge fix-md-mailto into master

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

Merge request reports

Loading