tallforasmurf / PPQT

A post-processing tool for PGDP written in Python, PyQt4, and Qt
GNU General Public License v3.0
4 stars 2 forks source link

Chapter heads improperly detected in HTML #137

Closed tallforasmurf closed 11 years ago

tallforasmurf commented 11 years ago

In HTML conversion, the only chapter (H2) detection is that a paragraph is preceded by 4 blank lines and followed by 2. However the PGDP format guidelines say that a chapter had can have multiple lines separated by one blank line, until the two, so:

CHAPTER HEAD

In Which Doris Gets Her Offs

First paragraph of chapter.

Going to have to pre-parse the work unit list? The current bottom-up one-pass scan is not going to cut it for this.

tallforasmurf commented 11 years ago

Fixed in 52b52d229 which has a completely deceptive commit msg.