sublime-markdown-popups

Markdown popup dependency for Sublime

OTHER License

Stars
112
Committers
15

Bot releases are hidden (Show)

sublime-markdown-popups - 3.7.5 Latest Release

Published by facelessuser about 4 years ago

3.7.5

  • FIX: Don't strip newlines from content that has nl2br disabled.
sublime-markdown-popups - 3.7.4

Published by facelessuser about 4 years ago

3.7.4

  • FIX: Fix plain text syntax highlighting not always being applied correctly as the fallback.
  • FIX: Add JSON/JSON to highlight mapping.
sublime-markdown-popups - 3.7.3

Published by facelessuser about 4 years ago

3.7.3

  • FIX: Fix issue acquiring font styles like bold etc. on latter Sublime builds.
sublime-markdown-popups - 3.7.2

Published by facelessuser about 4 years ago

3.7.2

  • FIX: Add Julia language to highlight list.
  • FIX: Add built-in Typescript language to highlight list.
sublime-markdown-popups - 3.7.1

Published by facelessuser over 4 years ago

3.7.1

  • FIX: Fix logic error when using legacy color matcher.
sublime-markdown-popups - 3.7.0

Published by facelessuser over 4 years ago

3.7.0

  • NEW: Add support for underline and glow in highlighted code blocks.

    Currently Sublime's API has a bug (https://github.com/sublimehq/sublime_text/issues/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 in minihtml as minihtml cannot yet support the CSS text-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.

sublime-markdown-popups - 3.6.2

Published by facelessuser over 4 years ago

3.6.2

  • FIX: Sublime Text 4 no longer supports cmd and args in HTML sheets. Additionally, version 4074 will be required to get it working.
sublime-markdown-popups - 3.6.1

Published by facelessuser over 4 years ago

3.6.1

  • FIX: Color adjusters with + and - operator must have a space after the operator.
  • FIX: lightness() and saturation() should not accept numbers, only percentages.
  • FIX: Adjustments to match Sublime 4069 which now handles HSL color blending correctly.
  • FIX: Handle HSL/HWB if a user uses the 'deg' unit type.
  • FIX: Sublime doesn't support them, but support 'rad', 'grad', and 'turn' unit types in case Sublime ever supports them in HSL an HWB.
sublime-markdown-popups - 3.6.0

Published by facelessuser over 4 years ago

3.6.0

  • NEW: Add support for parsing alpha(+value), alpha(-value), and alpha(*value) in color schemes.
  • NEW: Add support for parsing lightness() and saturation() in color schemes.
  • NEW: Add support for foreground_adjust properties when parsing color schemes.
  • NEW: Add support for parsing blended colors in the HSL and HWB namespace. Blended colors do not always match Sublime Text's colors, this is due to a Sublime Text bug: https://github.com/sublimehq/sublime_text/issues/3176.
sublime-markdown-popups - 3.5.0

Published by facelessuser almost 5 years ago

3.5.0

  • NEW: Upgrade to handle latest pymdownx and markdown module.
sublime-markdown-popups - 3.4.0

Published by facelessuser almost 6 years ago

3.4.0

  • NEW: Add support for parsing hwb() and alpha()/a() in color schemes.
sublime-markdown-popups - 3.3.4

Published by facelessuser almost 6 years ago

3.3.4

  • FIX: Update code highlight languages.
sublime-markdown-popups - 3.3.3

Published by facelessuser over 6 years ago

3.3.3

  • FIX: Fix tab logic inside st_code_highlight.
  • FIX: Upgrade internal SuperFences to latest.
sublime-markdown-popups - 3.3.2

Published by facelessuser over 6 years ago

3.3.2

  • FIX: Bring extensions up to the latest version.
sublime-markdown-popups - 3.3.1

Published by facelessuser almost 7 years ago

3.3.1

Jan 1, 2018

  • FIX: Allow - in variables names. Write color translations to main scheme object and ensure filtering is done after color translations.
sublime-markdown-popups - 3.3.0

Published by facelessuser almost 7 years ago

3.3.0

Dec 3, 2017

  • NEW: Add tabs2spaces to process text and convert tabs to spaces according to tab stops. Use case would include formatting text for syntax_highlight.
sublime-markdown-popups - 3.2.0

Published by facelessuser almost 7 years ago

3.2.0

Nov 21, 2017

  • NEW: pymdownx and pyyaml are now required for use of mdpopups (#51).
  • NEW: Add support for .hidden-color-scheme (#50).
sublime-markdown-popups - 3.1.3

Published by facelessuser almost 7 years ago

3.1.3

Nov 8, 2017

  • FIX: Create fallback file read for resource race condition.
sublime-markdown-popups - 3.1.2

Published by facelessuser almost 7 years ago

3.1.2

Nov 7, 2017

  • FIX: Parse legacy foregroundSelection properly.
sublime-markdown-popups - 3.1.1

Published by facelessuser almost 7 years ago

3.1.1

Nov 4, 2017

  • FIX: Color matcher library should only return gradients when one is actually found.