Anyways, my problem is this - in markdown, the bold/italic highlighting is triggered inside words - e.g. "team_build_er" will highlight the string "build". This is probably correct behaviour as per markdown syntax definition, but I'd really appreciate an option to turn this off and require whitespace character to accompany the asterisk/underscore for it to highlight anything.
The motivation is that I store my technical notes in Markdown and very often I'd have a note on some variable which includes one or more underscores in its name - the text then looks weird and especially if there's odd number of underscores, the rest of the whole paragraph ends up being highlighted
Thanks for any hints on how to achieve this