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.
|
Modifier and Type | Method and Description |
---|---|
BlockWriter |
DocumentConverter.getOutput() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentConverter.setOutput(BlockWriter output) |
Modifier and Type | Method and Description |
---|---|
static BlockWriter |
BlockWriter.create()
Creates a new, empty BlockWriter with a StringWriter as the buffer.
|
static BlockWriter |
BlockWriter.create(int initialSize)
Creates a new, empty BlockWriter with a StringWriter as the buffer.
|
BlockWriter |
BlockWriter.setPrependNewlineString(String prependNewLineString)
Sets the string to prepend to new lines.
|
BlockWriter |
BlockWriter.setPrependNewlineString(String prependNewLineString,
boolean skipFirstLine)
Sets the string to prepend to new lines.
|
Copyright © 2017. All rights reserved.