From 0b16c842d99bed768d6a85649243b064c4a3cbc4 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Tue, 14 May 2024 21:10:37 -0700 Subject: [PATCH] Update description of Markdown content format --- 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 7b141593c..c67ef264a 100644 --- a/content/en/content-management/formats.md +++ b/content/en/content-management/formats.md @@ -45,7 +45,7 @@ Hugo provides custom Markdown features including: : Apply HTML attributes such as `class` and `id` to Markdown images and block elements including blockquotes, fenced code blocks, headings, horizontal rules, lists, paragraphs, and tables. [Extensions] -: Leverage the embedded Markdown extensions to create tables, definition lists, footnotes, task lists, and more. +: Leverage the embedded Markdown extensions to create tables, definition lists, footnotes, task lists, inserted text, mark text, subscripts, superscripts, and more. [Mathematics] : Include mathematical equations and expressions in Markdown using LaTeX or TeX typesetting syntax.