Empty Kirbytext tag possible?

This works:

echo kirbytext('(wikipedia: test: haha)')

This does not work:

kirbytext('(wikipedia)')

Empty Kirbytext tags does not work? Why not?

In some cases it can be good to just add something without arguments.

There’s a colon missing …

kirbytext('(wikipedia:)')

Oh, that was easy. Thanks! :smiley: