From cfdc2e4ea8e9dd1a8fb1b0637ff2ddf5e2175dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 23 Nov 2017 16:18:24 +0100 Subject: [PATCH] Fix output formats example --- content/templates/output-formats.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/templates/output-formats.md b/content/templates/output-formats.md index 1a35bc0bf..6e5e98ca1 100644 --- a/content/templates/output-formats.md +++ b/content/templates/output-formats.md @@ -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" ```