diff --git a/public/help/ar/wiki_syntax_markdown.html b/public/help/ar/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/ar/wiki_syntax_markdown.html +++ b/public/help/ar/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/ar/wiki_syntax_textile.html b/public/help/ar/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/ar/wiki_syntax_textile.html +++ b/public/help/ar/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/az/wiki_syntax_markdown.html b/public/help/az/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/az/wiki_syntax_markdown.html +++ b/public/help/az/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/az/wiki_syntax_textile.html b/public/help/az/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/az/wiki_syntax_textile.html +++ b/public/help/az/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/bg/wiki_syntax_markdown.html b/public/help/bg/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/bg/wiki_syntax_markdown.html +++ b/public/help/bg/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/bg/wiki_syntax_textile.html b/public/help/bg/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/bg/wiki_syntax_textile.html +++ b/public/help/bg/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/bs/wiki_syntax_markdown.html b/public/help/bs/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/bs/wiki_syntax_markdown.html +++ b/public/help/bs/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/bs/wiki_syntax_textile.html b/public/help/bs/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/bs/wiki_syntax_textile.html +++ b/public/help/bs/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/ca/wiki_syntax_markdown.html b/public/help/ca/wiki_syntax_markdown.html index 78f7ae053..f881fe70b 100644 --- a/public/help/ca/wiki_syntax_markdown.html +++ b/public/help/ca/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Llistes Llista desordenada* Article 1
  * Sub
* Article 2 Llista Ordenada1. Article 1
   1. Sub
2. Article 2
  1. Article 1
    1. Sub
  2. Article 2
diff --git a/public/help/ca/wiki_syntax_textile.html b/public/help/ca/wiki_syntax_textile.html index 91c3f40f6..dccf8a157 100644 --- a/public/help/ca/wiki_syntax_textile.html +++ b/public/help/ca/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Llistes Llista desordenada* Article 1
** Sub
* Article 2 Llista ordenada# Article 1
## Sub
# Article 2
  1. Article 1
    1. Sub
  2. Article 2
diff --git a/public/help/cs/wiki_syntax_markdown.html b/public/help/cs/wiki_syntax_markdown.html index 4980081d3..ea2628ab6 100644 --- a/public/help/cs/wiki_syntax_markdown.html +++ b/public/help/cs/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Seznamy Unordered list* Položka 1
  * Pod
* Položka 2 Ordered list1. Položka 1
   1. Pod
2. Položka 2
  1. Položka 1
    1. Pod
  2. Položka 2
diff --git a/public/help/cs/wiki_syntax_textile.html b/public/help/cs/wiki_syntax_textile.html index 0e9269210..a6ede8ebb 100644 --- a/public/help/cs/wiki_syntax_textile.html +++ b/public/help/cs/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Seznamy Nesetříděný seznam* Položka 1
** Pod
* Položka 2 Setříděný seznam# Položka 1
## Pod
# Položka 2
  1. Položka 1
    1. Pod
  2. Položka 2
diff --git a/public/help/da/wiki_syntax_markdown.html b/public/help/da/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/da/wiki_syntax_markdown.html +++ b/public/help/da/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/da/wiki_syntax_textile.html b/public/help/da/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/da/wiki_syntax_textile.html +++ b/public/help/da/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/de/wiki_syntax_markdown.html b/public/help/de/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/de/wiki_syntax_markdown.html +++ b/public/help/de/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/de/wiki_syntax_textile.html b/public/help/de/wiki_syntax_textile.html index 395c72eba..4960262d6 100644 --- a/public/help/de/wiki_syntax_textile.html +++ b/public/help/de/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Listen Unsortierte Liste* Element 1
** Sub
* Element 2 Sortierte Liste# Element 1
## Sub
# Element 2
  1. Element 1
    1. Sub
  2. Element 2
