/phpstorm-mdx-bug

Demonstrates a bug in PhpStorm's mdx plugin

Primary LanguageCSS

PhpStorm Demo project

This is a demonstration project for valentinnodan/mdx-intellij-plugin#13

  • Open src/pages/test.mdx
  • Type <Header and use auto-completion

The resulting file - the import should be located under the frontmatter.

import Header from "../components/header";
---
frontmatter: yes
---

# test

<Header