diff --git a/public/help/ar/wiki_syntax_detailed_markdown.html b/public/help/ar/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/ar/wiki_syntax_detailed_markdown.html +++ b/public/help/ar/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ar/wiki_syntax_detailed_textile.html b/public/help/ar/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/ar/wiki_syntax_detailed_textile.html +++ b/public/help/ar/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/az/wiki_syntax_detailed_markdown.html b/public/help/az/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/az/wiki_syntax_detailed_markdown.html +++ b/public/help/az/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/az/wiki_syntax_detailed_textile.html b/public/help/az/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/az/wiki_syntax_detailed_textile.html +++ b/public/help/az/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/bg/wiki_syntax_detailed_markdown.html b/public/help/bg/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/bg/wiki_syntax_detailed_markdown.html +++ b/public/help/bg/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/bg/wiki_syntax_detailed_textile.html b/public/help/bg/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/bg/wiki_syntax_detailed_textile.html +++ b/public/help/bg/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/bs/wiki_syntax_detailed_markdown.html b/public/help/bs/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/bs/wiki_syntax_detailed_markdown.html +++ b/public/help/bs/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/bs/wiki_syntax_detailed_textile.html b/public/help/bs/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/bs/wiki_syntax_detailed_textile.html +++ b/public/help/bs/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ca/wiki_syntax_detailed_markdown.html b/public/help/ca/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/ca/wiki_syntax_detailed_markdown.html +++ b/public/help/ca/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ca/wiki_syntax_detailed_textile.html b/public/help/ca/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/ca/wiki_syntax_detailed_textile.html +++ b/public/help/ca/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/cs/wiki_syntax_detailed_markdown.html b/public/help/cs/wiki_syntax_detailed_markdown.html index d2f9cdb19..4e86b9efb 100644 --- a/public/help/cs/wiki_syntax_detailed_markdown.html +++ b/public/help/cs/wiki_syntax_detailed_markdown.html @@ -282,7 +282,7 @@ Pro rozbalení klikněte na odkaz.

Zvýrazňování kódu

-

Výchozí zvýrazňování kódu zavisí na CodeRay, což je rychlá zvýrazňovací knihovna napsaná v Ruby. Aktuálně podporuje: 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 a yaml (yml) jazyky, jejichž jména jsou v závorkách jsou aliasy.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

Kód můžete na stránce zvýraznit pomocí následující syntaxe (záleží na velikosti písma jazyku nebo aliasu):

@@ -294,16 +294,16 @@ Pro rozbalení klikněte na odkaz.

Např:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/cs/wiki_syntax_detailed_textile.html b/public/help/cs/wiki_syntax_detailed_textile.html index 36c310403..577d5af20 100644 --- a/public/help/cs/wiki_syntax_detailed_textile.html +++ b/public/help/cs/wiki_syntax_detailed_textile.html @@ -295,7 +295,7 @@ Pro rozbalení klikněte na odkaz.

Zvýrazňování kódu

-

Výchozí zvýrazňování kódu zavisí na CodeRay, což je rychlá zvýrazňovací knihovna napsaná v Ruby. Aktuálně podporuje: 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 a yaml (yml) jazyky, jejichž jména jsou v závorkách jsou aliasy.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

Kód můžete na stránce zvýraznit pomocí následující syntaxe (záleží na velikosti písma jazyku nebo aliasu):

@@ -307,16 +307,16 @@ Pro rozbalení klikněte na odkaz.

