hugo/markup
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
..
asciidocext markup/asciidocext: Add Level to Heading struct 2024-03-21 19:14:49 +01:00
blackfriday all: Fix typos and some URLs 2024-02-18 12:16:30 +01:00
converter Pass .RenderShortcodes' Page to render hooks as .PageInner 2024-04-15 09:49:57 +02:00
goldmark markup/goldmark: Add the Hugo Goldmark Extras "delete" extension 2024-06-18 18:56:20 +02:00
highlight
internal all: Fix duplicate words in comments 2024-04-11 09:31:33 +02:00
markup_config
org
pandoc
rst
tableofcontents
markup.go Create pages from _content.gotmpl 2024-05-14 13:12:08 +02:00
markup_test.go