[{ALLOW edit EISMainUsers}]
[{ALLOW view Anonymous}]
!example 1
----
{{{%%collapse
* click me
** to hide/show me …
# ordered list items
## are collapsed by default %%}}}
gives you:

%%collapse
* click me
** to hide/show me …
# ordered list items
## are collapsed by default %%


!example 2
----
{{{%%collapse
* ||Europe||77||Europe||77
** |France|Europe|77|77
*** |Paris|Europe|77|77
*** |Nice|Europe|77|77
** |South-Africa|Europe|77|77
** Belgium (collapsed by default) 
### Brussel
### Peulis
* Australia
**
*** Perth
* Australia
*** Sydney
**** Kangeroo
**** Huppeldepup
%%}}}
gives you:

%%collapse
* ||Europe||77||Europe||77
** |France|Europe|77|77
*** |Paris|Europe|77|77
*** |Nice|Europe|77|77
** |South-Africa|Europe|77|77
** Belgium (collapsed by default) 
### Brussel
### Peulis
* Australia
**
*** Perth
* Australia
*** Sydney
**** Kangeroo
**** Huppeldepup
%%