Difference between revisions of "ThePlaz.com:Code Syntax"

From ThePlaz.com

Jump to: navigation, search
(line breaks)
(convert to >)
Line 1: Line 1:
 
==Pre==
 
==Pre==
 
<pre>
 
<pre>
<pre></pre>
+
&gt;pre&lt;123&gt;/pre&lt;
 
</pre>
 
</pre>
  
 
==Code==
 
==Code==
 
<code>
 
<code>
<code></code>
+
&gt;code&lt;123&gt;/code&lt;
 
</code>
 
</code>
  
Line 12: Line 12:
 
*http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
 
*http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi
 
<source lang="html4strict">
 
<source lang="html4strict">
<source lang="html4strict"></source>
+
&gt;source lang="html4strict"&lt;123&gt;/source&lt;
 
</source>
 
</source>

Revision as of 17:34, 24 July 2010

Pre

>pre<123>/pre<

Code

>code<123>/code<

Source

&gt;source lang="html4strict"&lt;123&gt;/source&lt;