example 1#
%%tabbedSection %%tab-1stTabTitle … %% %%tab-2ndTabTitle … %% %%gives you:
…
…
example 2#
%%tabbedSection %%tab-ThisIsMyFirstTab Some text inside the first tab. %% %%tab-ThisIsMyLastTab Some other text inside the second tab. %% %%gives you:
Some text inside the first tab.
Some other text inside the second tab.