Skip to content

Fix certain links not working properly in Markdown fields

Gian Marco Beltrame requested to merge 360-faulty-url-handling-in-markdown into master

Partially addresses #360.

Although this fixes the specific instance where mailto: links won't work, it doesn't solve the underlying problem that the way we handle these links is terrible. Ideally, we'd replace the links when publishing a markdown piece instead of using this sketchy handling every time we display markdown in the frontend. Or at least properly detecting if it's an embedded image or a hyperlink would be an improvement.

Merge request reports

Loading