mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Follow Python-Markdown approach for getting the title from the first H1
This partly reverts changes in commit e755aaed7e as some of that functionality will be deprecated.
Several more edge cases are taken into account now.
Co-authored-by: Waylan Limberg <waylan.limberg@icloud.com>
This commit is contained in:
@@ -36,7 +36,7 @@ dependencies = [
|
||||
"click >=7.0",
|
||||
"Jinja2 >=2.11.1",
|
||||
"markupsafe >=2.0.1",
|
||||
"Markdown >=3.4.1",
|
||||
"Markdown >=3.3.6",
|
||||
"PyYAML >=5.1",
|
||||
"watchdog >=2.0",
|
||||
"ghp-import >=1.0",
|
||||
@@ -57,7 +57,7 @@ min-versions = [
|
||||
"click ==7.0",
|
||||
"Jinja2 ==2.11.1",
|
||||
"markupsafe ==2.0.1",
|
||||
"Markdown ==3.4.1",
|
||||
"Markdown ==3.3.6",
|
||||
"PyYAML ==5.1",
|
||||
"watchdog ==2.0",
|
||||
"ghp-import ==1.0",
|
||||
|
||||
Reference in New Issue
Block a user