Kaushal Modi <kaushal.m...@gmail.com> writes: > I believe we have some confusion here. > > For clarity: I do not plan to use zero-width space for escaping > markup.
There is a zero-width space right before the last "=" character. I don't understand why you do use it if that's not your plan. Maybe you haven't noticed there is one? >> > 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? >> > > I expect "=title = "foo"=" to export to `title = "foo"' as before (using > ASCII backend as example as in my first post). Then remove the last zero-width space. Regards,