From 47a6a54e87d697c157cd2c2e4f795d29dfa422bb Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 20 Apr 2015 12:00:17 +0000 Subject: copy English markdown wiki syntax help to other languages (#16373) git-svn-id: http://svn.redmine.org/redmine/trunk@14190 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/fi/wiki_syntax_markdown.html | 82 ++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 public/help/fi/wiki_syntax_markdown.html (limited to 'public/help/fi/wiki_syntax_markdown.html') diff --git a/public/help/fi/wiki_syntax_markdown.html b/public/help/fi/wiki_syntax_markdown.html new file mode 100644 index 000000000..c6f6eff5a --- /dev/null +++ b/public/help/fi/wiki_syntax_markdown.html @@ -0,0 +1,82 @@ + + + + + +Wiki formatting + + + + +

Wiki Syntax Quick Reference (Markdown)

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Font Styles
Strong**Strong**Strong
Italic*Italic*Italic
Deleted~~Deleted~~Deleted
Inline Code`Inline Code`Inline Code
Preformatted text~~~
 lines
 of code
~~~
+
+ lines
+ of code
+
+
Lists
Unordered list* Item 1
  * Sub
* Item 2
  • Item 1
    • Sub
  • Item 2
Ordered list1. Item 1
   1. Sub
2. Item 2
  1. Item 1
    1. Sub
  2. Item 2
Headings
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Links
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links
Link to a Wiki page[[Wiki page]]Wiki page
Issue #12Issue #12
Revision r43Revision r43
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images
Image![](image_url)
![](attached_image)
Tables
| A | B | C |
|---|---|---|
| A | B | C |
| D | E | F |
+ + + + + + +
ABC
ABC
DEF
+
+ +

More Information

+ + + -- cgit v1.2.3