Session Ready
Exercise

Specifying headers and number sectioning

Now that you've added a table of contents, you'll modify how it appears in the report and which information it includes. You'll use toc_depth to specify the depth of headers that will be included in the table of contents and number_sections to add section numbering for the headers in the report.

Instructions
100 XP
  • Below the toc field, specify a header depth of 2 for the table of contents using toc_depth.
  • Below the toc_depth field, add numbered sections to the document using number_sections.
  • Modify the headers in the document by removing one hash from each header, so that the largest header starts with a single hash and the section numbering will start with a 1.