Skip to content

v2.9.17 — Fix Topic Map heading-increment lint failure

Choose a tag to compare

@inafev inafev released this 20 Jun 10:04

Patch release fixing the 07.2. Markdown Linter failure introduced by v2.9.16.

Fixed

  • Topic Map MD001/heading-increment: topic-map.md emitted per-dimension headings as ### (h3) directly under the page # (h1), skipping h2 and failing markdownlint on develop and master. Dimensions are now ## (h2) — in the generator, the committed page, and the .topic-map-dim h2 CSS selector. The h2 headings also give the page a clean right-hand "On this page" TOC. Verified with the exact CI markdownlint config (0 errors); cache-bust ?v=2.9.17.

Full changelog: https://github.com/nubenetes/awesome-kubernetes/blob/master/CHANGELOG.md

🤖 Generated with Claude Code