flexmark-java extension for wiki links 0.64.8 API
flexmark-java extension for wiki links
Converts references that are wrapped in [[]] into wiki links with optional text separated by
|.
Will also convert ![[]] to image links if IMAGE_LINKS extension option is enabled.
Options:
-
DISABLE_RENDERINGdefaultfalse, if true then rendering of wiki links is disabled and they will render as plain text of the element node -
IMAGE_PREFIXdefault"", prefix to add to wiki link page reference -
IMAGE_LINKSdefaultfalse, true will enable![[]]image link syntax -
IMAGE_FILE_EXTENSIONdefault"", extension to be added to wiki image file refs -
LINK_FIRST_SYNTAXdefaultfalse, if true then[[page ref|link text]]syntax is used, otherwise[[link text|page ref]]syntax. Affects both link and image wiki references. -
LINK_PREFIXdefault"", prefix to add to wiki link page reference -
LINK_FILE_EXTENSIONdefault"", extension to be added to wiki link page refs
| Package | Description |
|---|---|
| com.vladsch.flexmark.ext.wikilink |