Question
There are
<b>
tags on many wiki pages especially inside tables.
The WYSIWYG editor converts these tags into wiki syntax, replacing it with **. (bold)
That is absolutely not what I want because it destroys the look of the tables.
Is there a way to tell the editor (kupu with the newest version of WYSIWYG plugin) not to convert the
<b>
tags?
I tried it by enclosing the
<b>
tags with
<sticky>
... that works but it's not an option because I need a global solution ( way too many pages to update). So I tried it with the variable WYSIWYG_STICKYBITS variables... but it didn't work and also converted all wiki syntax tables into html tables...
Any ideas for that problem?
Cheers
Alex
Environment
--
AlexRaabe - 28 Feb 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Yet another side effect of the
TML -> HTML -> TML roundtrip. I suggest to file a bug report, link provided in the sidebar. As a workaround, try prefixing the
b tag with a
nop tag.
--
PeterThoeny - 03 Apr 2008