From cbf395b0c0624b1482b1b45138ceba5175b04464 Mon Sep 17 00:00:00 2001 From: Rasmus Boll Greve Date: Tue, 28 Jul 2020 12:42:54 +0200 Subject: [PATCH] Add selection of output Add selection of output for easy copying of result back into document --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index a351ed4..4ad892a 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ var mtf = new MarkdownTableFormatter(); mtf.format_table(md_table_holder.value) md_table_holder.value = mtf.output_table; + md_table_holder.select(); } function loadExample(example_number) {