text replacement

Found a bug? Tell us!!
Post Reply
sebastian nohn

text replacement

Post by sebastian nohn »

the text-replacement of *, _ etc. is very bothering.

/* test */ becomes to /<b> test </b>/. this is definitly what i don't want. please give me an the other users at least the option to turn this off.
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Re: text replacement

Post by tomsommer »

sebastian nohn wrote:the text-replacement of *, _ etc. is very bothering.

/* test */ becomes to /<b> test </b>/. this is definitly what i don't want. please give me an the other users at least the option to turn this off.
Will do this in 0.4
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: text replacement

Post by garvinhicking »

tomsommer wrote:
sebastian nohn wrote:the text-replacement of *, _ etc. is very bothering.

/* test */ becomes to /<b> test </b>/. this is definitly what i don't want. please give me an the other users at least the option to turn this off.
Will do this in 0.4
While you're at it, you may want to implement BBCode-style blocks for the user comments? So someone can post a bold text, hyperlinks, ...? Currently we just disallow all HTML-tags. We should use some pseudo-code (LINK)...(/LINK) structure to not allow any Cross-Scripting attacks.

Garvin.
Post Reply