I have a YAML fragment at the top of my markdown files and use ~~~~ as a marker for code blocks in my code
However, one of the recent updates compresses the YAML block into a smaller section on less lines - so it is no longer YAML and the code block markers ~~~~ all get replaced with ``` which breaks my document generator
What is going on?
I have tried removing a number of Markdown packages and restarting sublime but so far with no success, same goes for reloading an old set of config I had saved with PackageSync
Many thanks for any help
kevin