Skip to content

Instantly share code, notes, and snippets.

@PlethoraChutney
Created May 30, 2023 18:15
Show Gist options
  • Save PlethoraChutney/9dae3696626eb5b5a8fdccfc237fce6d to your computer and use it in GitHub Desktop.
Save PlethoraChutney/9dae3696626eb5b5a8fdccfc237fce6d to your computer and use it in GitHub Desktop.
return {
Span = function (elem)
if quarto.doc.is_format('docx') then
if elem.classes:includes('aside') then
return ""
else
return elem
end
end
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment