Support creating part-page files (e.g., part01.asciidoc) via the following markup:
[part]
== Part heading
Some partintro content
A bit of a syntax override, as Part headings in AsciiDoc are canonically delimited with just a single =, but this allows for part-page files to be run through AsciiDoctor separately (outside the context of the entire book) without requiring customizations to the core codebase.
Support creating part-page files (e.g., part01.asciidoc) via the following markup:
A bit of a syntax override, as Part headings in AsciiDoc are canonically delimited with just a single
=
, but this allows for part-page files to be run through AsciiDoctor separately (outside the context of the entire book) without requiring customizations to the core codebase.