Releases: facelessuser/sublime-markdown-popups
Releases · facelessuser/sublime-markdown-popups
1.3.2
Fixes
- Better autolinking
- No padding on block quotes and no margins on top.
- Indent using padding instead of margins and
ul
andol
padding visually less thandd
. - No margin on top of blocks.
- Header levels are distinguishable by size.
1.3.1
Fix
- Be more subtle with the HTML formatting and remove unnecessary div wrapper.
1.3.0
New
- Added border_map to color_box so that you can specify which borders to show.
1.2.0
New
- Color boxes can now have real alpha channels if desired.
1.1.4
1.1.3
Fixes
- Handles unconventional color schemes (like those created by ColorHighlighter) where the global settings is not first.
1.1.2
Fixes
- Refresh CSS when the syntax highlighter method changes.
1.1.1
Fixes
- Fix an issue where
self.inline
wasn't getting checked causing the ST highlighter to not insert<br>
tags.
1.1.0
Changes
- Preferences settings convention change. Move from naespacing as
mdpopups_
tomdpopups.
.
1.0.0
First release.