Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Support for Wiki Images #29

Closed
vsch opened this issue Dec 28, 2016 · 2 comments
Closed

Add Support for Wiki Images #29

vsch opened this issue Dec 28, 2016 · 2 comments

Comments

@vsch
Copy link
Owner

vsch commented Dec 28, 2016

New Extension overview for flexmark-ext-wikilink

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_RENDERING default false, if true then rendering of wiki links is disabled and they
    will render as plain text of the element node

  • IMAGE_PREFIX default "", prefix to add to wiki link page reference

  • IMAGE_LINKS default false, true will enable ![[]] image link syntax

  • IMAGE_FILE_EXTENSION default "", extension to be added to wiki image file refs

  • LINK_FIRST_SYNTAX default false, if true then [[page ref|link text]] syntax is used,
    otherwise [[link text|page ref]] syntax. Affects both link and image wiki references.

  • LINK_PREFIX default "", prefix to add to wiki link page reference

  • LINK_FILE_EXTENSION default "", extension to be added to wiki link page refs

@vsch
Copy link
Owner Author

vsch commented Dec 29, 2016

@vmassol, wiki extension now supports wiki images as an option.

@vmassol
Copy link

vmassol commented Dec 29, 2016

Tested and working!

Thilo-Acrolinx pushed a commit to Kijimuna/flexmark-java that referenced this issue Aug 22, 2024
….1 (vsch#29)

Bumps [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) from 3.3.0 to 3.7.1.
- [Release notes](https://github.com/apache/maven-assembly-plugin/releases)
- [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.3.0...maven-assembly-plugin-3.7.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants