/
Info macro

Info macro

Description: This macro allows you to create tables and/or bullet lists that you do not want to be processed as executable specifications within your executable documents.
Syntax: {greenpepper-info} your body {greenpepper-info}
Optional parameters:

  • title:Default --> blank
    You can specify your own title.
  • bgcolor:Default --> NONE
    You can change the backgound color of the Info section (ex.: red, blue, grey, lightgrey, green and hexadecimal colors). 
  • This macro also allows you to insert into your executable document, other macros that generate tables or bullet lists.
  • If you omit to close your info section, the end of the document will be considered as the end of it
Example 1
Wiki MarkupResult
{greenpepper-info} 
A sentence
{info}some info{info} 
{greenpepper-info}

A sentence

some info

 

 

Example 2
Wiki MarkupResult
{greenpepper-info} 
* My bullet list 
* Some information 
{greenpepper-info}
  • My bullet list
  • Some information