Comparing version 2 and version 1
h2. Wiki WordsJunebug will create a wiki link for any text enclosed in double brackets:[[JunebugWiki]] creates a link to [[JunebugWiki]]You can change the text of the link as follows:[[JunebugWiki|Junebug Wiki Home]] creates a link to [[JunebugWiki| Junebug Wiki Home]]h2. Text Formatting (Textile)This is a work in progress...|_.Structural Formatting |_.You Type |_.You Get || *Paragraphs:*
Blank lines create new paragraphs |paragraph-1| paragraph-1paragraph-2
paragraph-2 || *Headers:* ||h1. Header 1h2. Header 2h3. Header 3Header 1
Header 2
Header 3
||_.Text Formatting |_.You Type |_.You Get || *Bold Text (strength):* |*Bold*| *Bold* || *Italic Text (emphasis):* |_Italic_| _Italic_ || *Fixed Font (code):* |@Fixed Font@| @Fixed Font@ || *Code Block (pre/code):*
Text indented with a single space |_Code Block||Code Block| *Preformatted Block:*
Text enclosed by <pre> tags ||Preformatted BlockPreformatted Block|
