272 |
272 |
* Plain <sub>subscript</sub>
|
273 |
273 |
* `inline monospace`
|
274 |
274 |
* normal **bold** _italic_ normal;E=mc<sup>2</sup>
|
275 |
|
* normal<notextile></notextile>**bold**<notextile></notextile>_italic_<notextile></notextile>normal;E=mc<sup>2</sup>
|
|
275 |
* normal<strong>bold</strong><em>italic</em>normal;E=mc<sup>2</sup>
|
276 |
276 |
* Escaping: \*\*bold\*\* \_italic\_ \`inlinemono\`
|
277 |
277 |
* <pre>**some lines** some [link](http://www.redmine.org)</pre>
|
278 |
278 |
* <pre>\*\*some lines\*\* some \[link](http\://www\.redmine\.org)</pre><br /></code></pre>
|
... | ... | |
657 |
657 |
<h2 >Code highlighting</h2>
|
658 |
658 |
|
659 |
659 |
|
660 |
|
<p>Code highlighting relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, a <br />fast syntax highlighting library written completely in Ruby. It <br />currently supports C, C++, CSS, Delphi, Diff, Groovy, HTML, Java, <br />Javascript, JSON, Nitro-XHTML, PHP, Python, RHTML, Ruby, Scheme, SQL, <br />XML and YAML code.</p>
|
|
660 |
<p>Code highlighting relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, fast syntax highlighting library written completely in Ruby. It currently supports C, C++, CSS, Delphi, Diff, Groovy, HTML, Java, Javascript, JSON, Nitro-XHTML, PHP, Python, RHTML, Ruby, Scheme, SQL, XML and YAML code.</p>
|
661 |
661 |
|
662 |
662 |
|
663 |
663 |
<p>You can highlight code in your wiki page using this syntax:</p>
|