mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 14:10:31 +03:00
Very experimental support for mmark
Either name the content files as `*.mmark`, or add `markup = "mmark"` in the front matter of your `*.md` content files.
This commit is contained in:
parent
d4acacd4f5
commit
563a6302a0
4 changed files with 109 additions and 4 deletions
|
@ -21,6 +21,7 @@ func TestGuessType(t *testing.T) {
|
|||
{"adoc", "asciidoc"},
|
||||
{"ad", "asciidoc"},
|
||||
{"rst", "rst"},
|
||||
{"mmark", "mmark"},
|
||||
{"html", "html"},
|
||||
{"htm", "html"},
|
||||
{"excel", "unknown"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue