diff --git a/layouts/shortcodes/audio.html b/layouts/shortcodes/audio.html
index c761cc5..1551240 100644
--- a/layouts/shortcodes/audio.html
+++ b/layouts/shortcodes/audio.html
@@ -21,5 +21,5 @@
src='{{ $src }}'
type='audio/{{ .Scratch.Get "type" }}'
>
- {{ .Scratch.Get "text" }}
+ {{ .Scratch.Get "text" | markdownify }}
\ No newline at end of file
diff --git a/layouts/shortcodes/image-with-fallback.html b/layouts/shortcodes/image-with-fallback.html
index 88498d0..f97951f 100644
--- a/layouts/shortcodes/image-with-fallback.html
+++ b/layouts/shortcodes/image-with-fallback.html
@@ -12,4 +12,4 @@
-->
-
+