Project

General

Profile

Feature #23413 » wiki_syntax_detailed_markdown.html.patch

Hiroo Hayashi, 2016-07-30 06:20

View differences:

wiki_syntax_detailed_markdown.html 2016-07-30 12:38:35.143232000 +0900
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
* &lt;pre&gt;\*\*some lines\*\*      some \[link](http\://www\.redmine\.org)&lt;/pre&gt;<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>
(3-3/3)