public class GitLabOptions extends Object implements com.vladsch.flexmark.util.data.MutableDataSetter
| Modifier and Type | Field and Description |
|---|---|
String |
blockInfoDelimiters
Deprecated.
use
HtmlRendererOptions.languageDelimiters instead |
com.vladsch.flexmark.util.misc.CharPredicate |
blockInfoDelimiterSet
Deprecated.
use
HtmlRendererOptions.languageDelimiterSet instead |
String |
blockMathClass |
String |
blockMermaidClass |
boolean |
blockQuoteParser |
boolean |
delParser |
String |
inlineMathClass |
boolean |
inlineMathParser |
boolean |
insParser |
String[] |
mathLanguages |
String[] |
mermaidLanguages |
boolean |
nestedBlockQuotes |
boolean |
renderBlockMath |
boolean |
renderBlockMermaid |
boolean |
renderVideoImages |
boolean |
renderVideoLink |
String |
videoImageClass |
String |
videoImageExtensions |
HashSet<String> |
videoImageExtensionSet |
String |
videoImageLinkTextFormat |
| Constructor and Description |
|---|
GitLabOptions(com.vladsch.flexmark.util.data.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
@NotNull com.vladsch.flexmark.util.data.MutableDataHolder |
setIn(@NotNull com.vladsch.flexmark.util.data.MutableDataHolder dataHolder) |
public final boolean insParser
public final boolean delParser
public final boolean inlineMathParser
public final boolean blockQuoteParser
public final boolean nestedBlockQuotes
public final boolean renderBlockMath
public final boolean renderBlockMermaid
public final boolean renderVideoImages
public final boolean renderVideoLink
public final String inlineMathClass
public final String blockMathClass
public final String blockMermaidClass
public final String[] mathLanguages
public final String[] mermaidLanguages
public final String videoImageClass
public final String videoImageLinkTextFormat
public final String videoImageExtensions
@Deprecated public final String blockInfoDelimiters
HtmlRendererOptions.languageDelimiters instead@Deprecated public final com.vladsch.flexmark.util.misc.CharPredicate blockInfoDelimiterSet
HtmlRendererOptions.languageDelimiterSet insteadCopyright © 2020. All rights reserved.