shortcode->getHandlers()->add('rtl', function(ShortcodeInterface $sc) { return '
'.$sc->getContent().'
'; }); } }