mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
Properly parse Markdown and report the first H1 tag rather than naively looking for `# Stuff` at the start of the doc. This satisfies feature requests such as supporting setext-style headers and fixes attr-list suffixes that failed to be ignored. Co-authored-by: Hendrik Polczynski <hendrikpolczyn@gmail.com> Co-authored-by: Darrick Herwehe <darrick@exitcodeone.com>