diff --git a/docs/components/drop-area.md b/docs/components/drop-area.md
index 1afa1e52a..c3e10ae40 100644
--- a/docs/components/drop-area.md
+++ b/docs/components/drop-area.md
@@ -1,8 +1,14 @@
# Drop Area
+
- Click to choose a file or drag one onto this page
-
+
+ Click to choose a file or drag one onto this page
+
```vue
diff --git a/docs/components/markdown-editor.md b/docs/components/markdown-editor.md
index 878b432ad..8d3ad813c 100644
--- a/docs/components/markdown-editor.md
+++ b/docs/components/markdown-editor.md
@@ -1,8 +1,14 @@
# Markdown Editor
The Markdown editor allows for easy formatting of Markdown text whether the user is familiar with Markdown or not. It includes standard shortcuts such as `CTRL+B` for bold, `CTRL+I` for italic, and more.
@@ -21,9 +27,30 @@ const description = ref(null)
```
+## With image upload
+
+
+
+
+```vue
+
+
+
+```
+
## Without heading buttons
-
+
```vue
diff --git a/docs/components/text-inputs.md b/docs/components/text-inputs.md
index 7253fe344..6a5b6e184 100644
--- a/docs/components/text-inputs.md
+++ b/docs/components/text-inputs.md
@@ -26,7 +26,7 @@ const inputText = ref(null)
type="text"
placeholder="Text input"
/>
-