#Exclude things from the outline

4 messages · Page 1 of 1 (latest)

simple mist
#

If I am define the heading numbering & outline like this:

set heading(numbering: "1.")
outline(depth: 2, indent: true)

And I want to add for example appenix (= Appendix), How I can exclude all the level 2 headings under the appendix from the outline?

neon moss
#

you can write #set heading(outlined: false) under the appendix

#

you might want to scope that set rule so that it doesn't affect headings after the appendix