mirror of
https://github.com/discourse/DiscoTOC.git
synced 2026-09-16 23:42:13 -04:00
Modified processPostContent to find headings in two locations: 1. Direct descendants of body (existing behavior) 2. Inside .wrap blocks (new - for email filtering via [wrap=no-email]) This allows table of contents to include headings that are wrapped for email filtering purposes, which is a common use case in Discourse. The headings are combined and sorted by document order to maintain proper structure in the TOC.