Skip to content
Vladimir Schneider edited this page Dec 16, 2018 · 51 revisions

Markdown Navigator plugin provides Markdown language support for IntelliJ IDEA, RubyMine, PhpStorm, WebStorm, PyCharm, AppCode, Android Studio and DataGrip.

You can download it on the JetBrains plugin page.

Previewing and syntax highlighting functionality is available in the Basic open source edition. Advanced features used for creating and maintaining markdown documents such as split editor, refactoring, find usages, validation, auto formatting and HTML page customizations only in the Enhanced licensed version. 15-day free trial licenses are available from Markdown Navigator page on my website.

The aim of this plugin is to be able to generate a preview that it is as close as possible to how the page will look on GitHub but do it with more IntelliJ OpenAPI intelligence to make editing and maintaining markdown documents easier. Developing with pleasure is only half the job. Real projects need to be documented. This plugin extends the joy principle to the inevitable documentation part of the project.

With the new Markdown parser implementation, flexmark-java, the plugin is evolving towards allowing user selectable target Markdown processor for making the preview, formatting and annotations reflect the idiosyncrasies to which the document will be subjected at its final destination.

Enhanced Features

Table of Contents

Troubleshooting Common Problems