From 0048040b68ef1bae3bc3671c63274d424a33b3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 11 Jun 2019 23:08:44 +0200 Subject: [PATCH] add more extensions to export example --- examples/Components/Routes/Export/index.vue | 51 +++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/examples/Components/Routes/Export/index.vue b/examples/Components/Routes/Export/index.vue index b83faccc..ac4127ee 100644 --- a/examples/Components/Routes/Export/index.vue +++ b/examples/Components/Routes/Export/index.vue @@ -20,6 +20,22 @@ + + + + + + + + + + + + @@ -118,6 +163,7 @@ import { CodeBlock, HardBreak, Heading, + HorizontalRule, OrderedList, BulletList, ListItem, @@ -127,6 +173,8 @@ import { Code, Italic, Link, + Strike, + Underline, History, } from 'tiptap-extensions' @@ -145,6 +193,7 @@ export default { new CodeBlock(), new HardBreak(), new Heading({ levels: [1, 2, 3] }), + new HorizontalRule(), new ListItem(), new OrderedList(), new TodoItem(), @@ -153,6 +202,8 @@ export default { new Bold(), new Code(), new Italic(), + new Strike(), + new Underline(), new History(), ], content: `