Wiki Syntax
The entire grails.org site is an open wiki. The following is a guide to the syntax that is used.
Monospace:
monospace
Italic:
italic Bold:
bold
Image: Either starting with
http or relative to
http://www.grails.org/images/
internal link:
Mailing lists
external link:
http://www.g2one.com/
external link with text:
G2one
[G2one|http://www.g2one.com/] or "G2One":http://www.g2one.com/
heading:
Heading3
Heading4
h3.<space>Heading3
h4.<space>Heading4
list:
* item 1
** subitem 1
** subitem 2
* item 2
numbered list:
- item 1
- subitem 1
- subitem 2
- item 2
table:
| Name | Number |
|---|
| Albert | 46 |
| Wilma | 1348 |
| James | 12 |
{table}
*Name* | *Number*
Albert | 46
Wilma | 1348
James | 12
{table}code block:
class Book {
String title
}{code}
class Book {
String title
}
{code}Note:
This is a note!
{note}
This is a note!
{note}Warning:
This is a warning!
{warning}
This is a warning!
{warning}