mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-26 08:18:53 +00:00
Add fm-specific Mmark syntax per bep suggestion
This commit is contained in:
@@ -99,9 +99,11 @@ As Hugo ships with Mmark, using the syntax is as easy as changing the extension
|
||||
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:
|
||||
|
||||
```yaml
|
||||
---
|
||||
title: My Post
|
||||
date: 2017-04-01
|
||||
markdown: 'mmark'
|
||||
markdown: mmark
|
||||
---
|
||||
```
|
||||
|
||||
{{% warning %}}
|
||||
|
||||
Reference in New Issue
Block a user