From 9192276af678295d3919fbb9d44ea562bfc4fba0 Mon Sep 17 00:00:00 2001 From: Zachary Betz Date: Fri, 15 Feb 2019 09:20:39 -0600 Subject: [PATCH] Update wording --- exampleSite/content/post/cupper-shortcodes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/content/post/cupper-shortcodes/index.md b/exampleSite/content/post/cupper-shortcodes/index.md index a8851d9..f5fa1f6 100644 --- a/exampleSite/content/post/cupper-shortcodes/index.md +++ b/exampleSite/content/post/cupper-shortcodes/index.md @@ -88,7 +88,7 @@ hugo server --gc ## syntax highlighting -To get syntax highlighting for your code, use regular markdown code fences: +To get syntax highlighting for your code, use markdown code fences, then specify the language: ```` ```html