Package com.overzealous.remark.convert
This package contains the classes that walk the Jsoup document and processConvert it into Markdown code.
For more information, see the BitBucket Repository.
- Since:
- 0.7
-
Interface Summary Interface Description NodeHandler Interface for classes that handle processing HTML Elements. -
Class Summary Class Description Abbr Handles abbr and acronym tagsAbstractNodeHandler Contains basic implementations for handling text nodes and ignored HTML elements.Anchor Handles anchor (a) tags, both links and named anchors.BlockQuote Handles blockquote tagsBreak Handles manual breaks (br)Codeblock Handles preformatted sections (pre), renders them as code blocks.DefaultNodeHandler Default handler for unknown top-level nodes.Definitions Handles dl, dt, and dd elementsDocumentConverter The class that does the heavy lifting for converting a JSoup Document into valid MarkdownHeader Handles header nodes (h1 through h6)HorizontalRule Handles a simple hr tagImage Handles img tags.InlineCode Handles inline fixed-width code (code, tt) tags.InlineStyle Handles various inline styling (italics and bold), such as em, i, strong, b, span, and font tags.List Handles ol and ul lists.NodeRemover Paragraph Handles paragraph (p) tags.Table TextCleaner This class is used to clean up plain text fields based on the selected set of options.