With the standard commonmark package we cannot use a module-info.java (see commonmark/commonmark-java#125 for details why). There is a fork (https://github.com/aya-prover/commonmark-java) that provides an alternative version that supports the module system.
Acceptance Criteria
Successfully build and test Markdown sub-project with module info.
Situation
With the standard
commonmark
package we cannot use amodule-info.java
(see commonmark/commonmark-java#125 for details why). There is a fork (https://github.com/aya-prover/commonmark-java) that provides an alternative version that supports the module system.Acceptance Criteria