From 87a16f395a754ff3bb703322e714af47705faeaa Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 30 Jun 2008 17:35:40 +0000 Subject: [PATCH] Fixes relative paths to images in wiki_syntax.html (#1218). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1609 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/help/wiki_syntax.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/public/help/wiki_syntax.html b/public/help/wiki_syntax.html index 6a0e10022..846fe1bf7 100644 --- a/public/help/wiki_syntax.html +++ b/public/help/wiki_syntax.html @@ -22,13 +22,13 @@ table td h3 { font-size: 1.2em; text-align: left; } - - - - + + + + - - + - - + + - - - + + + - + - +
Font Styles
Strong*Strong*Strong
Italic_Italic_Italic
Underline+Underline+Underline
Deleted-Deleted-Deleted
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>
+
Inline Code@Inline Code@Inline Code
Preformatted text<pre>
 lines
 of code
</pre>
  lines
  of code
@@ -36,27 +36,27 @@ table td h3 { font-size: 1.2em; text-align: left; }
 
Lists
Unordered list* Item 1
* Item 2
  • Item 1
  • Item 2
Ordered list# Item 1
# Item 2
  1. Item 1
  2. Item 2
Unordered list* Item 1
* Item 2
  • Item 1
  • Item 2
Ordered list# Item 1
# Item 2
  1. Item 1
  2. Item 2
Headings
Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

Heading 1h1. Title 1

Title 1

Heading 2h2. Title 2

Title 2

Heading 3h3. Title 3

Title 3

Links
http://foo.barhttp://foo.bar
"Foo":http://foo.barFoo
Redmine links
Link to a Wiki page[[Wiki page]]Wiki page
Link to a Wiki page[[Wiki page]]Wiki page
Issue #12Issue #12
Revision r43Revision r43
commit:"f30e13e43"f30e13e4
source:some/filesource:some/file
Inline images
Image!image_url!
Image!image_url!
!attached_image!
-- 2.39.5