hugo/docs
Joe Mooring 8efc75b73f markup/goldmark: Add the Hugo Goldmark Extras "delete" extension
With Goldmark v1.7.1 and earlier, the Goldmark "strikethrough" extension was
triggered by wrapping text within a pair of double-tilde characters. With
Goldmark v1.7.2 and later, to provide full GFM compatibility, the Goldmark
"strikethrough" extension is triggered by wrapping text within a pair of
single- or double-tilde characters.

This change created a conflict with the Hugo Goldmark Extras "subscript"
extension.

When enabling the Hugo Goldmark Extras "subscript" extension, if you
want to render subscript and strikethrough text concurrently, you must:

1. Disable the Goldmark "strikethrough" extension
2. Enable the Hugo Goldmark Extras "delete" extension

Closes #12597
2024-06-18 18:56:20 +02:00
..
.github
.vscode
_vendor
archetypes
assets/images
config
content/en commands: Add gen chromastyles --lineNumbersTableStyle flag 2024-04-20 12:25:28 +02:00
data markup/goldmark: Add the Hugo Goldmark Extras "delete" extension 2024-06-18 18:56:20 +02:00
layouts
src
static
.cspell.json
.editorconfig
.gitignore
.markdownlint.yaml
.markdownlintignore
.textlintignore
go.mod
go.sum
hugo.toml
hugo.work
hugo_stats.json
hugoreleaser.toml
LICENSE.md
netlify.toml
pull-theme.sh
README.md

Hugo

A fast and flexible static site generator built with love by bep, spf13, and friends in Go.


Netlify Status PRs Welcome

This is the repository for the Hugo documentation site.

Please see the contributing section for guidelines, examples, and process.