Class HtmlConverterOptions
java.lang.Object
com.vladsch.flexmark.html2md.converter.HtmlConverterOptions
- All Implemented Interfaces:
MutableDataSetter
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
int
boolean
String[]
String[]
boolean
String[]
boolean
boolean
int
boolean
boolean
int
boolean
int
int
int
char
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
char
String[]
boolean
String[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull MutableDataHolder
setIn
(@NotNull MutableDataHolder dataHolder)
-
Field Details
-
listContentIndent
public boolean listContentIndent -
setextHeadings
public boolean setextHeadings -
outputUnknownTags
public boolean outputUnknownTags -
typographicQuotes
public boolean typographicQuotes -
typographicSmarts
public boolean typographicSmarts -
outputAttributesIdAttr
public boolean outputAttributesIdAttr -
wrapAutoLinks
public boolean wrapAutoLinks -
extractAutoLinks
public boolean extractAutoLinks -
renderComments
public boolean renderComments -
dotOnlyNumericLists
public boolean dotOnlyNumericLists -
commentOriginalNonNumericListItem
public boolean commentOriginalNonNumericListItem -
preCodePreserveEmphasis
public boolean preCodePreserveEmphasis -
listsEndOnDoubleBlank
public boolean listsEndOnDoubleBlank -
divAsParagraph
public boolean divAsParagraph -
brAsParaBreaks
public boolean brAsParaBreaks -
brAsExtraBlankLines
public boolean brAsExtraBlankLines -
ignoreTableHeadingAfterRows
public boolean ignoreTableHeadingAfterRows -
addTrailingEol
public boolean addTrailingEol -
skipHeading1
public boolean skipHeading1 -
skipHeading2
public boolean skipHeading2 -
skipHeading3
public boolean skipHeading3 -
skipHeading4
public boolean skipHeading4 -
skipHeading5
public boolean skipHeading5 -
skipHeading6
public boolean skipHeading6 -
skipAttributes
public boolean skipAttributes -
skipFencedCode
public boolean skipFencedCode -
skipCharEscape
public boolean skipCharEscape -
divTableProcessing
public boolean divTableProcessing -
extInlineStrong
-
extInlineEmphasis
-
extInlineCode
-
extInlineDel
-
extInlineIns
-
extInlineSub
-
extInlineSup
-
extMath
-
extInlineLink
-
extInlineImage
-
orderedListDelimiter
public char orderedListDelimiter -
unorderedListDelimiter
public char unorderedListDelimiter -
definitionMarkerSpaces
public int definitionMarkerSpaces -
minSetextHeadingMarkerLength
public int minSetextHeadingMarkerLength -
listItemIndent
public int listItemIndent -
codeIndent
-
eolInTitleAttribute
-
nbspText
-
thematicBreak
-
outputAttributesNamesRegex
-
outputAttributesNamesRegexPattern
-
outputIdAttributeRegex
-
outputIdAttributeRegexPattern
-
tableCellAlignmentMap
-
tableOptions
-
formatFlags
public int formatFlags -
maxBlankLines
public int maxBlankLines -
maxTrailingBlankLines
public int maxTrailingBlankLines -
unwrappedTags
-
wrappedTags
-
divTableRowClasses
-
divTableCellClasses
-
divTableHdrClasses
-
-
Constructor Details
-
HtmlConverterOptions
public HtmlConverterOptions() -
HtmlConverterOptions
-
HtmlConverterOptions
-
-
Method Details
-
setIn
- Specified by:
setIn
in interfaceMutableDataSetter
-