Package com.overzealous.remark.util
This package contains utility classes that assist the main parser in rendering Markdown output.
For more information, see the BitBucket Repository.
- Since:
- 0.7
-
Class Summary Class Description BlockWriter This is a customized subclass of BufferedWriter that handles working with Markdown block-level elements.MarkdownTable Provides a class to contain the structure of an HTML table so it can be cleanly formatted as a plain text structure (either as Markdown or within a Markdown code block).MarkdownTableCell This class contains the contents of a table cell.StringUtils A small collection of utilities for manipulating strings. -
Enum Summary Enum Description MarkdownTable.Alignment Simple enum to manage the alignment of a column.