Last updated by
4 years ago
Page: WikiSyntax, Version:4
Wiki Syntax
The entire grails.org site is an open wiki. The following is a guide to the syntax that is used.Monospace:monospace
<at-symbol>monospace<at-symbol>
<underscore>italic<underscore>
*bold*
http or relative to http://www.grails.org/images/
!grails-logo-sm.png!
[Mailing lists]
[http://www.g2one.com/]
[G2one|http://www.g2one.com/] or "G2One":http://www.g2one.com/Heading3
Heading4
h3.<space>Heading3 h4.<space>Heading4
- item 1
- subitem 1
- subitem 2
- item 2
* item 1 ** subitem 1 ** subitem 2 * item 2
| Name | Number |
|---|---|
| Albert | 46 |
| Wilma | 1348 |
| James | 12 |
{table}
*Name* | *Number*
Albert | 46
Wilma | 1348
James | 12
{table}class Book {
String title
}{code}
class Book {
String title
}
{code}This is a note!
{note}
This is a note!
{note}