Page 1 of 1

regex parsing *

Posted: Thu May 27, 2004 12:22 pm
by Timbalu
Hi
If you have a list like this in the Textfield section:

* Baden-Württemberg
* Bayern
* Berlin/Brandenburg
* Hamburg

the * gets parsed by a regex or something so every second value gets a < strong > < \strong >

Does anybody know how to solve this?
Thx.

Re: regex parsing *

Posted: Thu May 27, 2004 1:08 pm
by garvinhicking
Timbalu wrote:Hi
If you have a list like this in the Textfield section:

* Baden-Württemberg
* Bayern
* Berlin/Brandenburg
* Hamburg

the * gets parsed by a regex or something so every second value gets a < strong > < \strong >

Does anybody know how to solve this?
Thx.
Yes, you can remove the event plugin "Markup: Serendipity". That one does a common replacement of "*" and "/" and "_" to bold, italic and underscored text.

And the harm you mention :-)

You could however get around that by using an HTML list.

Re: regex parsing *

Posted: Fri May 28, 2004 5:48 pm
by Timbalu
garvinhicking wrote: Yes, you can remove the event plugin "Markup: Serendipity". That one does a common replacement of "*" and "/" and "_" to bold, italic and underscored text.

And the harm you mention :-)

You could however get around that by using an HTML list.
Thanks Garvin! I didn´t expect it so easy :oops: