oreillymedia / asciidoctor-htmlbook

Templates for the htmlbook backend for Asciidoctor
45 stars 15 forks source link

Adding handling to support part styling of == headings. #99

Closed sandersk closed 9 years ago

sandersk commented 9 years ago

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.

sarahs commented 9 years ago

:+1: