feature: Add the original input in HTML comment in the text to post
1 files changed, 1 insertions(+), 1 deletions(-) M index.html
M index.html => index.html +1 -1
@@ 124,7 124,7 @@ }; copy.onclick = function () { - navigator.clipboard.writeText(preview.innerHTML); + navigator.clipboard.writeText(`<!--${editor.value}-->${preview.innerHTML}`); }; hotkeys.filter = function(e) {