Hi,
how can I figure out in a tag extension callback e.g.
function wfSampleRender( $input, array $args, Parser $parser, PPFrame $frame )
if the parser is inside a block mode or not? With block mode I mean something like :<mytag></mytag> or #<mytag></mytag> or
<mytag></mytag>
but not blindtext <mytag></mytag> more text
If there is an extension that uses ways to dermine the "block" a link would help a lot.
Best regards physikerwelt