hugo-wasm/markup/goldmark
2025-02-18 11:12:39 +01:00
..
blockquotes markup/goldmark: Trim space from blockquote render hook text 2025-01-24 19:58:45 +01:00
codeblocks Add Markdown render hooks for tables 2024-08-31 17:21:31 +02:00
goldmark_config Add autoID for definition terms 2025-02-16 20:55:27 +01:00
hugocontext Also handle inline HTML comments 2025-01-22 09:44:26 +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 Add Markdown render hooks for tables 2024-08-31 17:21:31 +02: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