diff --git a/layouts/shortcodes/section.html b/layouts/shortcodes/section.html
index 43611a4..0ed8b1a 100644
--- a/layouts/shortcodes/section.html
+++ b/layouts/shortcodes/section.html
@@ -1,3 +1,3 @@
-{{ .Inner }}
+{{ .Inner | markdownify }}
\ No newline at end of file