diff --git a/docs/src/demos/Nodes/BulletList/index.vue b/docs/src/demos/Nodes/BulletList/index.vue
index e89cf01d..a811968d 100644
--- a/docs/src/demos/Nodes/BulletList/index.vue
+++ b/docs/src/demos/Nodes/BulletList/index.vue
@@ -51,3 +51,17 @@ export default {
},
}
+
+
diff --git a/docs/src/demos/Nodes/ListItem/index.vue b/docs/src/demos/Nodes/ListItem/index.vue
index 31b858cd..3f9c6d40 100644
--- a/docs/src/demos/Nodes/ListItem/index.vue
+++ b/docs/src/demos/Nodes/ListItem/index.vue
@@ -83,38 +83,5 @@ export default {
ol {
padding: 0 1rem;
}
-
- code {
- background-color: rgba(#616161, 0.1);
- color: #616161;
- }
-
- pre {
- background: #0D0D0D;
- color: #FFF;
- font-family: 'JetBrainsMono', monospace;
- padding: 0.75rem 1rem;
- border-radius: 0.5rem;
-
- code {
- color: inherit;
- background: none;
- font-size: 0.8rem;
- }
- }
-
- img {
- max-width: 100%;
- height: auto;
- }
-
- hr {
- margin: 1rem 0;
- }
-
- blockquote {
- padding-left: 1rem;
- border-left: 2px solid rgba(#0D0D0D, 0.1);
- }
}
diff --git a/docs/src/demos/Nodes/OrderedList/index.vue b/docs/src/demos/Nodes/OrderedList/index.vue
index 578ff435..9cef69c2 100644
--- a/docs/src/demos/Nodes/OrderedList/index.vue
+++ b/docs/src/demos/Nodes/OrderedList/index.vue
@@ -56,3 +56,17 @@ export default {
},
}
+
+