From 1d8451050b4001efcce118b87d9122f9b02c672d Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 10 Jul 2020 18:24:55 +0200 Subject: [PATCH] Add more easymde icons --- src/components/input/easymde.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/input/easymde.vue b/src/components/input/easymde.vue index c38fd08cb..41726fe25 100644 --- a/src/components/input/easymde.vue +++ b/src/components/input/easymde.vue @@ -118,8 +118,18 @@ title: 'Image', icon: '', }, - 'table', - 'horizontal-rule', + { + name: 'table', + action: EasyMDE.drawTable, + title: 'Table', + icon: '', + }, + { + name: 'horizontal-rule', + action: EasyMDE.drawHorizontalRule, + title: 'Horizontal Rule', + icon: '', + }, '|', 'preview', 'side-by-side',