diff --git a/source/plugins/code/index.mjs b/source/plugins/code/index.mjs index bfb00e8c..baf3a822 100644 --- a/source/plugins/code/index.mjs +++ b/source/plugins/code/index.mjs @@ -58,7 +58,7 @@ export default async function({login, q, imports, data, rest, account}, {enabled const content = imports.htmlescape(snippet.patch.replace(/\r\n/mg, "\n").replace(new RegExp(`^([+-]?)${" ".repeat(indent)}`, "mg"), "$1")) //Format patch - snippet.patch = imports.htmlunescape((await imports.highlight(content, "diff")).trim()) + snippet.patch = imports.htmlunescape((await imports.highlight(content, "diff")).trim()).replace(/\n/g, "
") } //Results