Can I configure Prettier in Visual Studio Code to keep setext headings (“===”) instead of converting to ATX headings (“#”)?
When I write a .md file with VS Code and I save, it automatically formats my code. While this is generally what I want, the formatting it uses bothers me. For instance, I like to have control over two things:…