~lthms/varuna

bacb88e50b4b6ff8cc63f41318a7b85c73291d18 — Thomas Letan 4 years ago f07b058
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) {