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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
The Markdown markup now lives in twenty template files under resources/templates/markdown, overridable one file at a time. Output is unchanged.
The optional templates configuration key, naming a directory whose templates are consulted before the shipped ones. A .tpl that no lookup can reach - a name outside the shipped set, or a file above the format directory - is reported with the nearest real name and ignored.
Changed
Rendering one class moved out of MarkdownFormatter into Formatter\Markdown\ClassPage.