Např.:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/da/wiki_syntax_detailed_markdown.html b/public/help/da/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/da/wiki_syntax_detailed_markdown.html +++ b/public/help/da/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/da/wiki_syntax_detailed_textile.html b/public/help/da/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/da/wiki_syntax_detailed_textile.html +++ b/public/help/da/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/de/wiki_syntax_detailed_markdown.html b/public/help/de/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/de/wiki_syntax_detailed_markdown.html +++ b/public/help/de/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/de/wiki_syntax_detailed_textile.html b/public/help/de/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/de/wiki_syntax_detailed_textile.html +++ b/public/help/de/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/el/wiki_syntax_detailed_markdown.html b/public/help/el/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/el/wiki_syntax_detailed_markdown.html +++ b/public/help/el/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/el/wiki_syntax_detailed_textile.html b/public/help/el/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/el/wiki_syntax_detailed_textile.html +++ b/public/help/el/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/en-gb/wiki_syntax_detailed_markdown.html b/public/help/en-gb/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/en-gb/wiki_syntax_detailed_markdown.html +++ b/public/help/en-gb/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/en-gb/wiki_syntax_detailed_textile.html b/public/help/en-gb/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/en-gb/wiki_syntax_detailed_textile.html +++ b/public/help/en-gb/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/en/wiki_syntax_detailed_markdown.html b/public/help/en/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/en/wiki_syntax_detailed_markdown.html +++ b/public/help/en/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/en/wiki_syntax_detailed_textile.html b/public/help/en/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/en/wiki_syntax_detailed_textile.html +++ b/public/help/en/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/es-pa/wiki_syntax_detailed_markdown.html b/public/help/es-pa/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/es-pa/wiki_syntax_detailed_markdown.html +++ b/public/help/es-pa/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/es-pa/wiki_syntax_detailed_textile.html b/public/help/es-pa/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/es-pa/wiki_syntax_detailed_textile.html +++ b/public/help/es-pa/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/es/wiki_syntax_detailed_markdown.html b/public/help/es/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/es/wiki_syntax_detailed_markdown.html +++ b/public/help/es/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/es/wiki_syntax_detailed_textile.html b/public/help/es/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/es/wiki_syntax_detailed_textile.html +++ b/public/help/es/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/et/wiki_syntax_detailed_markdown.html b/public/help/et/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/et/wiki_syntax_detailed_markdown.html +++ b/public/help/et/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/et/wiki_syntax_detailed_textile.html b/public/help/et/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/et/wiki_syntax_detailed_textile.html +++ b/public/help/et/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/eu/wiki_syntax_detailed_markdown.html b/public/help/eu/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/eu/wiki_syntax_detailed_markdown.html +++ b/public/help/eu/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/eu/wiki_syntax_detailed_textile.html b/public/help/eu/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/eu/wiki_syntax_detailed_textile.html +++ b/public/help/eu/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/fa/wiki_syntax_detailed_markdown.html b/public/help/fa/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/fa/wiki_syntax_detailed_markdown.html +++ b/public/help/fa/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/fa/wiki_syntax_detailed_textile.html b/public/help/fa/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/fa/wiki_syntax_detailed_textile.html +++ b/public/help/fa/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/fi/wiki_syntax_detailed_markdown.html b/public/help/fi/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/fi/wiki_syntax_detailed_markdown.html +++ b/public/help/fi/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/fi/wiki_syntax_detailed_textile.html b/public/help/fi/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/fi/wiki_syntax_detailed_textile.html +++ b/public/help/fi/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/fr/wiki_syntax_detailed_markdown.html b/public/help/fr/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/fr/wiki_syntax_detailed_markdown.html +++ b/public/help/fr/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/fr/wiki_syntax_detailed_textile.html b/public/help/fr/wiki_syntax_detailed_textile.html index 303623a80..e78422f0c 100644 --- a/public/help/fr/wiki_syntax_detailed_textile.html +++ b/public/help/fr/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ Il peut être déroulé en cliquant sur le lien.

Coloration syntaxique

-

La coloration syntaxique par défaut repose sur CodeRay, une librairie rapide de coloration syntaxique complètement codée en 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ Il peut être déroulé en cliquant sur le lien.

Exemple:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/gl/wiki_syntax_detailed_markdown.html b/public/help/gl/wiki_syntax_detailed_markdown.html index 5fdfc476f..d17c81760 100644 --- a/public/help/gl/wiki_syntax_detailed_markdown.html +++ b/public/help/gl/wiki_syntax_detailed_markdown.html @@ -284,7 +284,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -296,16 +296,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/gl/wiki_syntax_detailed_textile.html b/public/help/gl/wiki_syntax_detailed_textile.html index fb0275140..d6c2bd242 100644 --- a/public/help/gl/wiki_syntax_detailed_textile.html +++ b/public/help/gl/wiki_syntax_detailed_textile.html @@ -288,7 +288,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -300,16 +300,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/he/wiki_syntax_detailed_markdown.html b/public/help/he/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/he/wiki_syntax_detailed_markdown.html +++ b/public/help/he/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/he/wiki_syntax_detailed_textile.html b/public/help/he/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/he/wiki_syntax_detailed_textile.html +++ b/public/help/he/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/hr/wiki_syntax_detailed_markdown.html b/public/help/hr/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/hr/wiki_syntax_detailed_markdown.html +++ b/public/help/hr/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/hr/wiki_syntax_detailed_textile.html b/public/help/hr/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/hr/wiki_syntax_detailed_textile.html +++ b/public/help/hr/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/hu/wiki_syntax_detailed_markdown.html b/public/help/hu/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/hu/wiki_syntax_detailed_markdown.html +++ b/public/help/hu/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/hu/wiki_syntax_detailed_textile.html b/public/help/hu/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/hu/wiki_syntax_detailed_textile.html +++ b/public/help/hu/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/id/wiki_syntax_detailed_markdown.html b/public/help/id/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/id/wiki_syntax_detailed_markdown.html +++ b/public/help/id/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/id/wiki_syntax_detailed_textile.html b/public/help/id/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/id/wiki_syntax_detailed_textile.html +++ b/public/help/id/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/it/wiki_syntax_detailed_markdown.html b/public/help/it/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/it/wiki_syntax_detailed_markdown.html +++ b/public/help/it/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/it/wiki_syntax_detailed_textile.html b/public/help/it/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/it/wiki_syntax_detailed_textile.html +++ b/public/help/it/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ja/wiki_syntax_detailed_markdown.html b/public/help/ja/wiki_syntax_detailed_markdown.html index 94926ce33..d341d4cfb 100644 --- a/public/help/ja/wiki_syntax_detailed_markdown.html +++ b/public/help/ja/wiki_syntax_detailed_markdown.html @@ -283,7 +283,7 @@ To go live, all you need to add is a database and a web server.

コードハイライト

-

Redmineのコードハイライトは CodeRay という、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) に対応しています。括弧内の名前はコードハイライトの指定時に利用できる別名です。

+

RedmineはRubyで記述されたシンタックスハイライト用ライブラリ Rouge を使用しています。Rougeは c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml, yaml (yml) など一般的に使われている多数の言語に対応しています(括弧内の名前はコードハイライトの指定に利用できる別名です)。全対応言語の一覧は https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers を参照してください。

Wiki記法に対応している箇所であればどこでも以下の記述によりコードハイライトが利用できます (言語名・別名では大文字・小文字は区別されません):

@@ -295,16 +295,16 @@ To go live, all you need to add is a database and a web server.

表示例:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ja/wiki_syntax_detailed_textile.html b/public/help/ja/wiki_syntax_detailed_textile.html index 3e0fe24fb..0415d9f36 100644 --- a/public/help/ja/wiki_syntax_detailed_textile.html +++ b/public/help/ja/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ To go live, all you need to add is a database and a web server.

コードハイライト

-

Redmineのコードハイライトは CodeRay という、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) に対応しています。括弧内の名前はコードハイライトの指定時に利用できる別名です。

+

RedmineはRubyで記述されたシンタックスハイライト用ライブラリ Rouge を使用しています。Rougeは c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml, yaml (yml) など一般的に使われている多数の言語に対応しています(括弧内の名前はコードハイライトの指定に利用できる別名です)。全対応言語の一覧は https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers を参照してください。

Wiki記法に対応している箇所であればどこでも以下の記述によりコードハイライトが利用できます (言語名・別名では大文字・小文字は区別されません):

@@ -299,16 +299,16 @@ To go live, all you need to add is a database and a web server.

表示例:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ko/wiki_syntax_detailed_markdown.html b/public/help/ko/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/ko/wiki_syntax_detailed_markdown.html +++ b/public/help/ko/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ko/wiki_syntax_detailed_textile.html b/public/help/ko/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/ko/wiki_syntax_detailed_textile.html +++ b/public/help/ko/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/lt/wiki_syntax_detailed_markdown.html b/public/help/lt/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/lt/wiki_syntax_detailed_markdown.html +++ b/public/help/lt/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/lt/wiki_syntax_detailed_textile.html b/public/help/lt/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/lt/wiki_syntax_detailed_textile.html +++ b/public/help/lt/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/lv/wiki_syntax_detailed_markdown.html b/public/help/lv/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/lv/wiki_syntax_detailed_markdown.html +++ b/public/help/lv/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/lv/wiki_syntax_detailed_textile.html b/public/help/lv/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/lv/wiki_syntax_detailed_textile.html +++ b/public/help/lv/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/mk/wiki_syntax_detailed_markdown.html b/public/help/mk/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/mk/wiki_syntax_detailed_markdown.html +++ b/public/help/mk/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/mk/wiki_syntax_detailed_textile.html b/public/help/mk/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/mk/wiki_syntax_detailed_textile.html +++ b/public/help/mk/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/mn/wiki_syntax_detailed_markdown.html b/public/help/mn/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/mn/wiki_syntax_detailed_markdown.html +++ b/public/help/mn/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/mn/wiki_syntax_detailed_textile.html b/public/help/mn/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/mn/wiki_syntax_detailed_textile.html +++ b/public/help/mn/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/nl/wiki_syntax_detailed_markdown.html b/public/help/nl/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/nl/wiki_syntax_detailed_markdown.html +++ b/public/help/nl/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/nl/wiki_syntax_detailed_textile.html b/public/help/nl/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/nl/wiki_syntax_detailed_textile.html +++ b/public/help/nl/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/no/wiki_syntax_detailed_markdown.html b/public/help/no/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/no/wiki_syntax_detailed_markdown.html +++ b/public/help/no/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/no/wiki_syntax_detailed_textile.html b/public/help/no/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/no/wiki_syntax_detailed_textile.html +++ b/public/help/no/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/pl/wiki_syntax_detailed_markdown.html b/public/help/pl/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/pl/wiki_syntax_detailed_markdown.html +++ b/public/help/pl/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/pl/wiki_syntax_detailed_textile.html b/public/help/pl/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/pl/wiki_syntax_detailed_textile.html +++ b/public/help/pl/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/pt-br/wiki_syntax_detailed_markdown.html b/public/help/pt-br/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/pt-br/wiki_syntax_detailed_markdown.html +++ b/public/help/pt-br/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/pt-br/wiki_syntax_detailed_textile.html b/public/help/pt-br/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/pt-br/wiki_syntax_detailed_textile.html +++ b/public/help/pt-br/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/pt/wiki_syntax_detailed_markdown.html b/public/help/pt/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/pt/wiki_syntax_detailed_markdown.html +++ b/public/help/pt/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/pt/wiki_syntax_detailed_textile.html b/public/help/pt/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/pt/wiki_syntax_detailed_textile.html +++ b/public/help/pt/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ro/wiki_syntax_detailed_markdown.html b/public/help/ro/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/ro/wiki_syntax_detailed_markdown.html +++ b/public/help/ro/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ro/wiki_syntax_detailed_textile.html b/public/help/ro/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/ro/wiki_syntax_detailed_textile.html +++ b/public/help/ro/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ru/wiki_syntax_detailed_markdown.html b/public/help/ru/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/ru/wiki_syntax_detailed_markdown.html +++ b/public/help/ru/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/ru/wiki_syntax_detailed_textile.html b/public/help/ru/wiki_syntax_detailed_textile.html index e56516472..3b6f09908 100644 --- a/public/help/ru/wiki_syntax_detailed_textile.html +++ b/public/help/ru/wiki_syntax_detailed_textile.html @@ -319,7 +319,7 @@ bq. Rails - это полноценный, многоуровневый фрей

Подсветка кода

-

По умолчанию за подсветку код отвечает CodeRay, и для лучшей производительности библиотеки написаны на 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) языки.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

Вы можете подсветить код в любом месте, где поддерживается wiki-форматирование (название языка не зависит от регистра):

@@ -331,16 +331,16 @@ bq. Rails - это полноценный, многоуровневый фрей

Пример:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sk/wiki_syntax_detailed_markdown.html b/public/help/sk/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/sk/wiki_syntax_detailed_markdown.html +++ b/public/help/sk/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sk/wiki_syntax_detailed_textile.html b/public/help/sk/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/sk/wiki_syntax_detailed_textile.html +++ b/public/help/sk/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sl/wiki_syntax_detailed_markdown.html b/public/help/sl/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/sl/wiki_syntax_detailed_markdown.html +++ b/public/help/sl/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sl/wiki_syntax_detailed_textile.html b/public/help/sl/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/sl/wiki_syntax_detailed_textile.html +++ b/public/help/sl/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sq/wiki_syntax_detailed_markdown.html b/public/help/sq/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/sq/wiki_syntax_detailed_markdown.html +++ b/public/help/sq/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sq/wiki_syntax_detailed_textile.html b/public/help/sq/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/sq/wiki_syntax_detailed_textile.html +++ b/public/help/sq/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sr-yu/wiki_syntax_detailed_markdown.html b/public/help/sr-yu/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/sr-yu/wiki_syntax_detailed_markdown.html +++ b/public/help/sr-yu/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sr-yu/wiki_syntax_detailed_textile.html b/public/help/sr-yu/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/sr-yu/wiki_syntax_detailed_textile.html +++ b/public/help/sr-yu/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sr/wiki_syntax_detailed_markdown.html b/public/help/sr/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/sr/wiki_syntax_detailed_markdown.html +++ b/public/help/sr/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sr/wiki_syntax_detailed_textile.html b/public/help/sr/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/sr/wiki_syntax_detailed_textile.html +++ b/public/help/sr/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sv/wiki_syntax_detailed_markdown.html b/public/help/sv/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/sv/wiki_syntax_detailed_markdown.html +++ b/public/help/sv/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/sv/wiki_syntax_detailed_textile.html b/public/help/sv/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/sv/wiki_syntax_detailed_textile.html +++ b/public/help/sv/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/th/wiki_syntax_detailed_markdown.html b/public/help/th/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/th/wiki_syntax_detailed_markdown.html +++ b/public/help/th/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/th/wiki_syntax_detailed_textile.html b/public/help/th/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/th/wiki_syntax_detailed_textile.html +++ b/public/help/th/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/tr/wiki_syntax_detailed_markdown.html b/public/help/tr/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/tr/wiki_syntax_detailed_markdown.html +++ b/public/help/tr/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/tr/wiki_syntax_detailed_textile.html b/public/help/tr/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/tr/wiki_syntax_detailed_textile.html +++ b/public/help/tr/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/uk/wiki_syntax_detailed_markdown.html b/public/help/uk/wiki_syntax_detailed_markdown.html index a496eb65d..cf8a93647 100644 --- a/public/help/uk/wiki_syntax_detailed_markdown.html +++ b/public/help/uk/wiki_syntax_detailed_markdown.html @@ -283,7 +283,7 @@ http://www.redmine.org, someone@foo.bar

Підсвітка синтаксису коду

-

За замовчуванням підсвічування коду використовує CodeRay, швидка бібліотека для підсвітки синтаксису цілком розроблена на 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) мови, де імена в дужках є псевдонімами.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

Ви можете виділити підсвіткою код в будь-якому місці, яке підтримує вікі-форматування, використовуючи наступний синтаксис (зверніть увагу, що назва мови або псевдонім не чутливі до регістру):

@@ -295,16 +295,16 @@ http://www.redmine.org, someone@foo.bar

Приклад:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/uk/wiki_syntax_detailed_textile.html b/public/help/uk/wiki_syntax_detailed_textile.html index 40ed01577..f83bb40cc 100644 --- a/public/help/uk/wiki_syntax_detailed_textile.html +++ b/public/help/uk/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ bq. Redmine — серверний веб-додаток з відкритим

Підсвітка синтаксису коду

-

За замовчуванням підсвічування коду використовує CodeRay, швидка бібліотека для підсвітки синтаксису цілком розроблена на 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) мови, де імена в дужках є псевдонімами.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

Ви можете виділити підсвіткою код в будь-якому місці, яке підтримує вікі-форматування, використовуючи наступний синтаксис (зверніть увагу, що назва мови або псевдонім не чутливі до регістру):

@@ -299,16 +299,16 @@ bq. Redmine — серверний веб-додаток з відкритим

Приклад:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/vi/wiki_syntax_detailed_markdown.html b/public/help/vi/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/vi/wiki_syntax_detailed_markdown.html +++ b/public/help/vi/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/vi/wiki_syntax_detailed_textile.html b/public/help/vi/wiki_syntax_detailed_textile.html index 69817c489..bfcd49a5a 100644 --- a/public/help/vi/wiki_syntax_detailed_textile.html +++ b/public/help/vi/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/wiki_syntax_detailed.css b/public/help/wiki_syntax_detailed.css index 94fc9f869..b6ae88e81 100644 --- a/public/help/wiki_syntax_detailed.css +++ b/public/help/wiki_syntax_detailed.css @@ -13,13 +13,12 @@ pre { } a.new { color: #b73535; } -.syntaxhl .class { color:#258; font-weight:bold } -.syntaxhl .comment { color:#385; } -.syntaxhl .delimiter { color:black } -.syntaxhl .function { color:#06B; font-weight:bold } -.syntaxhl .inline { background-color: hsla(0,0%,0%,0.07); color: black } -.syntaxhl .inline-delimiter { font-weight: bold; color: #666 } -.syntaxhl .instance-variable { color:#33B } -.syntaxhl .keyword { color:#939; font-weight:bold } -.syntaxhl .string .content { color: #46a } -.syntaxhl .string .delimiter { color:#46a } \ No newline at end of file +.syntaxhl .c1 { color: #888888 } +.syntaxhl .k { color: #008800; font-weight: bold } +.syntaxhl .nc { color: #BB0066; font-weight: bold } +.syntaxhl .nf { color: #0066BB; font-weight: bold } +.syntaxhl .nb { color: #007020 } +.syntaxhl .vi { color: #3333BB } +.syntaxhl .o { color: #333333 } +.syntaxhl .s2 { background-color: #fff0f0 } +.syntaxhl .si { background-color: #eeeeee } diff --git a/public/help/zh-tw/wiki_syntax_detailed_markdown.html b/public/help/zh-tw/wiki_syntax_detailed_markdown.html index ec53cf4b3..a36d51deb 100644 --- a/public/help/zh-tw/wiki_syntax_detailed_markdown.html +++ b/public/help/zh-tw/wiki_syntax_detailed_markdown.html @@ -283,7 +283,7 @@ It can be expanded by clicking a link.

程式碼醒目提示

-

預設使用 CodeRay作為程式碼醒目提示的機制,它是一個使用 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) 等語言,括弧中的名稱是該語言的別名。

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

您可載任何支援 Wiki 格式設定的地方,使用這個語法來醒目提示程式碼 (注意語言與其別名的名稱不須區分大小寫):

@@ -295,16 +295,16 @@ It can be expanded by clicking a link.

範例:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/zh-tw/wiki_syntax_detailed_textile.html b/public/help/zh-tw/wiki_syntax_detailed_textile.html index 8e64207b3..7a7efa8c8 100644 --- a/public/help/zh-tw/wiki_syntax_detailed_textile.html +++ b/public/help/zh-tw/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ It can be expanded by clicking a link.

程式碼醒目提示

-

預設使用 CodeRay 作為程式碼醒目提示的機制,它是一個使用 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) 等語言,括弧中的名稱是該語言的別名。

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

您可載任何支援 Wiki 格式設定的地方,使用這個語法來醒目提示程式碼 (注意語言與其別名的名稱不須區分大小寫):

@@ -299,16 +299,16 @@ It can be expanded by clicking a link.

範例:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/zh/wiki_syntax_detailed_markdown.html b/public/help/zh/wiki_syntax_detailed_markdown.html index a59fb90d7..9db01b843 100644 --- a/public/help/zh/wiki_syntax_detailed_markdown.html +++ b/public/help/zh/wiki_syntax_detailed_markdown.html @@ -285,7 +285,7 @@ It can be expanded by clicking a link.

Code highlighting

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -297,16 +297,16 @@ It can be expanded by clicking a link.

Example:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +
diff --git a/public/help/zh/wiki_syntax_detailed_textile.html b/public/help/zh/wiki_syntax_detailed_textile.html index 130234041..9b397988c 100644 --- a/public/help/zh/wiki_syntax_detailed_textile.html +++ b/public/help/zh/wiki_syntax_detailed_textile.html @@ -287,7 +287,7 @@ To go live, all you need to add is a database and a web server.

代码高亮

-

Default code highlightment relies on CodeRay, 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.

+

Default code highlightment relies on Rouge, a syntax highlighting library written in pure Ruby. It supports many commonly used languages such as c, cpp (c++), csharp (c#, cs), css, diff (patch, udiff), go (golang), groovy, html, java, javascript (js), kotlin, objective_c (objc), perl (pl), php, python (py), r, ruby (rb), sass, scala, shell (bash, zsh, ksh, sh), sql, swift, xml and yaml (yml) languages, where the names inside parentheses are aliases. Please refer to https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers for the full list of supported languages.

You can highlight code at any place that supports wiki formatting using this syntax (note that the language name or alias is case-insensitive):

@@ -299,16 +299,16 @@ To go live, all you need to add is a database and a web server.

示例:

-
# The Greeter class
-class Greeter
-  def initialize(name)
-    @name = name.capitalize
-  end
+
# The Greeter class
+class Greeter
+  def initialize(name)
+    @name = name.capitalize
+  end
 
-  def salute
-    puts "Hello #{@name}!"
-  end
-end
-
+ def salute + puts "Hello #{@name}!" + end +end +