hugo/markup
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
..
asciidocext
blackfriday
converter
goldmark markup: Add tabindex="0" to default <pre> wrapper 2021-07-15 16:48:39 +02:00
highlight markup: Add tabindex="0" to default <pre> wrapper 2021-07-15 16:48:39 +02:00
internal
markup_config
mmark
org
pandoc
rst
tableofcontents
markup.go
markup_test.go