Class InlineParserOptions

java.lang.Object
com.vladsch.flexmark.parser.InlineParserOptions

public class InlineParserOptions extends Object
  • Field Details

    • matchLookaheadFirst

      public final boolean matchLookaheadFirst
    • parseMultiLineImageUrls

      public final boolean parseMultiLineImageUrls
    • hardLineBreakLimit

      public final boolean hardLineBreakLimit
    • spaceInLinkUrls

      public final boolean spaceInLinkUrls
    • spaceInLinkElements

      public final boolean spaceInLinkElements
    • codeSoftLineBreaks

      public final boolean codeSoftLineBreaks
    • inlineDelimiterDirectionalPunctuations

      public final boolean inlineDelimiterDirectionalPunctuations
    • linksAllowMatchedParentheses

      public final boolean linksAllowMatchedParentheses
    • wwwAutoLinkElement

      public final boolean wwwAutoLinkElement
    • intellijDummyIdentifier

      public final boolean intellijDummyIdentifier
    • parseJekyllMacrosInUrls

      public final boolean parseJekyllMacrosInUrls
    • useHardcodedLinkAddressParser

      public final boolean useHardcodedLinkAddressParser
    • linkTextPriorityOverLinkRef

      public final boolean linkTextPriorityOverLinkRef
  • Constructor Details

    • InlineParserOptions

      public InlineParserOptions(DataHolder options)