Wiki code syntax markup has just been improved significantly.
The most important change is much better Qt C++ markup: if you mark up your code blocks using code cpp-qt (instead of code cpp) then Qt core classes are automatically linked to their corresponding documentation! The image below shows a side-by-side comparison of cpp vs. cpp-qt markup – note how QApplication is a link on the right hand side.

We’ve gone through all Qt articles on the wiki and updated all instances of “code cpp” with “code cpp-qt”. Please do the same in your future Qt articles!
The update also provides numerous other small improvements to markup, including better support for C# (adds more keywords).
