hugo/markup/highlight
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
..
config.go all: Fix minor typos 2020-12-16 12:11:32 +01:00
config_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00
highlight.go markup: Add tabindex="0" to default <pre> wrapper 2021-07-15 16:48:39 +02:00
highlight_test.go markup: Add tabindex="0" to default <pre> wrapper 2021-07-15 16:48:39 +02:00