gohugoio / hugo

The world’s fastest framework for building websites.
https://gohugo.io
Apache License 2.0
74.98k stars 7.47k forks source link

Honor the Hugo Goldmark Extras extension when rendering TOC entries #12605

Open jmooring opened 3 months ago

jmooring commented 3 months ago

Low priority.

Site configuration

[markup.goldmark.extensions]
strikethrough = false

[markup.goldmark.extensions.extras.delete]
enable = true

[markup.goldmark.extensions.extras.insert]
enable = true

[markup.goldmark.extensions.extras.mark]
enable = true

[markup.goldmark.extensions.extras.subscript]
enable = true

[markup.goldmark.extensions.extras.superscript]
enable = true

Markdown

## Hydrogen (H) is the 1^st^ element in the periodic table

## Water (H~2~O) is a liquid

## Water (H~2~O) is a ~~liquid~~ ++compound++

## Water (H~2~O) is an ==organic compound==

Actual TOC

image

Desired TOC

image