Difference between revisions of "Wiki editing tips"

From TRCCompSci - AQA Computer Science
Jump to: navigation, search
(Syntax Highlighting)
(Syntax Highlighting)
Line 14: Line 14:
  
 
</nowiki>
 
</nowiki>
 +
 +
The lang can be "csharp" ,

Revision as of 21:41, 28 November 2016

Syntax Highlighting

This wiki will include many fragments of code. Syntax Highlighting will make the code easier to read and understand, most IDE's do this as standard and this wiki can also do it.

You can wrap your code in the following tags:

<syntaxhighlight lang="python"> .. </syntaxhighlight>

The lang can be "csharp" ,