diff --git a/public/help/el/wiki_syntax_markdown.html b/public/help/el/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/el/wiki_syntax_markdown.html +++ b/public/help/el/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/el/wiki_syntax_textile.html b/public/help/el/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/el/wiki_syntax_textile.html +++ b/public/help/el/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/en-gb/wiki_syntax_markdown.html b/public/help/en-gb/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/en-gb/wiki_syntax_markdown.html +++ b/public/help/en-gb/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/en-gb/wiki_syntax_textile.html b/public/help/en-gb/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/en-gb/wiki_syntax_textile.html +++ b/public/help/en-gb/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/en/wiki_syntax_markdown.html b/public/help/en/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/en/wiki_syntax_markdown.html +++ b/public/help/en/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/en/wiki_syntax_textile.html b/public/help/en/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/en/wiki_syntax_textile.html +++ b/public/help/en/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/es-pa/wiki_syntax_markdown.html b/public/help/es-pa/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/es-pa/wiki_syntax_markdown.html +++ b/public/help/es-pa/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/es-pa/wiki_syntax_textile.html b/public/help/es-pa/wiki_syntax_textile.html index 9827ba7f3..697010502 100644 --- a/public/help/es-pa/wiki_syntax_textile.html +++ b/public/help/es-pa/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Listas Lista no ordenada* artículo 1
** Sub
* artículo 2 Lista ordenada# artículo 1
## Sub
# artículo 2
  1. artículo 1
    1. Sub
  2. artículo 2
diff --git a/public/help/es/wiki_syntax_markdown.html b/public/help/es/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/es/wiki_syntax_markdown.html +++ b/public/help/es/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/es/wiki_syntax_textile.html b/public/help/es/wiki_syntax_textile.html index 9827ba7f3..697010502 100644 --- a/public/help/es/wiki_syntax_textile.html +++ b/public/help/es/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Listas Lista no ordenada* artículo 1
** Sub
* artículo 2 Lista ordenada# artículo 1
## Sub
# artículo 2
  1. artículo 1
    1. Sub
  2. artículo 2
diff --git a/public/help/et/wiki_syntax_markdown.html b/public/help/et/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/et/wiki_syntax_markdown.html +++ b/public/help/et/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/et/wiki_syntax_textile.html b/public/help/et/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/et/wiki_syntax_textile.html +++ b/public/help/et/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/eu/wiki_syntax_markdown.html b/public/help/eu/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/eu/wiki_syntax_markdown.html +++ b/public/help/eu/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/eu/wiki_syntax_textile.html b/public/help/eu/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/eu/wiki_syntax_textile.html +++ b/public/help/eu/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/fa/wiki_syntax_markdown.html b/public/help/fa/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/fa/wiki_syntax_markdown.html +++ b/public/help/fa/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/fa/wiki_syntax_textile.html b/public/help/fa/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/fa/wiki_syntax_textile.html +++ b/public/help/fa/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/fi/wiki_syntax_markdown.html b/public/help/fi/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/fi/wiki_syntax_markdown.html +++ b/public/help/fi/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/fi/wiki_syntax_textile.html b/public/help/fi/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/fi/wiki_syntax_textile.html +++ b/public/help/fi/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/fr/wiki_syntax_markdown.html b/public/help/fr/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/fr/wiki_syntax_markdown.html +++ b/public/help/fr/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/fr/wiki_syntax_textile.html b/public/help/fr/wiki_syntax_textile.html index 3ce34e4ba..4326d8edf 100644 --- a/public/help/fr/wiki_syntax_textile.html +++ b/public/help/fr/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Listes Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/gl/wiki_syntax_markdown.html b/public/help/gl/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/gl/wiki_syntax_markdown.html +++ b/public/help/gl/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/gl/wiki_syntax_textile.html b/public/help/gl/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/gl/wiki_syntax_textile.html +++ b/public/help/gl/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/he/wiki_syntax_markdown.html b/public/help/he/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/he/wiki_syntax_markdown.html +++ b/public/help/he/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/he/wiki_syntax_textile.html b/public/help/he/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/he/wiki_syntax_textile.html +++ b/public/help/he/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/hr/wiki_syntax_markdown.html b/public/help/hr/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/hr/wiki_syntax_markdown.html +++ b/public/help/hr/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/hr/wiki_syntax_textile.html b/public/help/hr/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/hr/wiki_syntax_textile.html +++ b/public/help/hr/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/hu/wiki_syntax_markdown.html b/public/help/hu/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/hu/wiki_syntax_markdown.html +++ b/public/help/hu/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/hu/wiki_syntax_textile.html b/public/help/hu/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/hu/wiki_syntax_textile.html +++ b/public/help/hu/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/id/wiki_syntax_markdown.html b/public/help/id/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/id/wiki_syntax_markdown.html +++ b/public/help/id/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/id/wiki_syntax_textile.html b/public/help/id/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/id/wiki_syntax_textile.html +++ b/public/help/id/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/it/wiki_syntax_markdown.html b/public/help/it/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/it/wiki_syntax_markdown.html +++ b/public/help/it/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/it/wiki_syntax_textile.html b/public/help/it/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/it/wiki_syntax_textile.html +++ b/public/help/it/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/ja/wiki_syntax_markdown.html b/public/help/ja/wiki_syntax_markdown.html index 0881d3ccd..039485569 100644 --- a/public/help/ja/wiki_syntax_markdown.html +++ b/public/help/ja/wiki_syntax_markdown.html @@ -22,6 +22,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + リスト リスト* 項目1
  * 下位階層の項目
