function Pandoc(doc) if quarto.doc.is_format("html") then local footer_html = [[ ]] table.insert(doc.blocks, pandoc.RawBlock('html', footer_html)) return doc end end