public class InlineParserOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
codeSoftLineBreaks |
boolean |
hardLineBreakLimit |
boolean |
inlineDelimiterDirectionalPunctuations |
boolean |
linksAllowMatchedParentheses |
boolean |
matchLookaheadFirst |
boolean |
parseMultiLineImageUrls |
boolean |
spaceInLinkElements |
boolean |
spaceInLinkUrls |
| Constructor and Description |
|---|
InlineParserOptions(com.vladsch.flexmark.util.options.DataHolder options) |
public final boolean matchLookaheadFirst
public final boolean parseMultiLineImageUrls
public final boolean hardLineBreakLimit
public final boolean spaceInLinkUrls
public final boolean spaceInLinkElements
public final boolean codeSoftLineBreaks
public final boolean inlineDelimiterDirectionalPunctuations
public final boolean linksAllowMatchedParentheses
Copyright © 2018. All rights reserved.