From de8d008e4f3516e92a09ad56463f103656ec99cb Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 12 Apr 2024 06:32:39 -0700 Subject: [PATCH] Update formats.md --- content/en/content-management/formats.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/formats.md b/content/en/content-management/formats.md index dd24fc0c4..7434733c2 100644 --- a/content/en/content-management/formats.md +++ b/content/en/content-management/formats.md @@ -29,7 +29,7 @@ The current list of content formats in Hugo: |AsciiDoc|`asciidocext`, `adoc`, `ad`|Needs [Asciidoctor][ascii] installed.| |RST|`rst`|Needs [RST](https://docutils.sourceforge.io/rst.html) installed.| |Pandoc|`pandoc`, `pdc`|Needs [Pandoc](https://www.pandoc.org/) installed.| -|HTML|`html`, `htm`|To be treated as a content file, with layout, shortcodes etc., it must have front matter. If not, it will be copied as-is.| +|HTML|`html`, `htm`|To be treated as a content file, with layout, shortcodes etc., it must have front matter.| The `markup` identifier is fetched from either the `markup` field in front matter or from the file extension. For markup-related configuration, see [Configure Markup](/getting-started/configuration-markup/).