Home
last modified time | relevance | path

Searched hist:f4b3aca3e7d131ff1d87cbe60e231cc61e640da8 (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/parser/
H A Dparser.phpf4b3aca3e7d131ff1d87cbe60e231cc61e640da8 Sat Aug 06 15:12:04 UTC 2005 Harry Fuecks <hfuecks@gmail.com> Alternative fix for #384

The bug with emphasis syntax clashing with URLs did still occur with
protocols different from http or ftp. This patch might be a better
solution.

I had to use [^\x00]* instead of .* - for some reason the later won't
work properly in this case. It means people won't be able to use ASCII
NUL characters inside an emphasis.

The other thing that won't work is this;

Won't work: //semi colon here>://

People will need to make sure there is at least a space - this will work;

Works //semi colon here>: //

darcs-hash:20050806151204-56ad0-532806af57801f5fa4536add32175089e625a0d4.gz