For context, see #1605 (comment):
Interesting, the Hello World tabbed pane in the User Guide stopped working June 5 when we upgraded to Hugo 0.112.3 (so it has nothing to do with recent changes):
After some investigation I found that tabpane is generating duplicate HTML element IDs for the tab pane HTML element. For proof, visit https://validator.w3.org/nu/?doc=https%3A%2F%2Fdeploy-preview-1534--docsydocs.netlify.app%2Fdocs%2Fadding-content%2Fshortcodes%2F: it confirms
Error: Duplicate ID tabs-1
For context, see #1605 (comment):
After some investigation I found that
tabpaneis generating duplicate HTML element IDs for the tab pane HTML element. For proof, visit https://validator.w3.org/nu/?doc=https%3A%2F%2Fdeploy-preview-1534--docsydocs.netlify.app%2Fdocs%2Fadding-content%2Fshortcodes%2F: it confirms