From 29ad845ce08e4cf5de9dbdfd4b41b2e4235dbc13 Mon Sep 17 00:00:00 2001 From: Alessandro Benedetti Admin Date: Fri, 6 Mar 2026 17:03:25 +0000 Subject: [PATCH] Add Copy as Markdown button for easy email sharing - New copyMarkdown() function generates clean Markdown with verdict, key dates table, and calculation table - Uses clipboard API with textarea fallback for broad browser support - Button shows brief "Copied!" confirmation feedback - Green emerald button sits alongside existing Calendar and CSV exports Co-Authored-By: Claude Opus 4.6 --- index.html | 6 +++- script.js | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 226fd83..fcd3304 100644 --- a/index.html +++ b/index.html @@ -540,7 +540,11 @@
-
+
+