From 1f5db511bab3db799e610b2a84fc3ba9a28312b2 Mon Sep 17 00:00:00 2001 From: Amit Haridas Date: Sun, 23 Aug 2026 14:12:03 +0530 Subject: [PATCH] feat(editor): add CSV-to-markdown-table toolbar converter Amit Haridas --- src/index.html | 23 ++++++++- src/renderer.js | 26 ++++++++++ src/utils/csv-to-markdown-table.js | 73 +++++++++++++++++++++++++++++ tests/csv-to-markdown-table.test.js | 63 +++++++++++++++++++++++++ 4 files changed, 184 insertions(+), 1 deletion(-) create mode 100644 src/utils/csv-to-markdown-table.js create mode 100644 tests/csv-to-markdown-table.test.js diff --git a/src/index.html b/src/index.html index 36be950..63c8979 100644 --- a/src/index.html +++ b/src/index.html @@ -151,7 +151,7 @@
- + +