Community
Participate
Working Groups
This example: <code>NonItalic=''Italic''</code> Should produce 'NonItalic' in plain code-font, and 'Italic' in italic code font. Currently it outputs: NonItalic=''Italic'' All in plain code font. This when transforming mediawiki input to Eclipse help.
The problem here was not with the HTML tags, but the '=' character immediately before the double single-quotes. Fixed in CVS
Created attachment 178887 [details] mylyn/context/zip