markdownj
markdownj copied to clipboard
Mutiple plugins don't work if they are not separated by text
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)