MarkdownEditing
MarkdownEditing copied to clipboard
How to stop code blocks from overflowing the editor width?
This just looks odd. Whats the reason for those clode blocks stretching to the right of the screen, outside the editor width?
It is a known issue and I don't know how to stop this. if anyone knows then you are most welcome to share your solution.
Here's how to fix it. Preferences > Package Settings > MarkdownEditing > Markdown GFM Settings - User:
"draw_centered": false,
Related core issue: https://github.com/sublimehq/sublime_text/issues/3674