#5963 closed defect (bug) (fixed)
ToC plugin doesn't support Gutenberg
Reported by: | dd32 | Owned by: | dd32 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Handbooks | Keywords: | |
Cc: |
Description
The ToC plugin on handbooks doesn't currently support Gutenberg generated pages.
This is due to one primary reason, automatically including IDs:
- Markup is
<h3 id="this-is-title">This is title</h3>
But in addition to that, Gutenberg can style headings (for example, colouring, or text-transforms, etc)
- Markup is
<h3 class="has-vivid-red-color" id="example">Example</h3>
- Markup is
<h3 id="example" style="text-transform:uppercase">Example</h3>
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 11341: