public class GitLabOptions extends Object implements com.vladsch.flexmark.util.options.MutableDataSetter
| Modifier and Type | Field and Description |
|---|---|
String |
blockInfoDelimiters |
String |
blockMathClass |
String |
blockMermaidClass |
boolean |
blockQuoteParser |
boolean |
delParser |
String |
inlineMathClass |
boolean |
inlineMathParser |
boolean |
insParser |
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.options.DataHolder options) |
| Modifier and Type | Method and Description |
|---|---|
com.vladsch.flexmark.util.options.MutableDataHolder |
setIn(com.vladsch.flexmark.util.options.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 blockInfoDelimiters
public final String videoImageClass
public final String videoImageLinkTextFormat
public final String videoImageExtensions
Copyright © 2018. All rights reserved.