Help:Editing

From ProgrammingExamples
Revision as of 21:07, 20 April 2011 by Griswolf (Talk | contribs)

Jump to: navigation, search

I3XklJ <a href="http://jmzwylmlcpmi.com/">jmzwylmlcpmi</a>, [url=http://itxrhqkswyau.com/]itxrhqkswyau[/url], [link=http://xlszzokcgjcq.com/]xlszzokcgjcq[/link], http://inoiuhcpgrgx.com/

Quick tricks

  • To get syntax highlighting, surround your source code with <source lang="language">...</source>
    or (preferred) <syntaxhighlight lang="language">...</syntaxhighlight>.
    The list of supported languages is huge, and includes among many others c, cpp, java, perl, python. Note: lang attributes are in all lower case.
  • To keep your indentation, but not show syntax highlighting, you may surround your code with pre tags:
    <pre>your code</pre>
  • To mark up the page in other ways Be sure to read to the bottom of the page where tables, links and images are mentioned.