I've got Markdown styles for Notepad++ from this guy. They look very well, and the only, quite annoying, thing I found in them, is that bold (**
or __
) and italics (*
or _
) delimiters "works" also, when used inside words. And styler / Notepad ++ does not seek for ending delimiter once, it find opening one.
So, for example, writing something like this:We have to use MANY_MANY relation here
causes entire rest of document to be displayed in italics, because _
char in MANY_MANY
is taken as starting delimiter for italics (though it is inside a word) and styler / Notepad++ does not seeks for an ending one.
Is there an easy way to workaround this problem or does anyone knows "better" Markdown styles for Notepad++, that does not fall with similar problem? I've heard something, that Notepad++'s styler is a little bit "tough" and problems like above may be impossible to fix. Is that true?