scijava / scijava-plugins-text-markdown

Core SciJava text format plugin: Markdown
Other
0 stars 0 forks source link

Consider alternatives for markdownj #1

Open imagejan opened 6 years ago

imagejan commented 6 years ago

The markdownj project doesn't seem to be maintained very actively anymore. How about changing this plugin to use a different parser?

See this SO post for some alternatives. While pegdown is deprecated, flexmark-java seems to be a very good option.

imagejan commented 4 years ago

Another alternative: https://github.com/atlassian/commonmark-java (latest version 0.14.0)

This is used e.g. by @haesleinhuepf's new plugin https://github.com/haesleinhuepf/imagejmacromarkdown.