function Str(el) local icon = el.text:match('^:(.*):$') if icon then return pandoc.RawInline('html', '') end return el end