Tagged Questions
0
votes
3answers
874 views
Disable escaping html
I'm using SyntaxHighlighter Evolved to highlight code examples.
E.g.
[csharp]
string s = "text";
List<int> numbers = new List<int>();
[/csharp]
When I first save it, it's ok, but when ...