Difference between revisions of "HowToWiki"
From Fixme.ch
(→Syntax highlighting) |
(→TODO) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== TODO == | == TODO == | ||
* FIXME | * FIXME | ||
+ | * [http://en.wikipedia.org/wiki/Help:Cheatsheet Wikipedia's wiki markup cheatsheet] | ||
== Syntax highlighting == | == Syntax highlighting == |
Latest revision as of 11:26, 22 May 2015
TODO
Syntax highlighting
- For instance
<syntaxhighlight lang="python">print 'toto'</syntaxhighlight>
- Gives you
print 'toto'