Pregunta a l'IA
Hola! Pregunta'm qualsevol cosa
Tabs

Maybe you wanted to show some part while hiding the rest. Tabs do that for you, just write:

[tab(Hello)]
This will show after loading the page.

[tab(Click to see)]
Only after clicking on this tab you could see what was hiding.

[tab(Special effects, background-color:#eeeeee)]
This tab's content shows on a grayed background.

[/tab]

And get:

This will show after loading the page.

Or use blind instead:

[blind(Hello)]
This will show after clicking __Hello__.

[blind(Click to see)]
Only after clicking on this text you could see what was hiding.

[blind(Special effects, background-color:#eeeeee)]
Text on a grayed background.

[/blind]

And get:

Hello
Click to see
Special effects