|
Sandbox GeSHiFrom TeamWeaverWiki<source> tag#include <iostream> int main() { std::cout << "Hello, world!\n"; } <syntaxhighlight> tagThis does not work, because we are using SyntaxHighlight_SeSHI r48711 (this was offered by mediawiki.org when choosing a proper version for MW 1.15.x), but "Before rev:50696, the <source> tag was used." instead of the <syntaxhighlight> tag.
int main() { std::cout << "Hello, world!\n"; } </syntaxhighlight> |