Skip to content

Releases: facelessuser/sublime-markdown-popups

1.3.2

22 Nov 15:52
Compare
Choose a tag to compare

Fixes

  • Better autolinking
  • No padding on block quotes and no margins on top.
  • Indent using padding instead of margins and ul and ol padding visually less than dd.
  • No margin on top of blocks.
  • Header levels are distinguishable by size.

1.3.1

22 Nov 02:02
Compare
Choose a tag to compare

Fix

  • Be more subtle with the HTML formatting and remove unnecessary div wrapper.

1.3.0

21 Nov 22:59
Compare
Choose a tag to compare

New

  • Added border_map to color_box so that you can specify which borders to show.

1.2.0

19 Nov 05:55
Compare
Choose a tag to compare

New

  • Color boxes can now have real alpha channels if desired.

1.1.4

19 Nov 00:03
Compare
Choose a tag to compare

Fixes

  • Fix a scheme parsing regression introduced by issue #13

1.1.3

17 Nov 17:10
Compare
Choose a tag to compare

Fixes

  • Handles unconventional color schemes (like those created by ColorHighlighter) where the global settings is not first.

1.1.2

13 Nov 23:01
Compare
Choose a tag to compare

Fixes

  • Refresh CSS when the syntax highlighter method changes.

1.1.1

13 Nov 22:30
Compare
Choose a tag to compare

Fixes

  • Fix an issue where self.inline wasn't getting checked causing the ST highlighter to not insert <br> tags.

1.1.0

13 Nov 16:12
Compare
Choose a tag to compare

Changes

  • Preferences settings convention change. Move from naespacing as mdpopups_ to mdpopups..

1.0.0

13 Nov 05:47
Compare
Choose a tag to compare

First release.