When I try something like this:
%%% plugin1
some text
%%%
%%% plugin2
some text
%%%
Only first plugin is processed. I must insert some text between plugins to get second one processed too.
And, second, plugin is not processed when its content is empty (nothing between %%% lines)