
Also, clean up documentation and implementation of 'unnumbered and 'hidden. original commit: c0c2eda628c5786c18d29a3071087e268bd76109
42 lines
573 B
Racket
42 lines
573 B
Racket
#lang scribble/manual
|
|
|
|
@title{Hello}
|
|
|
|
@table-of-contents[]
|
|
|
|
@section{One}
|
|
|
|
@subsection{A Section}
|
|
|
|
@subsubsection{A Subsection}
|
|
|
|
This is some prose.
|
|
|
|
@subsubsection{A Subsection, Revisited}
|
|
|
|
This is also some prose.
|
|
|
|
|
|
@section{Two}
|
|
|
|
@subsection[#:style 'grouper]{Another Section}
|
|
|
|
@subsubsection{Another Subsection}
|
|
|
|
More prose.
|
|
|
|
@subsubsection{Another Subsection, Revisited}
|
|
|
|
More prose, also.
|
|
|
|
@subsection[#:style 'grouper]{Third Section}
|
|
|
|
@subsubsection{Yet Another Subsection}
|
|
|
|
Yet more prose.
|
|
|
|
@subsubsection{Yet Another Subsection, Revisited}
|
|
|
|
Yet more prose, also.
|
|
|