Skip to content
Snippets Groups Projects

"Reply" + lepší formátování pro blockquote

Merged Kate Konczycki requested to merge reply-to into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -37,7 +37,7 @@ exports.render_md = function () {
b.innerHTML = result;
const reply = b.parentElement.getElementsByClassName("preply")[0];
reply.onclick = function() {
cmt.value = n.replaceAll(/^/gm, "> ");
cmt.value = src.replaceAll(/^/gm, "> ");
}
}
}
Loading