Pandoc Converting MD To HTML: WCAG-Uncompliant Links In Code Blocks
Summary The issue at hand is that Pandoc is converting Markdown documents to HTML with WCAG-uncompliant links in code blocks. These links are empty anchors with href attributes, aria-hidden set to true, and tabindex set to -1, which are causing accessibility checkers to flag them as errors. Root Cause The root cause of this issue … Read more