summaryrefslogtreecommitdiffstats
path: root/helpers/content.go
diff options
context:
space:
mode:
Diffstat (limited to 'helpers/content.go')
-rw-r--r--helpers/content.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/helpers/content.go b/helpers/content.go
index 2d26a0c48..080e31909 100644
--- a/helpers/content.go
+++ b/helpers/content.go
@@ -215,9 +215,6 @@ func (c *ContentSpec) ResolveMarkup(in string) string {
case "html", "htm":
return "html"
default:
- if in == "mmark" {
- 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()
}