All: Fixes #709: Now that HTML is supported in notes, remove BR tag replacement hack.

pull/773/head
Laurent Cozic 2018-09-06 18:40:05 +01:00
parent abf6c3f3f1
commit a1e7e29279
1 changed files with 0 additions and 3 deletions

View File

@ -472,9 +472,6 @@ class MdToHtml {
}
}
// Support <br> tag to allow newlines inside table cells
renderedBody = renderedBody.replace(/&lt;br&gt;/gi, '<br>');
// https://necolas.github.io/normalize.css/
const normalizeCss = `
html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}