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"> </div>
I use last versions of dokuwiki (2025-05-14a) and ckgedit (2023-07-27)
Thanks a lot!
Vincent
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:
after saving, it becomes:
I use last versions of dokuwiki (2025-05-14a) and ckgedit (2023-07-27)
Thanks a lot!
Vincent