[wp-meta] [Making WordPress.org] #5963: ToC plugin doesn't support Gutenberg
Making WordPress.org
noreply at wordpress.org
Thu Nov 25 01:10:41 UTC 2021
#5963: ToC plugin doesn't support Gutenberg
-----------------------+----------------------
Reporter: dd32 | Owner: dd32
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: Handbooks | Keywords:
-----------------------+----------------------
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>`
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5963>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list