From 444b4fd1f761876b55a1644d0c9079794943958b Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Thu, 1 Aug 2019 20:47:10 +0200 Subject: [PATCH] Render HTML in Markdown during previews as well When having e.g. a markdown-based section in a document where you reference another document, a HTML-link is generated. However when previewing changes, the raw HTML is shown. With setting `html: true` in the configuration for `markdownit`[1], HTML is detected and properly parsed (Also markup tags such as `

` are rendered properly just like when using `blackfriday` to request a rendered section). Regarding probably harmful side-effects: setting e.g. `` causes a white page with `markdownit` as well as with `blackfriday`. `