A java agent which could be used on IntelliJ IDEA, making the Markdown Navigator be free.
- Java 1.8
- IntelliJ IDEA above 2018.x
We don't distribute the binary release for enhancing the requirements of user. You can
clone this project. Simply using mvn clean package
for building your agent.
Edit the idea.vmoptions
by Configure or Help -> Edit Custom VM Options ... in IDEA.
Append the below line to the file in editor panel.
-javaagent:/absolute/path/to/multi-markdown-agent.jar