diff --git a/docs/content/extras/shortcodes.md b/docs/content/extras/shortcodes.md
index 6bf10abb2..6ddab4088 100644
--- a/docs/content/extras/shortcodes.md
+++ b/docs/content/extras/shortcodes.md
@@ -33,6 +33,13 @@ The format for named parameters models that of html with the format name="value"
{{ % youtube 09jf3ow9jfw %}}
+Would load the template /layouts/shortcodes/youtube.html
+
+
+
+
+
This would be rendered as
@@ -48,6 +55,27 @@ This would be rendered as
{{ % img src="/media/spf13.jpg" title="Steve Francia" %}}
+Would load the template /layouts/shortcodes/img.html
+
+
+
+
+
Would be rendered as: