Book & chapters¶
book: true switches to the book class: # becomes a part, ## a chapter, ### a section. With numbersections: true, wikilinks to embedded chapters resolve to localized "Chapter N" references.
Source notes
---
title: NOPE as a Book
subtitle: book true with section numbering
author: MrIwan
date: 2026-07-02
lang: en
book: true
toc: true
numbersections: true
---
# Foundations
Introduction to the first part.
![[book-chapter-intro]]
![[book-chapter-methods]]
# Application
## Cross-references
See [[book-chapter-intro]] and [[book-chapter-methods]].