diff options
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/content.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/content.go b/helpers/content.go index 5e56ad6bf..161b14e76 100644 --- a/helpers/content.go +++ b/helpers/content.go @@ -214,7 +214,7 @@ func (c *ContentSpec) ResolveMarkup(in string) string { return "html" default: if in == "mmark" { - Deprecated("Markup type mmark", "See https://gohugo.io//content-management/formats/#list-of-content-formats", false) + Deprecated("Markup type mmark", "See https://gohugo.io//content-management/formats/#list-of-content-formats", true) } if conv := c.Converters.Get(in); conv != nil { return conv.Name() |