* 項目2 順序付きリスト1. 項目1
   1. 下位階層の項目
2. 項目2
  1. 項目1
    1. 下位階層の項目
  2. 項目2
diff --git a/public/help/ja/wiki_syntax_textile.html b/public/help/ja/wiki_syntax_textile.html index d7d304c4d..ba8b484bf 100644 --- a/public/help/ja/wiki_syntax_textile.html +++ b/public/help/ja/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + リスト リスト* 項目1
** 下位階層の項目
* 項目2 順序付きリスト# 項目1
## 下位階層の項目
# 項目2
  1. 項目1
    1. 下位階層の項目
  2. 項目2
diff --git a/public/help/ko/wiki_syntax_markdown.html b/public/help/ko/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/ko/wiki_syntax_markdown.html +++ b/public/help/ko/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/ko/wiki_syntax_textile.html b/public/help/ko/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/ko/wiki_syntax_textile.html +++ b/public/help/ko/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/lt/wiki_syntax_markdown.html b/public/help/lt/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/lt/wiki_syntax_markdown.html +++ b/public/help/lt/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/lt/wiki_syntax_textile.html b/public/help/lt/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/lt/wiki_syntax_textile.html +++ b/public/help/lt/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/lv/wiki_syntax_markdown.html b/public/help/lv/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/lv/wiki_syntax_markdown.html +++ b/public/help/lv/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/lv/wiki_syntax_textile.html b/public/help/lv/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/lv/wiki_syntax_textile.html +++ b/public/help/lv/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/mk/wiki_syntax_markdown.html b/public/help/mk/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/mk/wiki_syntax_markdown.html +++ b/public/help/mk/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/mk/wiki_syntax_textile.html b/public/help/mk/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/mk/wiki_syntax_textile.html +++ b/public/help/mk/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/mn/wiki_syntax_markdown.html b/public/help/mn/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/mn/wiki_syntax_markdown.html +++ b/public/help/mn/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/mn/wiki_syntax_textile.html b/public/help/mn/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/mn/wiki_syntax_textile.html +++ b/public/help/mn/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/nl/wiki_syntax_markdown.html b/public/help/nl/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/nl/wiki_syntax_markdown.html +++ b/public/help/nl/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/nl/wiki_syntax_textile.html b/public/help/nl/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/nl/wiki_syntax_textile.html +++ b/public/help/nl/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/no/wiki_syntax_markdown.html b/public/help/no/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/no/wiki_syntax_markdown.html +++ b/public/help/no/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/no/wiki_syntax_textile.html b/public/help/no/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/no/wiki_syntax_textile.html +++ b/public/help/no/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/pl/wiki_syntax_markdown.html b/public/help/pl/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/pl/wiki_syntax_markdown.html +++ b/public/help/pl/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/pl/wiki_syntax_textile.html b/public/help/pl/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/pl/wiki_syntax_textile.html +++ b/public/help/pl/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/pt-br/wiki_syntax_markdown.html b/public/help/pt-br/wiki_syntax_markdown.html index e9e028baf..80cfbf837 100644 --- a/public/help/pt-br/wiki_syntax_markdown.html +++ b/public/help/pt-br/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Listas Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/pt-br/wiki_syntax_textile.html b/public/help/pt-br/wiki_syntax_textile.html index e92459fc1..e6c2292a7 100644 --- a/public/help/pt-br/wiki_syntax_textile.html +++ b/public/help/pt-br/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Listas Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/pt/wiki_syntax_markdown.html b/public/help/pt/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/pt/wiki_syntax_markdown.html +++ b/public/help/pt/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/pt/wiki_syntax_textile.html b/public/help/pt/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/pt/wiki_syntax_textile.html +++ b/public/help/pt/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/ro/wiki_syntax_markdown.html b/public/help/ro/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/ro/wiki_syntax_markdown.html +++ b/public/help/ro/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/ro/wiki_syntax_textile.html b/public/help/ro/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/ro/wiki_syntax_textile.html +++ b/public/help/ro/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/ru/wiki_syntax_markdown.html b/public/help/ru/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/ru/wiki_syntax_markdown.html +++ b/public/help/ru/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/ru/wiki_syntax_textile.html b/public/help/ru/wiki_syntax_textile.html index 874dd7db3..e5c7d336e 100644 --- a/public/help/ru/wiki_syntax_textile.html +++ b/public/help/ru/wiki_syntax_textile.html @@ -57,6 +57,15 @@ + +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Списки Несортированный список* Элемент 1
** Подэлемент
* Элемент 2 Сортированный список# Элемент 1
## Подэлемент
# Элемент 2
  1. Элемент 1
    1. Подэлемент
  2. Элемент 2
