Junebug help
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 Junebug Wiki Home?
Text Formatting (Textile)
This is a work in progress…
| 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 1Header 2Header 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 |
|
| Preformatted Block: Text enclosed by <pre> tags |
<pre> Preformatted Block </pre> |
Preformatted Block |