You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2004/07/09 19:23:56 UTC

[Cocoon Wiki] Updated: TextFormattingRules

   Date: 2004-07-09T10:23:56
   Editor: JoergHeinicke <jo...@gmx.de>
   Wiki: Cocoon Wiki
   Page: TextFormattingRules
   URL: http://wiki.apache.org/cocoon/TextFormattingRules

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -2,26 +2,26 @@
 
 === Quick reference ===
 
-{{{
-----       = Make a horizontal ruler. Extra '-' is ignored.
-\\         = force a line break, \\\=force line break and clear.
-
-[link]     = creates a hyperlink to an internal WikiPage called 'Link'.
-[this is also a link] = creates a hyperlink to an internal WikiPage called
-'ThisIsAlsoALink'.
-[click here|link] = creates a hyperlink to an internal WikiPage called
-'Link', but displays the text 'click here' to the
-user instead of 'Link'.
-[1]        = Makes a reference to a footnote numbered 1.
-[#1]       = Marks the footnote number 1.
-[[link]    = creates text '[link]'.
-
-!heading   = small heading with text 'heading'
-!!heading  = medium heading with text 'heading'
-!!!heading = large heading with text 'heading'
-
-''text''   = prints 'text' in italic.
-__text__   = prints 'text' in bold.
+{{{
+----       = Make a horizontal ruler. Extra '-' is ignored.
+\\         = force a line break, \\\=force line break and clear.
+
+[link]     = creates a hyperlink to an internal WikiPage called 'Link'.
+[this is also a link] = creates a hyperlink to an internal WikiPage called
+'ThisIsAlsoALink'.
+[click here|link] = creates a hyperlink to an internal WikiPage called
+'Link', but displays the text 'click here' to the
+user instead of 'Link'.
+[1]        = Makes a reference to a footnote numbered 1.
+[#1]       = Marks the footnote number 1.
+[[link]    = creates text '[link]'.
+
+!heading   = small heading with text 'heading'
+!!heading  = medium heading with text 'heading'
+!!!heading = large heading with text 'heading'
+
+''text''   = prints 'text' in italic.
+__text__   = prints 'text' in bold.
 {{{text}}}   = prints 'text' in monospaced font.
 
  *  text     = makes a bulleted list item with 'text'
@@ -77,10 +77,10 @@
 
 === Bulleted lists ===
 Use an asterisk (*) in the first column to make bulleted lists. Use more asterisks for deeper indentation. For example:
-{{{
-* One
-* Two
-* Three
+{{{
+* One
+* Two
+* Three
 ** Three.One}}}
 
 creates
@@ -91,11 +91,11 @@
 
 === Numbered lists ===
 Just like with bulleted lists, but use a hash (#) instead of the asterisk. Like this:
-{{{
-# One
-# Two
-# Three
-## Three.One
+{{{
+# One
+# Two
+# Three
+## Three.One
 }}}
 
 creates
@@ -121,8 +121,8 @@
 ;'''Construct''':''Something you use to do something with''
 
 Another nice use for the ';:' is that you can use it to comment shortly on other people's text, by having an empty 'term' in the definition, like this:
-{{{
-;:''Comment here.''
+{{{
+;:''Comment here.''
 }}}
 Which would be seen as
 ;:''Comment here.''
@@ -144,10 +144,10 @@
 
 For example:
 
-{{{
-|| Heading 1 || Heading 2
-| ''Gobble'' | Bar
-| [Cocoon home|http://cocoon.apache.org/]     | [SandBox]
+{{{
+|| Heading 1 || Heading 2
+| ''Gobble'' | Bar
+| [Cocoon home|http://cocoon.apache.org/]     | [SandBox]
 }}}
 
 gives you the following table.  Note how you can use links also inside tables.
@@ -171,7 +171,7 @@
 
 Create a link that points to a new (not existing) page using its WikiName.
 Click that new link, which should now have a question mark (?) suffix and
-you will get an editor for the new page. -- [:Asser]
+you will get an editor for the new page.
 
 === Attaching files ===