##// END OF EJS Templates
Japanese wiki syntax (Markdown) translation for 3.2-stable updated by Go MAEDA (#22009)...
Toshi MARUYAMA -
r14797:3ac315301a12
parent child
Show More
@@ -297,9 +297,9 To go live, all you need to add is a database and a web server.
297
297
298 <h2><a name="13" class="wiki-page"></a>コードハイライト</h2>
298 <h2><a name="13" class="wiki-page"></a>コードハイライト</h2>
299
299
300 <p>Default code highlightment relies on <a href="http://coderay.rubychan.de/" class="external">CodeRay</a>, a fast syntax highlighting library written completely in Ruby. It currently supports c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml and yaml (yml) languages, where the names inside parentheses are aliases.</p>
300 <p>Redmineのコードハイライトは <a href="http://coderay.rubychan.de/" class="external">CodeRay</a> という、Rubyで記述された高速なライブラリを使用しています。現時点では c, clojure, cpp (c++, cplusplus), css, delphi (pascal), diff (patch), erb (eruby, rhtml), go, groovy, haml, html (xhtml), java, javascript (ecmascript, ecma_script, java_script, js), json, lua, php, python, ruby (irb), sass, sql, taskpaper, text (plain, plaintext), xml, yaml (yml) に対応しています。括弧内の名前はコードハイライトの指定時に利用できる別名です。</p>
301
301
302 <p>You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):</p>
302 <p>Wiki記法に対応している箇所であればどこでも以下の記述によりコードハイライトが利用できます (言語名・別名では大文字・小文字は区別されません):</p>
303
303
304 <pre>
304 <pre>
305 ~~~ ruby
305 ~~~ ruby
General Comments 0
You need to be logged in to leave comments. Login now