IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Markdown

Last modified: 26 May 2021

Required plugin: Markdown (bundled)

Configure: Settings/Preferences | Languages & Frameworks | Markdown

Filename patterns: *.md and *.markdown

Markdown is a lightweight markup language for adding formatting elements to plain text. IntelliJ IDEA recognizes Markdown files, provides a dedicated editor with highlighting, completion, and formatting, and shows the rendered HTML in a live preview pane.

The Markdown editor provides several basic formatting actions in the toolbar:

  • Bold: Bold

  • Strikethrough: Strikethrough

  • Italic: Italic

  • Code: Code

  • Decrease header level: Decrease heading level

  • Increase header level: Increase heading level

  • Introduce reference: Convert an inline link to a reference link

You can use the preview pane to see the rendered HTML.

Markdown editor

There is also completion for links to files in the current project, for example, if you need to reference source code, images, or other Markdown files.