From ef02e34eaf296c3f94b4446b3c3347771e786057 Mon Sep 17 00:00:00 2001 From: Bryan Klein Date: Sun, 30 Jul 2017 10:08:50 -0700 Subject: [PATCH] Correct the mmark example frontmatter parameter --- 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 be84e7cf4..c2837ffc4 100644 --- a/content/content-management/formats.md +++ b/content/content-management/formats.md @@ -100,7 +100,7 @@ In the event that you want to only use Mmark in specific files, you can also def --- title: My Post date: 2017-04-01 -markdown: mmark +markup: mmark --- ```