diff --git a/public/help/sk/wiki_syntax_markdown.html b/public/help/sk/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/sk/wiki_syntax_markdown.html +++ b/public/help/sk/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sk/wiki_syntax_textile.html b/public/help/sk/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/sk/wiki_syntax_textile.html +++ b/public/help/sk/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sl/wiki_syntax_markdown.html b/public/help/sl/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/sl/wiki_syntax_markdown.html +++ b/public/help/sl/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sl/wiki_syntax_textile.html b/public/help/sl/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/sl/wiki_syntax_textile.html +++ b/public/help/sl/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sq/wiki_syntax_markdown.html b/public/help/sq/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/sq/wiki_syntax_markdown.html +++ b/public/help/sq/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sq/wiki_syntax_textile.html b/public/help/sq/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/sq/wiki_syntax_textile.html +++ b/public/help/sq/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sr-yu/wiki_syntax_markdown.html b/public/help/sr-yu/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/sr-yu/wiki_syntax_markdown.html +++ b/public/help/sr-yu/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sr-yu/wiki_syntax_textile.html b/public/help/sr-yu/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/sr-yu/wiki_syntax_textile.html +++ b/public/help/sr-yu/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sr/wiki_syntax_markdown.html b/public/help/sr/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/sr/wiki_syntax_markdown.html +++ b/public/help/sr/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sr/wiki_syntax_textile.html b/public/help/sr/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/sr/wiki_syntax_textile.html +++ b/public/help/sr/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sv/wiki_syntax_markdown.html b/public/help/sv/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/sv/wiki_syntax_markdown.html +++ b/public/help/sv/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/sv/wiki_syntax_textile.html b/public/help/sv/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/sv/wiki_syntax_textile.html +++ b/public/help/sv/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/th/wiki_syntax_markdown.html b/public/help/th/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/th/wiki_syntax_markdown.html +++ b/public/help/th/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/th/wiki_syntax_textile.html b/public/help/th/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/th/wiki_syntax_textile.html +++ b/public/help/th/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/tr/wiki_syntax_markdown.html b/public/help/tr/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/tr/wiki_syntax_markdown.html +++ b/public/help/tr/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/tr/wiki_syntax_textile.html b/public/help/tr/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/tr/wiki_syntax_textile.html +++ b/public/help/tr/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/uk/wiki_syntax_markdown.html b/public/help/uk/wiki_syntax_markdown.html index 5dadfdaae..7489165eb 100644 --- a/public/help/uk/wiki_syntax_markdown.html +++ b/public/help/uk/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Списки Ненумерованний список* Пункт
  * Підпункт
* Пункт Нумерований список1. Пункт
   1. Підпункт
2. Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
diff --git a/public/help/uk/wiki_syntax_textile.html b/public/help/uk/wiki_syntax_textile.html index cb373bfe4..ae5fcf530 100644 --- a/public/help/uk/wiki_syntax_textile.html +++ b/public/help/uk/wiki_syntax_textile.html @@ -25,6 +25,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Списки Ненумерованний список* Пункт
** Підпункт
* Пункт Нумерований список# Пункт
## Підпункт
# Пункт
  1. Пункт
    1. Підпункт
  2. Пункт
diff --git a/public/help/vi/wiki_syntax_markdown.html b/public/help/vi/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/vi/wiki_syntax_markdown.html +++ b/public/help/vi/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/vi/wiki_syntax_textile.html b/public/help/vi/wiki_syntax_textile.html index 4727f6d33..cb1106aa1 100644 --- a/public/help/vi/wiki_syntax_textile.html +++ b/public/help/vi/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
** Sub
* Item 2 Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/wiki_syntax.css b/public/help/wiki_syntax.css index 4430ea006..ca2c04f76 100644 --- a/public/help/wiki_syntax.css +++ b/public/help/wiki_syntax.css @@ -8,4 +8,10 @@ table td h2 { font-size: 1.4em; text-align: left; } table td h3 { font-size: 1.2em; text-align: left; } table.sample { border-collapse: collapse; border-spacing: 0; margin: 4px; } -table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } \ No newline at end of file +table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height: 1em; } + +.syntaxhl .mi { color: #0000DD; font-weight: bold } +.syntaxhl .nf { color: #0066BB; font-weight: bold } +.syntaxhl .k { color: #008800; font-weight: bold } +.syntaxhl .nb { color: #007020 } +.syntaxhl .s1 { background-color: #fff0f0 } diff --git a/public/help/zh-tw/wiki_syntax_markdown.html b/public/help/zh-tw/wiki_syntax_markdown.html index 5b30075fe..5a2536c8e 100644 --- a/public/help/zh-tw/wiki_syntax_markdown.html +++ b/public/help/zh-tw/wiki_syntax_markdown.html @@ -22,6 +22,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + 清單 不排序清單* 清單項目 1
  * 子清單項目
* 清單項目 2 排序清單1. 清單項目 1
   1. 子清單項目
2. 清單項目 2
  1. 清單項目 1
    1. 子清單項目
  2. 清單項目 2
diff --git a/public/help/zh-tw/wiki_syntax_textile.html b/public/help/zh-tw/wiki_syntax_textile.html index f5d9dc8d4..0c1a152c5 100644 --- a/public/help/zh-tw/wiki_syntax_textile.html +++ b/public/help/zh-tw/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + 清單 不排序清單* 清單項目 1
** 子清單項目
* 清單項目 2 排序清單# 清單項目 1
## Sub
# 清單項目 2
  1. 清單項目 1
    1. Sub
  2. 清單項目 2
diff --git a/public/help/zh/wiki_syntax_markdown.html b/public/help/zh/wiki_syntax_markdown.html index 06d222b1d..4812ff0f1 100644 --- a/public/help/zh/wiki_syntax_markdown.html +++ b/public/help/zh/wiki_syntax_markdown.html @@ -23,6 +23,14 @@ +Highlighted code +Preformatted text``` ruby
3.times do
  puts 'Hello'
end
``` +
3.times do
+  puts 'Hello'
+end
+
+ + Lists Unordered list* Item 1
  * Sub
* Item 2 Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
diff --git a/public/help/zh/wiki_syntax_textile.html b/public/help/zh/wiki_syntax_textile.html index 5ba923601..348ddd3a7 100644 --- a/public/help/zh/wiki_syntax_textile.html +++ b/public/help/zh/wiki_syntax_textile.html @@ -24,6 +24,14 @@ +Highlighted code +Preformatted text<pre><code class="ruby">
3.times do
  puts 'Hello'
end
<code></pre> +
3.times do
+  puts 'Hello'
+end
+
+ + 列表 不排序列表* 列表项 1
** Sub
* 列表项 2 排序列表# 列表项 1
## Sub
# 列表项 2
  1. 列表项 1
    1. 子项
  2. 列表项 2