| Package | Description |
|---|---|
| com.vladsch.flexmark.html2md.converter |
| Modifier and Type | Field and Description |
|---|---|
ExtensionConversion |
HtmlConverterOptions.extInlineCode |
ExtensionConversion |
HtmlConverterOptions.extInlineDel |
ExtensionConversion |
HtmlConverterOptions.extInlineEmphasis |
ExtensionConversion |
HtmlConverterOptions.extInlineIns |
ExtensionConversion |
HtmlConverterOptions.extInlineStrong |
ExtensionConversion |
HtmlConverterOptions.extInlineSub |
ExtensionConversion |
HtmlConverterOptions.extInlineSup |
ExtensionConversion |
HtmlConverterOptions.extMath |
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.data.DataKey<ExtensionConversion> |
FlexmarkHtmlConverter.EXT_INLINE_CODE |
static com.vladsch.flexmark.util.data.DataKey<ExtensionConversion> |
FlexmarkHtmlConverter.EXT_INLINE_DEL |
static com.vladsch.flexmark.util.data.DataKey<ExtensionConversion> |
FlexmarkHtmlConverter.EXT_INLINE_EMPHASIS |
static com.vladsch.flexmark.util.data.DataKey<ExtensionConversion> |
FlexmarkHtmlConverter.EXT_INLINE_INS |
static com.vladsch.flexmark.util.data.DataKey<ExtensionConversion> |
FlexmarkHtmlConverter.EXT_INLINE_STRONG |
static com.vladsch.flexmark.util.data.DataKey<ExtensionConversion> |
FlexmarkHtmlConverter.EXT_INLINE_SUB |
static com.vladsch.flexmark.util.data.DataKey<ExtensionConversion> |
FlexmarkHtmlConverter.EXT_INLINE_SUP |
static com.vladsch.flexmark.util.data.DataKey<ExtensionConversion> |
FlexmarkHtmlConverter.EXT_MATH |
static com.vladsch.flexmark.util.data.DataKey<ExtensionConversion> |
FlexmarkHtmlConverter.EXT_TABLES |
| Modifier and Type | Method and Description |
|---|---|
static ExtensionConversion |
ExtensionConversion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionConversion[] |
ExtensionConversion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlNodeConverterContext.processConditional(@NotNull ExtensionConversion extensionConversion,
@NotNull org.jsoup.nodes.Node node,
@NotNull Runnable processNode) |
Copyright © 2020. All rights reserved.