- common_nodes - contains parser nodes
- common_parser - contains common markdown parser implementation with custom extensions like include, title etc
- jvm_parser - JVM realization of common_parser
- js_parser - JS realization of common_parser (with translated TypeScript declaration of NodeJs to Kotlin)
- installed
java 8 - installed
node 10