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: `