From bacb88e50b4b6ff8cc63f41318a7b85c73291d18 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Sat, 13 Jul 2019 19:51:07 +0200 Subject: [PATCH] feature: Add the original input in HTML comment in the text to post --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 52bc72f..13dd6a8 100644 --- a/index.html +++ b/index.html @@ -124,7 +124,7 @@ }; copy.onclick = function () { - navigator.clipboard.writeText(preview.innerHTML); + navigator.clipboard.writeText(`${preview.innerHTML}`); }; hotkeys.filter = function(e) { -- 2.45.2