Comparing
version 2 and
version 1 backh1. Junebug Help
h2. Wiki Words
Junebug 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 progressprogress...
|_.Structural Formatting |_.You Type |_.You Get |
| *Paragraphs:*
Blank lines create new paragraphs | paragraph-1
paragraph-2
| paragraph-1
paragraph-2 |
| *Headers:* |
h1. Header 1
h2. Header 2
h3. Header 3
| Header 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 Block
| Preformatted Block
|