Package com.teamten.markdown


package com.teamten.markdown
  • Class
    Description
    A block is a paragraph (similar to a block in HTML DOM).
    Builds a Block one character at a time.
    Describes the type of the block (body, header).
    Describes a whole document, namely the header and the blocks.
    Like the FontVariant class, but as a set of flags that can be built up in a parser.
    Stores a footnote.
    Stores an image and its caption.
    Stores an index reference.
    An invisible label that can elsewhere be used to reference the page it's on.
    Parses a Markdown file into a DOM.
    A page reference to another label (see LabelSpan).
    Something like "Chapter 7" for a chapter.
    Shortened version of a chapter title, to fit in headlines.
    Superclass of all spans.
    A text span is a horizontal sequence of letters with a specific set of attributes, like font.