Qt C++ markup on the wiki just got a whole lot better

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.

Side by side comparison of Qt and Qt cpp

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).