Owen T. Heisler
Owen T. Heisler
@diguage, I see the same behavior. Thanks for the report! (In my opinion, special formatting inside headings is seldom a good style choice. But that's irrelevant.)
@stfnp, I see the same behavior. Thanks for the report!
See also duplicate issue #37, particularly the test case in [this comment](https://github.com/owenh000/asciidoctor-multipage/issues/37#issuecomment-1196141136). This incorrect behavior still occurs with Asciidoctor v2.0.17 and asciidoctor-multipage v0.0.16.
@cirosantilli, thanks for the report. Internally, Asciidoctor ties in a separate TemplateConverter for handling the provided templates; this breaks the asciidoctor-multipage extension. More investigation is needed.
Hi @marcj! If `--template-dir` is the recommended way to change the generated HTML for Asciidoctor, then it is also the recommended way for asciidoctor-multipage. If you need this issue fixed,...
Hi @diguage, thanks for the report; I was able to reproduce the behavior you have described. Asciidoctor 2.0.17, with the stock html5 converter, writes out the stylesheet as `rouge-monokai.css` and...
@pdabr1, it works for me. There is already a test for this too at [test/black-box-docs/table-block-operator/](https://github.com/owenh000/asciidoctor-multipage/tree/v0.0.15/test/black-box-docs/table-block-operator). Are you sure you are using asciidoctor-multipage v0.0.15?
@pdabr1, I'm glad you got it working. Thanks for the update. It looks like the `-a toc2` option on the command line is what breaks it; I missed that earlier....
@tajmone, good idea; thanks for reminder about discrete headings.
@cod3licious, thanks for the suggestion. A `multipage-toc` document attribute could be added with support for options such as: - `full`: show complete ToC on every page (stock Asciidoctor behavior) -...