From f421285eb360be2ca12fecbc5209a0939b4454f9 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 20 Aug 2020 17:57:09 +0200 Subject: [PATCH] remove headline from export example --- docs/src/demos/Examples/ExportHtmlOrJson/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/src/demos/Examples/ExportHtmlOrJson/index.vue b/docs/src/demos/Examples/ExportHtmlOrJson/index.vue index a42ed69a..c652f57a 100644 --- a/docs/src/demos/Examples/ExportHtmlOrJson/index.vue +++ b/docs/src/demos/Examples/ExportHtmlOrJson/index.vue @@ -40,9 +40,6 @@ export default { mounted() { this.editor = new Editor({ content: ` -

- Export HTML or JSON -

You are able to export your data as HTML or JSON.