Helper to allow kirbytags with no options, like:
(plaintag)
Usually you would have to always at least have a default option, like:
(plaintag: hello)
Define what should be treated as plaintags in config.php
c::set('plaintags', ['plaintag']);
You'll still need to implement the tags themselves like you normally would!