3.7.0
3.7.0
-
NEW: Add support for
underline
andglow
in highlighted code blocks.Currently Sublime's API has a bug (sublimehq/sublime_text#3316) that prevents underline from being detected, you can enable the
mdpopups.legacy_color_matcher
to work around this issue until it is fixed. But keep in mind, leg this is not required as MdPopups will continue working just fine, just without showing underlines in highlighted code.While
glow
support has been added, it will not actually display proper inminihtml
asminihtml
cannot yet support the CSStext-shadow
feature that is used to create the glow effect. If/when this support is added to Sublime, the glow effect should work. -
NEW: Add option
mdpopups.legacy_color_matcher
to enable the legacy color matcher.