We are using a kind of markup language like this:
* Head1
some text here (paragraph)
** Head 2
And for bold we are using this:
<<<boldtext>>>
For listing from a to z we are using:
[[a]] some texts of list
[[a]] some other texts of list
Tables are like this:
*----------+--------------+----------------+
| <<Column Title>> | <<Column Title>> | <<Column Title>> |
*----------+--------------+----------------+
| Content1 | Content2 | Content3 |
*----------+--------------+----------------+
Because I need to know more about this markup language I am so curious which language it is?
I found it: It is Doxia.
Here is a link as reference: http://maven.apache.org/doxia/references/apt-format.html