diff --git a/common/common.typ b/common/common.typ index fd97dad..6873f6d 100644 --- a/common/common.typ +++ b/common/common.typ @@ -1,9 +1,7 @@ #import "@preview/prequery:0.2.0": prequery #let template(doc) = context { - if target() != "html" { - set page(height: auto) - } + set page(height: auto) show link: underline set quote(block: true) doc