4

I wrote a WikiBlock plugin that turns LaTeX formula text into equation images.

Problem is FogBugz is turning all occurances of \n (e.g. \nabla) in the input text into new lines. How can this be controlled? disabled? worked around?

Thanks

Fog Creek Case FC1863772

flag

1 Answer

2

UPDATE: This has been fixed in FogBugz 8.

To see this fix you will need to rebuild your Wiki Block plugin against the updated FogCreek.Plugins.Wiki.dll that comes with FogBugz 8.

That definitely sounds like a bug. I've filed a case for it with a note to update this question once it's been addressed.

In the mean time, have you tried "escaping" the backslash? I.e. instead of \nabla try \\nabla.

link|flag
1 
Yes, that doesn't help. – Assaf Mar 13 2010 at 6:39
1 
Any update? It's been a while... – Assaf Sep 1 2010 at 8:32
Still broken after rebuild – Assaf Oct 14 2010 at 14:34
What version of FogBugz 8 are you building against? Also, are you using a textarea or single-line text input field? – db Oct 14 2010 at 15:40

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.