mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-02 00:20:21 +03:00
Add Mmark GitHub-flavoured markdown to release notes
This commit is contained in:
parent
c2c694f136
commit
5ec6a61d97
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
* `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.
|
* `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.
|
* 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:
|
* Ace templates:
|
||||||
* Base templates now also works in themes. [1215](https://github.com/spf13/hugo/issues/1215).
|
* 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)
|
* And now also on Windows. [1178](https://github.com/spf13/hugo/issues/1178)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue