-
Notifications
You must be signed in to change notification settings - Fork 395
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
TOC has weird behavior with paragraphs #2080
Comments
Thanks, I can confirm the problem and will look into it. |
lervag
added a commit
that referenced
this issue
Jul 24, 2021
I believe this is fixed now, please test. |
Can confirm that this is working now. Thank you. |
Glad to hear it! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
In a document with paragraphs the TOC looks weird.
Minimal configuration:
Minimal document:
Commands/Input
Open the table of contents on the provided document.
Observed Behaviour
The TOC only shows
Sec
andSsec
when opening.When typing
+
to increase the depth,Par
,Sec2
andSsec2
show up, but are greyed out.When deleting the paragraph, everything behaves as i would expect.
Expected Behaviour
All sections and paragraphs visible on the start and not grayed out.
The text was updated successfully, but these errors were encountered: