Open hildjj opened 10 years ago
Example:
<pre class="sourcecode lang-c"><![CDATA[ #include <stdio.h> int main(void) { printf("hello, world\n"); return 0; } ]]></pre>
Output:
<pre class="sourcecode lang-c"> <!-- [CDATA[ #include <stdio.h --> int main(void) { printf("hello, world\n"); return 0; } ]]> </pre>
Once you fix the CDATA mangling, please make sure you don't change the indentation of the text inside the pre tag.
this is an upstream bug. please report https://code.google.com/p/go.net/
Example:
Output:
Once you fix the CDATA mangling, please make sure you don't change the indentation of the text inside the pre tag.