# multi-markdown-agent **Repository Path**: wsuo/multi-markdown-agent ## Basic Information - **Project Name**: multi-markdown-agent - **Description**: 破解IDEA插件Markdown Navigator - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-03-27 - **Last Updated**: 2022-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Multi Markdown Agent A java agent which could be used on IntelliJ IDEA, making the Markdown Navigator be free. ## Requirement * Java 1.8 * IntelliJ IDEA above 2018.x ## How to build your agent 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. ## How to use the 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`