mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
648de7dd86
If a document provided a title jsdoc tag then its h1 element was being rendered incorrectly as a markdown paragraph. This change renders the title as a markdown h1 tag directly. Fixes #16099