1
0
Fork 0
hugo/markup/goldmark
Bjørn Erik Pedersen 83cfdd78ca
Reimplement and simplify Hugo's template system
See #13541 for details.

Fixes #13545
Fixes #13515
Closes #7964
Closes #13365
Closes #12988
Closes #4891
2025-04-06 20:59:41 +02:00
..
blockquotes markup/goldmark: Trim space from blockquote render hook text 2025-01-24 19:58:45 +01:00
codeblocks Reimplement and simplify Hugo's template system 2025-04-06 20:59:41 +02:00
goldmark_config Add autoID for definition terms 2025-02-16 20:55:27 +01:00
hugocontext all: Run modernize -fix ./... 2025-02-26 11:44:25 +01:00
images all: Run gofumpt -l -w . 2024-01-28 23:14:09 +01:00
internal markup/goldmark: Fix panic on stray attribute nodes 2025-02-17 17:19:53 +01:00
passthrough all: Run modernize -fix ./... 2025-02-26 11:44:25 +01:00
tables tpl/tplimpl: Escape Markdown attributes in render hooks and shortcodes 2024-12-09 17:58:57 +01:00
autoid.go Add autoID for definition terms 2025-02-16 20:55:27 +01:00
autoid_test.go Add autoID for definition terms 2025-02-16 20:55:27 +01:00
convert.go Add autoID for definition terms 2025-02-16 20:55:27 +01:00
convert_test.go markup/tableofcontents: Cast Fragments.ToHTML args to int 2024-12-04 21:37:06 +01:00
goldmark_integration_test.go Fix auto generated header ids so they don't contain e.g. hyperlink destinations (note) 2025-02-17 12:23:49 +01:00
render_hooks.go markup/goldmark: Fix panic on empty Markdown header 2025-02-18 11:12:39 +01:00
toc.go Add autoID for definition terms 2025-02-16 20:55:27 +01:00
toc_integration_test.go markup/goldmark: Fix panic on empty Markdown header 2025-02-18 11:12:39 +01:00