vsch / flexmark-java

CommonMark/Markdown Java parser with source level AST. CommonMark 0.28, emulation of: pegdown, kramdown, markdown.pl, MultiMarkdown. With HTML to MD, MD to PDF, MD to DOCX conversion modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[LowPrio] [JPMS] ADD Java module descriptor

bademux opened this issue · comments

It will be nice to have Java Platform Module System (project Jigsaw).
I'm using JMPS with Jlink to create app+JDK distribution,
but JPMS helps to expose only public APIs from the lib.