From 3375fc2b7b4190e34b34fe3eaf9e46712eba683c Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Thu, 6 Apr 2017 14:31:14 -0500 Subject: [PATCH] Fix heading in cm-shortcodes --- content/content-management/shortcodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/shortcodes.md b/content/content-management/shortcodes.md index e0e0f60c7..9c5eddf10 100644 --- a/content/content-management/shortcodes.md +++ b/content/content-management/shortcodes.md @@ -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 ``) to markdown content. We think this contradicts the beautiful simplicity of markdown's syntax.