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 markup: Rename Header(s) to Heading(s) in ToC struct 2021-06-19 18:19:46 +02:00
blackfriday Misc config loading fixes 2021-06-14 17:00:32 +02:00
converter Fix output format handling for render hooks 2021-03-09 13:26:39 +01:00
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 Improve LookPath 2020-12-19 17:03:07 +01:00
markup_config Misc config loading fixes 2021-06-14 17:00:32 +02:00
mmark Misc config loading fixes 2021-06-14 17:00:32 +02:00
org Misc config loading fixes 2021-06-14 17:00:32 +02:00
pandoc Add Dart Sass support 2020-12-30 17:32:25 +01:00
rst rst: Adjust log level 2021-01-01 11:50:13 +01:00
tableofcontents markup: Rename Header(s) to Heading(s) in ToC struct 2021-06-19 18:19:46 +02:00
markup.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
markup_test.go Misc config loading fixes 2021-06-14 17:00:32 +02:00