From 14053203c0b4a65d7c677ba77fe42603cabcde37 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 30 Sep 2019 13:28:50 +0000 Subject: Add links to the detailed Wiki formatting help in Quick Reference (#32169). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18571 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/mk/wiki_syntax_markdown.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'public/help/mk/wiki_syntax_markdown.html') diff --git a/public/help/mk/wiki_syntax_markdown.html b/public/help/mk/wiki_syntax_markdown.html index 2eeca0c0a..f23318e15 100644 --- a/public/help/mk/wiki_syntax_markdown.html +++ b/public/help/mk/wiki_syntax_markdown.html @@ -10,7 +10,7 @@

Wiki Syntax Quick Reference (Markdown)

- + @@ -23,7 +23,7 @@ - + - + - + - + @@ -52,7 +52,7 @@ - + -- cgit v1.2.3
Font Styles
Font Styles (more)
Strong**Strong**Strong
Italic*Italic*Italic
Underline_Underline_Underline
Highlighted code
Highlighted code (more)
Highlighted code``` ruby
3.times do
  puts 'Hello'
end
```
3.times do
   puts 'Hello'
@@ -35,16 +35,16 @@
 
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
Headings (more)
Heading 1# Title 1

Title 1

Heading 2## Title 2

Title 2

Heading 3### Title 3

Title 3

Links
Links (more)
http://foo.barhttp://foo.bar
[Foo](http://foo.bar)Foo
Redmine links
Redmine links (more)
Link to a Wiki page[[Wiki page]]Wiki page
Issue #12Issue #12
##12Bug #12: The issue subject
commit:f30e13e43f30e13e4
source:some/filesource:some/file
Inline images
Inline images (more)
Image![](image_url)
![](attached_image)