Jump to: navigation, search

Difference between revisions of "Wiki Migration"

(Created page with "Broken image links: <pre> Image:api_transition$os_proposed_apis.png -> Image:os_proposed_apis.png </pre> If an explicit TOC is needed (remove __NOTOC__ to get a TOC...")
 
Line 11: Line 11:
 
Code blocks:
 
Code blocks:
 
<pre>
 
<pre>
   <source lang="<language>"> </source>
+
   &lt;pre&gt;&lt;nowiki&gt;#!highlight python &lt;/nowiki&gt;&lt;/pre&gt; -> <source lang="python"> </source>
 
</pre>
 
</pre>

Revision as of 22:27, 16 February 2013

Broken image links:

  [[Image:api_transition$os_proposed_apis.png]] -> [[Image:os_proposed_apis.png]]

If an explicit TOC is needed (remove to get a TOC automatically):

  <<TableOfContents()>> -> __TOC__

Code blocks:

  <pre><nowiki>#!highlight python </nowiki></pre> -> <source lang="python"> </source>