Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work on MDX files #846

Open
RichardJECooke opened this issue Aug 10, 2023 · 1 comment
Open

Doesn't work on MDX files #846

RichardJECooke opened this issue Aug 10, 2023 · 1 comment
Labels
1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label)

Comments

@RichardJECooke
Copy link

Describe the bug
LTex doesn't work on .mdx files, even after I ctrl-shift-p - activate ltex. Nor can I see any setting in the settings to enable it for .mdx. Can't see anything in the documentation either. I think this is a bug.

Steps to reproduce
Create an .mdx file. See LTex doesn't do anything.

Expected behavior
Ltex reports errors with squiggly lines.

LTeX configuration
Default new config when installing.

Version information
13.1.0

@RichardJECooke RichardJECooke added 1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label) labels Aug 10, 2023
@RichardJECooke
Copy link
Author

Workaround from https://stackoverflow.com/questions/65275709/how-to-see-preview-of-mdx-file-as-markdown-in-vscode

Set

"files.associations": {
"*.mdx": "markdown"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-bug 🐛 Issue type: Bug report (something isn't working as expected) 2-unconfirmed Issue status: Bug that needs to be reproduced (all new bugs have this label)
Projects
None yet
Development

No branches or pull requests

1 participant