
The "racket" directory contains a pared-back version of the repository, roughly. The "pkgs" directory everything else in the repository, but organized into packages. original commit: b2ebb0a28bf8136e75cd98316c22fe54c30eacb2
47 lines
740 B
Racket
47 lines
740 B
Racket
#lang scribble/manual
|
|
|
|
@title{Hello}
|
|
|
|
@table-of-contents[]
|
|
|
|
@section[#:style 'grouper]{One}
|
|
|
|
@subsection{A Section}
|
|
|
|
@subsubsection{A Subsection}
|
|
|
|
This is some prose.
|
|
|
|
@subsubsection{A Subsection, Revisited}
|
|
|
|
This is also some prose.
|
|
|
|
|
|
@section[#:style 'grouper]{Two}
|
|
|
|
@subsection{Another Section}
|
|
|
|
@subsubsection{Another Subsection}
|
|
|
|
More prose.
|
|
|
|
@subsubsection[#:style 'unnumbered]{>> Unnumbered Subsection}
|
|
|
|
Nothing to see here.
|
|
|
|
@subsubsection{Another Subsection, Revisited}
|
|
|
|
More prose, also.
|
|
|
|
@subsubsection[#:style 'hidden-number]{>> Hidden Number}
|
|
|
|
Nothing to see here, either.
|
|
|
|
@subsubsection{Last Subsection}
|
|
|
|
The last subsection has some prose.
|
|
|
|
@subsection[#:style '(hidden toc-hidden)]{}
|
|
|
|
This is actually in a hidden section.
|