Kaushal Modi <kaushal.m...@gmail.com> writes: > On Thu, Oct 12, 2017 at 11:01 AM Nicolas Goaziou <m...@nicolasgoaziou.fr> > wrote: > >> Why do you consider it to be a regression? IIRC, the change allowed to >> use zero-width space as a way to escape markup. >> > > Earlier, > > =title = "foo"= > > just worked. > > Now that does not work.
Again, that's the whole point of the change. So, to move discussion forward, what do you need the zero width space for, in this particular case? It may be that your use case and the one implemented by the change are not compatible. It doesn't mean it's a regression, though. > Also below does not work. > > =title <ZWS>= "foo"= > > (where <ZWS> is the unicode 0x200b inserted for ZERO WIDTH SPACE) What "does not work"? What do you want to achieve? Regards,