models
library
Classes
-
Author
-
An author, with email and optionally a twitter handle.
-
Book
-
A book with a
Heading, a list of Authors, a ChapterList and an optional ChapterList for the appendices.
-
Chapter
-
A Chapter containing a
Heading and a list of Content.
-
ChapterList
-
A List of
Chapter with a Heading
-
Content
-
A generic class that represents a single piece of content
-
Heading
-
A heading with a title and optional subtitle.
-
Index
-
A index that links to all
Indexable elements provided to it.
-
IndexableMarkdownContent
-
-
MarkdownContent
-
A
Content type that returns the rendered results from a markdown string
-
Reference
-
A reference to content that is elsewhere