This commit is contained in:
hackrobot
2024-05-21 13:31:26 +08:00
parent 37014e1d0c
commit 80ac649290

View File

@@ -252,6 +252,8 @@ renderer.link = function (href, title, text) {
renderer.paragraph = function (text) {
return `<p>${text}</p>\n`;
// return `<p>${text}</p>`;
};
renderer.br = function () {
return '<br>';