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
|
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 |
|||
|
|
|
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.
In the mean time, have you tried "escaping" the backslash? I.e. instead of \nabla try \\nabla. |
||||||||||||||||
|