Page breaks in htmlhelp
Hi,
I'm generating htmlhelp (a CHM file) using Asciidoc (a2x + Microsoft HTML Workshop).
If I do this:
--8<---
Configuration
-------------
Blah blah
Subsection 1
~~~~~~~~~~~~
Text of subsection 1
Subsection 2
~~~~~~~~~~~~
Text of subsection 2
Subsection 3
~~~~~~~~~~~~
Text of subsection 3
--8<---
The three subsections under "Configuration" end up in the same page in the CHM, one after the other. I'd like to have three separated pages.
I tried by adding page breaks ('<<<') but either I'm doing something wrong or it does not work properly:
--8<---
Configuration
-------------
Blah blah
Subsection 1
~~~~~~~~~~~~
Text of subsection 1
<<<
Subsection 2
~~~~~~~~~~~~
Text of subsection 2
<<<
Subsection 3
~~~~~~~~~~~~
Text of subsection 3
--8<---
Help?
Thank you
--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
--
You received this message because you are subscribed to the Google Groups "asciidoc" group.
To post to this group, send email to asciidoc-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to asciidoc+unsubscribe <at> googlegroups.com.
For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.