wikimedia / interconnection-wordpress-theme

WordPress theme created for https://diff.wikimedia.org/
GNU General Public License v2.0
3 stars 0 forks source link

868: Fix the Interconnection Theme Table of Contents Sidebar #48

Closed ajvillegas closed 5 months ago

ajvillegas commented 5 months ago

This change fixes the Interconnection theme table of contents bug by including the heading class parameter in the REGEX formula when selecting the TOC headings.

For humanmade/wikimedia#868

Testing Instructions:

  1. Go to a page using Heading blocks (e.g., https://blog-wikimedia-org-develop.go-vip.net/editorial-guidelines/).
  2. Edit the page and add an HTML anchor under "Advanced" in the Heading block sidebar.
  3. Save the page and view.
  4. Check that the Table of Contents sidebar populates correctly with all the headings that were assigned an anchor.

Note: The logic for the TOC sidebar only works with H2 level headings.