From 561edc0c16913444abc4ef30bc58ce86520e7f5c Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sat, 1 Apr 2017 15:34:22 -0500 Subject: [PATCH] Add fm-specific Mmark syntax per bep suggestion --- content/content-management/formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/formats.md b/content/content-management/formats.md index 650edea74..141ef0ff5 100644 --- a/content/content-management/formats.md +++ b/content/content-management/formats.md @@ -96,7 +96,7 @@ Mmark is a [fork of BlackFriday][mmark] and markdown superset that is well suite As Hugo ships with Mmark, using the syntax is as easy as changing the extension of your content files from `.md` to `.mmark`. -In the event that you want to only use Mmark in specific files, you can also define the Mmark syntax in the front matter of individual content (`.md`) files: +In the event that you want to only use Mmark in specific files, you can also define the Mmark syntax in your content's front matter: ```yaml ---