Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"a" operator corrupts TOC #15

Closed
veselov opened this issue Jun 29, 2021 · 0 comments
Closed

"a" operator corrupts TOC #15

veselov opened this issue Jun 29, 2021 · 0 comments

Comments

@veselov
Copy link
Contributor

veselov commented Jun 29, 2021

This is really because #1 and #13 weren't fully fixed.

The TOC loses entries after encountering an "embedded" document (a table operator).

I traced it down to the fact that @@full_outline is paved over, but I don't know how to fix it.
I'm going to submit an WiP MR with more details.

veselov added a commit to veselov/asciidoctor-multipage that referenced this issue Jun 29, 2021
veselov added a commit to veselov/asciidoctor-multipage that referenced this issue Jun 29, 2021
Don't use class variables, hold outline state in the converter
veselov added a commit to veselov/asciidoctor-multipage that referenced this issue Jun 29, 2021
Don't use class variable to hold share state, instead have
a mechanism to share state through original converter instance
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant