Skip to content

Markup removed from headers(s): not supported by Dokuwiki #722

Description

@vinsse2001

Hi Turnermm,

If I have only one line of text between two headers, if I change text color (or other), when I save, I have this error: "Markup removed from headers(s): not supported by Dokuwiki".
But if I have 2 lines, and if I change text color, it is ok, color is keeped.
if you're still developing this plugin, could you fix the bug?

source example before saving:

<h1>my_first_header</h1>
<p><span style="color:#2ecc71;">test</span></p>
<h2>my_secund_header</h2>

after saving, it becomes:

<h1>my_first_header</h1>
<div class="level1">
<p>test</p>
</div>
<h2>my_secund_header</h2>
<div class="level2">&nbsp;</div>

I use last versions of dokuwiki (2025-05-14a) and ckgedit (2023-07-27)
Thanks a lot!
Vincent

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions