mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
parent
2b6063c3e3
commit
1651beb2c1
11 changed files with 5 additions and 276 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue