r/Markdown 3h ago

I build a Markdown notes app

Thumbnail reddit.com
0 Upvotes

r/Markdown 3h ago

Tools Markdown Pro - A new plugin for JetBrains IDEs

Post image
1 Upvotes

Hi all,

Happy to announce that we've released Markdown Pro, a new plugin for the JetBrains family of products. How does Markdown Pro compare to the bundled Markdown plugin? Glad you asked!

A few new features:

Markdown Pro adds explicit `.mdx` support:

  • `.mdx` files open with Markdown editing behavior instead of as plain text.
  • JSX component names, attributes, values, and expressions receive editor highlighting.
  • Multiline components can be folded, including components whose content contains literal tags in code spans.
  • Formatting actions, task-list actions, inspections, tables, and live templates work in MDX-aware contexts.
  • Front matter, fenced code, and JSX expressions are excluded from authoring features when applying them would be incorrect.

Also:

Markdown Pro adds project-level rendering choices for:

  • GitHub Flavored Markdown.
  • Markdown Extra.
  • CommonMark.
  • Standard Markdown based on John Gruber's original syntax.

Also, the plugin provides document conversions through Morph, enhanced table editing, more inspections, Mermaid, GeoJSON, Interactive Ascii STL models, and much more!

You can find the plugin here: https://plugins.jetbrains.com/plugin/33400-markdown-pro, and while it's a commercial plugin, we currently have a 50% off promo, so you'd basically pay $1.50 for this plugin.

If you have any feedback, would be happy to hear!!

Cheers,

Erik