Skip to content
Snippets Groups Projects

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

Merged Kate Konczycki requested to merge reply-to into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 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