scribble-enhanced/pkgs/racket-pkgs/racket-test/tests/scribble/docs/grouper-sub.scrbl
Matthew Flatt b79fa2c540 reorganize into core plus packages
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
2013-06-19 09:01:37 -06:00

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.