mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
77309e2ea4
The sections such as methods and decorator options are already headed by a H3 heading so we need to map the H3 headings in the API doc source down to H4 headings. This commit includes general heading mapping functionality accessible via the `marked` Nunjucks filter. PR Close #24000