Update description of Markdown content format

This commit is contained in:
Joe Mooring 2024-05-14 21:10:37 -07:00 committed by GitHub
parent e42ff7609e
commit 0b16c842d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.