...
A dialect is a way for GreenPepper to "understand" a specification syntax. Click here for more information on Dialects.
MarkdownDialect is the first Dialect that Greenpepper ships.
...
Greenpepper allows the following :
Code Block |
---|
| do with | Banker |
|---------|--------|
| accept | open an account for | John |
| display | the id of | John | account |
| check | the balance of | John | account is | 0 |
|
Multiple lines headers
Greenpepper allows the following :
...