Open
Description
Initial checklist
- I read the support docs
- I read the contributing guide
- I agree to follow the code of conduct
- I searched issues and couldn’t find anything (or linked relevant results below)
Problem
There’s no proper formatting solution yet for MDX. Prettier support is a work in progress (prettier/prettier#12209, prettier/prettier#13676). The remark CLI and language server don’t properly support MDX yet (mdx-js/mdx#2378, remarkjs/vscode-remark#129, unifiedjs/unified-engine#56).
Solution
The MDX language server can support formatting for MDX based on remark programmatically. This would be opiniated unconfigurable formatting.
Alternatives
- We could make it configurable. We could also do this later
- We could close this issue and not support formatting.