Closed albertcito closed 2 years ago
@albertcito Trailing spaces uses VSCode's language identifiers for this feature. In this case, seems like VSCode does not associate .mdx files to Markdown by default. You can change the language association for mdx files to Markdown in your VSCode settings and that should fix it.
That works perfect. Thank you a lot!
I'm working with *.mdx files that is Markdown file. I added the Ignore Syntax for this kind of files and it works with .md files but not with .mdx files. Is there a way to ignore files by extension?. Thanks.