From 609cc9221e4630814e00aa9b39ded2f9112d292e Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Mon, 19 Feb 2024 20:24:33 +0000 Subject: * Moves all wiki syntax files from @public/help@ to @app/views/help/wiki_syntax@. * Adds route to serve wiki syntax help files. * Moves wiki syntax CSS files to asset pipeline. (#39111, #40137). git-svn-id: https://svn.redmine.org/redmine/trunk@22717 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- .../help/wiki_syntax/sl/wiki_syntax_textile.html | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 app/views/help/wiki_syntax/sl/wiki_syntax_textile.html (limited to 'app/views/help/wiki_syntax/sl/wiki_syntax_textile.html') diff --git a/app/views/help/wiki_syntax/sl/wiki_syntax_textile.html b/app/views/help/wiki_syntax/sl/wiki_syntax_textile.html new file mode 100644 index 000000000..525e6d033 --- /dev/null +++ b/app/views/help/wiki_syntax/sl/wiki_syntax_textile.html @@ -0,0 +1,81 @@ + + + + +Wiki formatting + + + + +

Wiki Syntax Quick Reference

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Font Styles (more)
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
??Quote??Quote
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
+
+ lines
+ of code
+
+
Highlighted code (more | supported languages)
Highlighted code<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
  • Item 1
    • Sub
  • Item 2
Ordered list# Item 1
## Sub
# Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings (more)
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

Links (more)
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
Revision r43Revision r43
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images (more)
Image!image_url!
!attached_image!
Tables
|_. A |_. B |_. C |
| A | B | C |
|/2. row span | B | C |
|\2. col span |
+ + + + + + + +
ABC
ABC
row spanBC
col span
+
+ +

More Information

+ + + -- cgit v1.2.3