From 5ec6a61d97b9e8d9fdac50f6c61a19711cbf1ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 6 Oct 2015 14:16:29 +0200 Subject: [PATCH] Add Mmark GitHub-flavoured markdown to release notes --- docs/content/meta/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index 43080060c..7bdd60a06 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -44,7 +44,7 @@ weight: 10 * `RuneCount` : This may be a good alternative to `WordCount` for Japanese and other CJK languages where a word-split by spaces makes no sense. [1266](https://github.com/spf13/hugo/issues/1266) * `RawContent`: Raw Markdown as a string. One use case may be of embedding remarkjs.com slides. * The new `IsHome` tells the truth about whether you're on the home page or not. -* Hugo now supports GitHub-flavoured markdown code fences for highlighting for `md`-files (Blackfriday rendered markdown). [362] (https://github.com/spf13/hugo/issues/362) +* Hugo now supports GitHub-flavoured markdown code fences for highlighting for `md`-files (Blackfriday rendered markdown) and `mmark` files (MMark rendered markdown). [362] (https://github.com/spf13/hugo/issues/362)[1258](https://github.com/spf13/hugo/issues/1258) * Ace templates: * Base templates now also works in themes. [1215](https://github.com/spf13/hugo/issues/1215). * And now also on Windows. [1178](https://github.com/spf13/hugo/issues/1178)