logilab-doctools #264603 [rest] "break-page" directive doesn't work [resolved]
When using the "break-page" directive in a document to define a paragraph, there is no page break before the paragraph in the generated PDF. | |
priority | important |
---|---|
type | bug |
done in | 0.4.2 |
load | 0.100 |
load left | 0.000 |
closed by | #d0c0f8c71552 Actually break page before a paragraph if the custom directive was used |
Comments
-
2014/09/03 10:46, written by ocayrol
add commentThis is because the visitor that turns the ReST tree in XML docbook doesn't do anything to break pages in the paragraph visit function.