On Sat, Apr 26, 2008 at 07:05:22AM +0300, Alex Efros <[EMAIL PROTECTED]> wrote: > BTW, most ease and correct way to solve (actually - avoid) all issues with > ToC - don't use JavaScript to generate it on the fly. Is there any reasons > why not generate static ToC when generating html itself?
i guess that's because asciidoc reads the input as a stream, without buffering. obviously it can't print the toc when it does not see the end of the input. i think a solution would be to buffer the ouput in case the output is a file and not stdin.
pgpfDAn5eEknc.pgp
Description: PGP signature
_______________________________________________ asciidoc-discuss mailing list [email protected] http://lists.metaperl.com/cgi-bin/mailman/listinfo/asciidoc-discuss
