I’m trying to get a markdown plugin for WordPress working. While it works well for some things it doesn’t for others. For example code, while highlighted in the editor preview pane, is not highlighted in the preview page: #include <iostream> int main() { std::cout << “Hello world\n”; } Looks good in the preview pane in …