Skip to content

v0.3.0

Latest

Choose a tag to compare

@niden niden released this 05 Aug 02:22
d9ad533

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.