public class HtmlMarkdownWriter extends com.vladsch.flexmark.util.format.MarkdownWriterBase<HtmlMarkdownWriter,org.jsoup.nodes.Node,HtmlNodeConverterContext>
ALLOW_LEADING_EOL, ALLOW_LEADING_WHITESPACE, COLLAPSE_WHITESPACE, CONVERT_TABS, F_COLLAPSE_WHITESPACE, F_CONVERT_TABS, F_FORMAT_ALL, F_PASS_THROUGH, F_PREFIX_PRE_FORMATTED, F_TRIM_LEADING_EOL, F_TRIM_LEADING_WHITESPACE, F_TRIM_TRAILING_WHITESPACE, F_WHITESPACE_REMOVAL, FORMAT_ALL, O_COLLAPSE_WHITESPACE, O_CONVERT_TABS, O_FORMAT_ALL, O_PASS_THROUGH, O_PREFIX_PRE_FORMATTED, O_TRIM_LEADING_EOL, O_TRIM_LEADING_WHITESPACE, O_TRIM_TRAILING_WHITESPACE, PASS_THROUGH, PREFIX_PRE_FORMATTED, TRIM_LEADING_WHITESPACE, TRIM_TRAILING_WHITESPACE| Constructor and Description |
|---|
HtmlMarkdownWriter() |
HtmlMarkdownWriter(@Nullable Appendable builder,
int formatOptions) |
HtmlMarkdownWriter(int formatOptions) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull HtmlMarkdownWriter |
getEmptyAppendable() |
@NotNull com.vladsch.flexmark.util.sequence.BasedSequence |
lastBlockQuoteChildPrefix(com.vladsch.flexmark.util.sequence.BasedSequence prefix) |
addIndentOnFirstEOL, addPrefix, addPrefix, append, append, append, append, append, appendTo, blankLine, blankLine, blankLineIf, changeOptions, closePreFormatted, column, endsWithEOL, getAfterEolPrefixDelta, getBeforeEolPrefix, getBuilder, getContext, getIndentPrefix, getLine, getLineCount, getLineCountWithPending, getLineInfo, getLines, getLinesInfo, getOptions, getOptionSet, getPendingEOL, getPendingSpace, getPrefix, getTrailingBlankLines, indent, insertLine, isPendingSpace, isPreFormatted, iterator, line, lineIf, lineOnFirstText, lineWithTrailingSpaces, offset, offsetWithPending, openPreFormatted, popOptions, popPrefix, popPrefix, pushOptions, pushPrefix, removeExtraBlankLines, removeIndentOnFirstEOL, removeLines, setContext, setIndentPrefix, setLine, setOptions, setPrefix, setPrefix, setPrefixLength, tailBlankLine, tailBlankLine, toSequence, toString, toString, unIndent, unIndentNoEolclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddOptions, append, append, appendAll, appendTo, appendTo, appendTo, appendTo, appendToSilently, appendToSilently, appendToSilently, appendToSilently, clearLineOnFirstText, combinedPrefix, copyAppendable, copyAppendable, copyAppendable, copyAppendable, copyAppendable, get, getLineContent, getLinePrefix, getLines, getLines, getLines, getLines, getLinesInfo, getLinesInfo, getTrailingBlankLines, isEmpty, isNotEmpty, noPreserveSpaces, noTrimLeading, preserveSpaces, removeExtraBlankLines, removeOptions, setLineOnFirstText, setOptions, setOptions, toOptionSet, toOptionSet, toSequence, toSequence, toSequence, toSequence, toString, toString, toString, toString, trimLeadingforEach, spliteratorpublic HtmlMarkdownWriter()
public HtmlMarkdownWriter(int formatOptions)
public HtmlMarkdownWriter(@Nullable
@Nullable Appendable builder,
int formatOptions)
@NotNull public @NotNull HtmlMarkdownWriter getEmptyAppendable()
@NotNull public @NotNull com.vladsch.flexmark.util.sequence.BasedSequence lastBlockQuoteChildPrefix(com.vladsch.flexmark.util.sequence.BasedSequence prefix)
lastBlockQuoteChildPrefix in class com.vladsch.flexmark.util.format.MarkdownWriterBase<HtmlMarkdownWriter,org.jsoup.nodes.Node,HtmlNodeConverterContext>Copyright © 2020. All rights reserved.