Wiki editing tips
Revision as of 20:40, 28 November 2016 by 109.153.28.4 (talk) (Created page with "=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 ...")
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>