mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-07 19:36:12 -04:00

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