Allow empty lines in JS blocks in MDX? #555
Labels
✨ enhancement
New feature or request
👷 environment
Setup, build tools, configuration, etc.
⁉️ question
Further information is requested
It's possible to insert JS blocks at the top of our MDX files. However, if you introduce any empty lines within JS blocks for code organization then they're treated as markdown instead of JS.
There are a few relevant issues that may be worth tracking:
mdx-js/mdx#787
mdx-js/mdx#195
In the meantime I'm curious if anyone has any clever ideas to help handle this.
The text was updated successfully, but these errors were encountered: