public class AdmonitionOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
allowLazyContinuation |
boolean |
allowLeadingSpace |
int |
contentIndent |
boolean |
interruptsItemParagraph |
boolean |
interruptsParagraph |
Map<String,String> |
qualifierTitleMap |
Map<String,String> |
qualifierTypeMap |
Map<String,String> |
typeSvgMap |
String |
unresolvedQualifier |
boolean |
withSpacesInterruptsItemParagraph |
| Constructor and Description |
|---|
AdmonitionOptions(com.vladsch.flexmark.util.data.DataHolder options) |
public final int contentIndent
public final boolean allowLeadingSpace
public final boolean interruptsParagraph
public final boolean interruptsItemParagraph
public final boolean withSpacesInterruptsItemParagraph
public final boolean allowLazyContinuation
public final String unresolvedQualifier
Copyright © 2020. All rights reserved.