You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expose page.content_title property for plugin authors (#52)
Add a public content_title property to the Page class that exposes
the previously private _title_from_render attribute. This gives
plugin authors access to the heading text extracted from the first
<h1> tag in the page content, with HTML tags stripped and entities
unescaped, without reaching into private API.
Fixesmkdocs/mkdocs#3532
0 commit comments