Hi!
I’m using your plugin to colorize C++. I have a few problems.
1. When I do #include <string>
I get </string>
after the [/cpp]
tag. Which is a bit odd.
2. If I do std::cout << "hello" << std::endl;
I get std::cout <<"hello" <<std::endl;
which also is a bit annoying. It seems as either the plugin or wordpress go bananas upon encountering something inside <>
Anyway thanks for a great job!