diff --git a/CONTENT.md b/CONTENT.md
index a7978731b9..3a815f6745 100644
--- a/CONTENT.md
+++ b/CONTENT.md
@@ -184,3 +184,10 @@ Lorem ipsum dolor sit amet consectetur.
```
{% icon icon="github" /%}
```
+
+#### Only Light/Dark Theme
+
+```
+{% only_dark %}I am only shown in Dark Theme{% /only_dark %}
+{% only_dark %}I am only shown in Light Theme{% /only_dark %}
+```
diff --git a/src/markdoc/nodes/Image.svelte b/src/markdoc/nodes/Image.svelte
index 8c2456f05a..9b22fb9778 100644
--- a/src/markdoc/nodes/Image.svelte
+++ b/src/markdoc/nodes/Image.svelte
@@ -9,7 +9,7 @@
{#if inTable}
-
+
{:else}