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
RenderContext::chapter_titles and Preprocessor::chapter_titles provide a way for the custom chapter titles (provided by {{# title}}) to be ferried to the HTML renderer. This creates some awkwardness:
This is an internal field that unfortunately gets publicly exposed.
Slightly awkward with the serde skip (since it is a field the user can't really use).