Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infer titles of pages based on full Markdown parsing #3191

Merged
merged 9 commits into from May 29, 2023
Merged

Infer titles of pages based on full Markdown parsing #3191

merged 9 commits into from May 29, 2023

Conversation

oprypin
Copy link
Contributor

@oprypin oprypin commented Apr 21, 2023

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.

oprypin and others added 3 commits April 21, 2023 21:58
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>
@oprypin oprypin marked this pull request as ready for review April 29, 2023 10:04
@oprypin oprypin merged commit 5af8bd3 into master May 29, 2023
30 checks passed
@oprypin oprypin deleted the htitle branch May 29, 2023 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant