Closed ArnoldTingSu closed 11 months ago
@ArnoldTingSu Are you using Prettier to format? If so, you need to add .md to your prettierignore file.
Create a file in the root named ".prettierignore" and just add this one line: *.md
The reason is that Prettier format to standard markdown, but this is MDC.
Related to this issue on Nuxt Content repo: https://github.com/nuxt/content/issues/1709
Thank you. The setting worked
VS Code set to Markdown, yet formatting updates and causes markdown to break