--- wiki_syntax_detailed_markdown.html.org 2016-07-24 00:39:02.781746300 +0900 +++ wiki_syntax_detailed_markdown.html 2016-07-30 12:38:35.143232000 +0900 @@ -272,7 +272,7 @@ * Plain <sub>subscript</sub> * `inline monospace` * normal **bold** _italic_ normal;E=mc<sup>2</sup> -* normal<notextile></notextile>**bold**<notextile></notextile>_italic_<notextile></notextile>normal;E=mc<sup>2</sup> +* normal<strong>bold</strong><em>italic</em>normal;E=mc<sup>2</sup> * Escaping: \*\*bold\*\* \_italic\_ \`inlinemono\` * <pre>**some lines** some [link](http://www.redmine.org)</pre> * <pre>\*\*some lines\*\* some \[link](http\://www\.redmine\.org)</pre>
@@ -657,7 +657,7 @@

Code highlighting

-

Code highlighting relies on 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.

+

Code highlighting relies on CodeRay, 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.

You can highlight code in your wiki page using this syntax: