Uses of Class
com.overzealous.remark.util.BlockWriter
-
Packages that use BlockWriter Package Description com.overzealous.remark.convert This package contains the classes that walk the Jsoup document and processConvert it into Markdown code.com.overzealous.remark.util This package contains utility classes that assist the main parser in rendering Markdown output. -
-
Uses of BlockWriter in com.overzealous.remark.convert
Methods in com.overzealous.remark.convert that return BlockWriter Modifier and Type Method Description BlockWriterDocumentConverter. getOutput()Methods in com.overzealous.remark.convert with parameters of type BlockWriter Modifier and Type Method Description voidDocumentConverter. setOutput(BlockWriter output) -
Uses of BlockWriter in com.overzealous.remark.util
Methods in com.overzealous.remark.util that return BlockWriter Modifier and Type Method Description static BlockWriterBlockWriter. create()Creates a new, empty BlockWriter with a StringWriter as the buffer.static BlockWriterBlockWriter. create(int initialSize)Creates a new, empty BlockWriter with a StringWriter as the buffer.BlockWriterBlockWriter. setPrependNewlineString(String prependNewLineString)Sets the string to prepend to new lines.BlockWriterBlockWriter. setPrependNewlineString(String prependNewLineString, boolean skipFirstLine)Sets the string to prepend to new lines.
-