mirror of
https://github.com/redmine/redmine.git
synced 2026-06-19 23:50:13 +02:00
Merged r15114 from trunk to 3.2-stable (#21883)
Russian wiki translation for 3.2-stable updated by Kirill Gritsaenko. git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15117 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -334,9 +334,9 @@ bq. Rails - это полноценный, многоуровневый фрей
|
||||
|
||||
<h2><a name="13" class="wiki-page"></a>Подсветка кода</h2>
|
||||
|
||||
<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>
|
||||
<p>По умолчанию за подсветку код отвечает <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 and yaml (yml) языки.</p>
|
||||
|
||||
<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>
|
||||
<p>Вы можете подсветить код в любом месте, где поддерживается wiki-форматирование (название языка не зависит от регистра):</p>
|
||||
|
||||
<pre>
|
||||
<pre><code class="ruby">
|
||||
|
||||
Reference in New Issue
Block a user