language-mdxjs

Markdown React (MDX) for Atom

GPL-3.0 License

Stars
3
Committers
1

Markdown React (MDX) for Atom

Adds language support for MDX.

Installation

  • apm install language-mdxjs
  • apm install react (if you don't already have it)

Using Toolbar for Markdown Writer with .mdx files?

If you want to use Toolbar for Markdown Writer, make sure to add source.mdxjs to the plugin's settings.

Applying MDX grammar to .md files?

By default the MDX language is applied only to .mdx files. If MDX files in your project end with .md, you can create a custom file type in your config.cson:

core:
  customFileTypes:
    'source.mdx': [
      'md'
    ]

Auto-close tags

If you want Atom to automatically close tags while you type, you can install Auto Close Tag.