From 5a59b0fd19a468b26404c8fa5c1f92c6e822ebcd Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sat, 1 Apr 2017 14:57:18 -0500 Subject: [PATCH] Add Mmark section to content formats --- 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 af939091b..2d48b2e04 100644 --- a/content/content-management/formats.md +++ b/content/content-management/formats.md @@ -94,7 +94,7 @@ MMark is a [fork of BlackFriday][mmark] and markdown superset that is well suite ### Using MMark -As Hugo ships with Mmark, using the syntax is as easy as changing the extension of your markdown files from `.md` to `.mmark`. +As Hugo ships with Mmark, using the syntax is as easy as changing the extension of your content files from `.md` to `.mmark`. {{% warning %}} MMark support is still considered an *experimental* feature in Hugo. For example, shortcodes are not translated when used in an included `.mmark` file ([#3131](https://github.com/spf13/hugo/issues/3137)) and the aforementioned todo lists ([#2270](https://github.com/spf13/hugo/issues/2270)) and `EXTENSION_ABBREVIATION` ([#1970](https://github.com/spf13/hugo/issues/1970)) are not fully supported. Contributions are welcome.