Markdown: softbreak is not HTML

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
pull/21833/head
Johannes Löthberg 2017-01-17 21:04:12 +01:00
parent c819b433a2
commit 49d60ff879
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ export default class Markdown {
}
// text and paragraph are just text
dummy_renderer.text = function(t) { return t; }
dummy_renderer.softbreak = function(t) { return t; }
dummy_renderer.paragraph = function(t) { return t; }
const dummy_parser = new commonmark.Parser();