When a document is executable, GreenPepper will try to interprete all the supported forms of the document body.
This brings some issues when we need to insert information as Tables or Bullet lists, for example.
To avoid undesired interpretation of forms, we can use the Information tags.
This tag will force GreenPepper to skip all forms between the Begin Info and End Info tags.
Here is an example:
| This table |
shouldn't be |
interpreted |
- This bullet list
- shouldn't be
- interpreted either
We won't see any coloration of the above table or bullet list after execution of this document.
GreenPepper will restart the interpretation of the document from from this point.
| Import |
| com.greenpepper.samples.application.calculator |
| Rule for |
Calculator |
| x |
y |
sum? |
| 1 |
2 |
3 |
 | Useful Information
If the End Info tag is omitted all the body content of the document after the Begin Info tag, will be skipped. |