Fix output formats example

This commit is contained in:
Bjørn Erik Pedersen
2017-11-23 16:18:24 +01:00
parent 5746c10c2d
commit cfdc2e4ea8
+1
View File
@@ -55,6 +55,7 @@ The above example adds one new media type, `text/enriched`, and changes the suff
suffix = "htm"
# Redefine HTML to update its media type.
[outputFormats]
[outputFormats.HTML]
mediaType = "text/html"
```