I try to keep it simple and use the default theme and scheme. With the move to ST4 (and some of my style variances not surviving) I want back to Mariana. However, when editing markdown, deleted text (~deleted~) is invisible because it is dark on dark. How do I document this issue? For example, is the Mariana scheme borrowed from somewhere else?
How to create issue for Mariana? (Deleted markdown is dark on dark.)
Thank you for the response. I should’ve attempted and reported that myself. No, the problem is not present in safemode. And removing MarkdownEditing makes the problem go away insofar as markdown files have no highlighting and are treated as plain text. (Does ST4 not have a native markdown syntax highlighter?) However, in my markdown specific syntax file, I’ve not deviated from Mariana…?
MarkdownEditing ships some patches for Monokai and Mariana to maintain old highlighting. The color for strikethrough obviously needs some tweaks.
MarkdownEditings syntax is based on ST’s Markdown, and mainly adds support for a couple of syntaxes in fenced code blocks.
It intents to backport most of the recent bugfixes back to ST3 and is currently even some steps ahead of ST’s default syntax.