hugo/markup/goldmark
Jonas Zeiger 134e7d1d3d markup/goldmark: TOC: render strikethrough, emojis
Configure the TOC (TableOfContents, toc.go) goldmark renderer to always
enable the Strikethrough and Emoji extensions. This allows handling
ast.KindStrikethrough and ast.KindEmoji AST nodes when rendering the TOC.

Fixes #7169
Fixes #11783
Fixes #12022
2024-03-07 14:08:29 +01:00
..
codeblocks testing: Simplify some integration tests 2024-01-28 22:17:22 +01:00
goldmark_config Create default link and image render hooks 2024-01-30 20:12:19 +01:00
images all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
internal all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
autoid.go Correct typos in Go comments 2023-03-02 16:32:32 +01:00
autoid_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
convert.go markup/goldmark: TOC: render strikethrough, emojis 2024-03-07 14:08:29 +01:00
convert_test.go markup/goldmark: Improve TOC tests 2024-02-10 16:03:37 +02:00
goldmark_integration_test.go testing: Simplify some integration tests 2024-01-28 22:17:22 +01:00
render_hooks.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
toc.go markup/goldmark: TOC: render strikethrough, emojis 2024-03-07 14:08:29 +01:00
toc_integration_test.go markup/goldmark: TOC: render strikethrough, emojis 2024-03-07 14:08:29 +01:00