Fenced code blocks in markdown

The Wolfram Language Plugin also works with JetBrains’ Markdown support. It provides highlighting for the code in the text-editor and many static website generators take the language tags after the initial triple-ticks into account and highlight code accordingly.

The following Wolfram Language tags are currently supported: mathematica, wl, mma, and identifiers which contain wolfram

Markdown Highlighting

Note that code snippets in markdown are often incomplete and might contain warnings regarding unresolved symbols. Each snippet stands on its own and cannot use other code blocks for resolving symbols. Additionally, automatic indentation does not work for fenced code blocks.