diff --git a/docs/components/drop-area.md b/docs/components/drop-area.md
index 1afa1e52..c3e10ae4 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 878b432a..8d3ad813 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 7253fe34..6a5b6e18 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"
/>
-