Class WikiLinkOptions
java.lang.Object
com.vladsch.flexmark.ext.wikilink.internal.WikiLinkOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImagePrefix
(boolean absolute) getLinkPrefix
(boolean absolute)
-
Field Details
-
allowInlines
public final boolean allowInlines -
allowAnchors
public final boolean allowAnchors -
disableRendering
public final boolean disableRendering -
imageLinks
public final boolean imageLinks -
linkFirstSyntax
public final boolean linkFirstSyntax -
allowAnchorEscape
public final boolean allowAnchorEscape -
allowPipeEscape
public final boolean allowPipeEscape -
imageFileExtension
-
imagePrefix
-
imagePrefixAbsolute
-
linkFileExtension
-
linkPrefix
-
linkPrefixAbsolute
-
linkReplaceChars
-
linkEscapeChars
-
-
Constructor Details
-
WikiLinkOptions
-
-
Method Details
-
getLinkPrefix
-
getImagePrefix
-