hugo/markup/goldmark
rhymes f27e542442
markup: Add tabindex="0" to default <pre> wrapper
Currently the generated `<pre>` element isn't fully accessible as it can't be focused by keyboard users.
To make this fully accessible, the attribute `tabindex="0"` should be added to the `<pre>` tag.

Closes #7194
2021-07-15 16:48:39 +02:00
..
goldmark_config
internal/extensions/attributes
autoid.go
autoid_test.go
convert.go
convert_test.go markup: Add tabindex="0" to default <pre> wrapper 2021-07-15 16:48:39 +02:00
render_hooks.go markup/goldmark: Rename/reorder the hook methods 2021-07-15 10:14:52 +02:00
toc.go
toc_test.go