diff --git a/src/style.typ b/src/style.typ index e8c6966..9267244 100644 --- a/src/style.typ +++ b/src/style.typ @@ -172,13 +172,13 @@ } #let content_styled(config, body) = { - set heading(numbering: "1.") + set heading(numbering: "1.1.1") body } #let end_styled(config, body) = { - set heading(numbering: "1.") + set heading(numbering: "1.1.1") body }