Skip to content

Instantly share code, notes, and snippets.

@MikaelFangel
Created May 27, 2024 13:51
Show Gist options
  • Save MikaelFangel/13d2932ba993b1cf3f6c8f7271e7619f to your computer and use it in GitHub Desktop.
Save MikaelFangel/13d2932ba993b1cf3f6c8f7271e7619f to your computer and use it in GitHub Desktop.
Hidden header in Typst
#let hidden_header(body, level: 1) = {
place(hide(heading(body, level: level)))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment