Fix heading in cm-shortcodes

This commit is contained in:
Ryan Watters 2017-04-06 14:31:14 -05:00
parent 119182aa43
commit 3375fc2b7b

View File

@ -18,7 +18,7 @@ aliases: [/extras/shortcodes/]
toc: true
---
## Introduction to Shortcodes
## What is a hortcode
Hugo loves markdown because of its simple content format, but there are times when markdown falls short. Often, content authors are forced to add raw HTML (e.g., video `<iframes>`) to markdown content. We think this contradicts the beautiful simplicity of markdown's syntax.