Releases: SublimeText-Markdown/MarkdownEditing
Releases · SublimeText-Markdown/MarkdownEditing
MarkdownEditing 3.1.2 (ST4107+)
Bug Fixes
- fix strikethrough visibility with
line_highlight
- don't add symbols of fenced code blocks to symbol list
- fix interactive shell highlighting in fenced code blocks
New Features
Changes
- MardownEditings color schemes now underline link urls (fixes #685)
MarkdownEditing 3.1.2 (ST3176+)
Bug Fixes
- fix strikethrough visibility with
line_highlight
- don't add symbols of fenced code blocks to symbol list
- fix interactive shell highlighting in fenced code blocks
New Features
Changes
- MardownEditings color schemes now underline link urls (fixes #685)
MarkdownEditing 3.1.1 (ST4107+)
Bug Fixes
- fix regression with latex block highlighting in list items
- fix CommonMark compatibility of backslash escapes
- fix CommonMark compatibility of block quotes
- fix CommonMark compatibility of html entities
- fix CommonMark compatibility of fenced code blocks
- fix CommonMark compatibility of indented code blocks (mixed tabs/spaces)
- fix CommonMark compatibility of reference definitions
- fix CommonMark compatibility of thematic breaks
- fix
mde_convert_inline_link_to_reference
producing duplicate definitions (fixes #559) - update strikethough markup to use 2 tildes (fixes #637)
- restore link/image/reference description colors for Mariana/Monokai (fixes #670)
- fix strikethrough colors in Monokai/Mariana (fixes #678)
- fix wiki link bindings and their docs (see #679)
New Features
Organize References
learned to sort reference definitions using"mde.ref_organize_sort"
setting
Changes
- Fully support xonsh fenced code instead of using Python syntax
(if supported syntax is installed) - Removes indended code block highlighting from list blocks (fixes #663)
ST's syntax engine can't count indentation, so reliably highlighting
indended code blocks in maybe nested list items is impossible.
Use fenced code blocks instead.
MarkdownEditing 3.1.1 (ST3176+)
Bug Fixes
- fix regression with latex block highlighting in list items
- fix CommonMark compatibility of backslash escapes
- fix CommonMark compatibility of block quotes
- fix CommonMark compatibility of html entities
- fix CommonMark compatibility of fenced code blocks
- fix CommonMark compatibility of indented code blocks (mixed tabs/spaces)
- fix CommonMark compatibility of reference definitions
- fix CommonMark compatibility of thematic breaks
- fix
mde_convert_inline_link_to_reference
producing duplicate definitions (fixes #559) - update strikethough markup to use 2 tildes (fixes #637)
- restore link/image/reference description colors for Mariana/Monokai (fixes #670)
- fix strikethrough colors in Monokai/Mariana (fixes #678)
- fix wiki link bindings and their docs (see #679)
New Features
Organize References
learned to sort reference definitions using"mde.ref_organize_sort"
setting
Changes
- Fully support xonsh fenced code instead of using Python syntax
(if supported syntax is installed) - Removes indended code block highlighting from list blocks (fixes #663)
ST's syntax engine can't count indentation, so reliably highlighting
indended code blocks in maybe nested list items is impossible.
Use fenced code blocks instead.
MarkdownEditing 3.1.0 (ST4107+)
Bug Fixes
- Silently fail with empty wiki page links
- Display correct key for
MarkdownEditing: Decrease Heading Level
in Command Palette - Use better table border color of Mariana color scheme
- List MarkdownEditor-*.tmTheme color schemes (see #666)
- Improve bailouts from tables to fix highlighting of links after lines with pipes
New Features
- Added support for various syntaxes in fenced code blocks
- ActionScript
- AppleScript
- Arduino
- CSS
- HTTP request/response
- Terraform
- Twig
- Verilog
Changes
- Markdown.sublime-syntax has been refactored to increase readability,
fix several issues and prepare for future ST4 only changes.
MarkdownEditing 3.1.0 (ST3176+)
Bug Fixes
- Silently fail with empty wiki page links
- Display correct key for
MarkdownEditing: Decrease Heading Level
in Command Palette - Use better table border color of Mariana color scheme
- List MarkdownEditor-*.tmTheme color schemes (see #666)
- Improve bailouts from tables to fix highlighting of links after lines with pipes
New Features
- Added support for various syntaxes in fenced code blocks
- ActionScript
- AppleScript
- Arduino
- CSS
- HTTP request/response
- Terraform
- Twig
- Verilog
Changes
- Markdown.sublime-syntax has been refactored to increase readability,
fix several issues and prepare for future ST4 only changes.
MarkdownEditing 3.0.7 (ST4107+)
Bug Fixes
- More robust trailing hash detection in macros
- Normalize whitespace of reference definition symbols
- Fix Make Wiki Page Reference menu item visibility check
- Fix parens after footnotes highlighted as link destination
- Resolve remaining ctrl+alt+ key binding conflict (fixes #654)
- Improve selector matching in references plugin (fixes #658)
New Features
MarkdownEditing 3.0.7 (ST3176+)
Bug Fixes
- More robust trailing hash detection in macros
- Normalize whitespace of reference definition symbols
- Fix Make Wiki Page Reference menu item visibility check
- Fix parens after footnotes highlighted as link destination
- Resolve remaining ctrl+alt+ key binding conflict (fixes #654)
- Improve selector matching in references plugin (fixes #658)
New Features
MarkdownEditing 3.0.6 (ST4107+)
Bug Fixes
- Recently changed macros work on end of file again (fixes #653)
- Enable terminate block quote for non-list items
MarkdownEditing 3.0.5 (ST4107+)
Bug Fixes
- Restore incremental heading level keybinding on MacOS
- Fenced codeblocks learned
go
anddockerfile
language identifiers (fixes #650) - Hitting backspace removes only one block quote sign (fixes #651)
- Add misssing keypad_enter bindings
- Auto-complete setext heading underlines only if caret is at eol
- Fix regression with tab after single
-
or*
not inserting\t
- shift+enter correctly indents 2nd line of GFM task
- Maintain indentation of block quote content when adding new line
New Features
- Add fenced code blocks protobuf highlighting (fixes #650)
- Bind f12 and shift+f12 to jump between references and definitions
- Block quotes can be terminated via ctrl+enter
Changes
- The
>
key is bound tomde_indent_quote
to replaceConvert to Blockquote
macro - The ctrl+alt+g is no longer bound by default in favor of f12
- The
Balance Trailing Hashes
macro is renamed toAdd Newline and Balance Trailing Hashes
- The
Remove Trailing Hashes
macro is renamed toAdd Newline and Delete Trailing Hashes
- The
Remove Empty List Item
macro is renamed toDelete Empty List Item