Releases: SublimeText-Markdown/MarkdownEditing
Releases · SublimeText-Markdown/MarkdownEditing
Release list
MarkdownEditing 3.6.3
Bug Fixes
- fix various linter issued (fixes #818)
- fix syntax highlighting of Github Alerts in nested list items
Changes
- add syntax highlighting of Markdown Admonitions
MarkdownEditing 3.6.1
Bug Fixes
- disable
mde_show_fold_all_sectionsbinding by default (fixes #807) - Insert new list items on enter only on empty selection (fixes #810)
- fix "extend list" binding constraints (fixes #812)
- fix code-spans not properly terminated in tables
Changes
- embedded linter no longer complains on Bash- and Python-style comments in code blocks
(previously it triggered theMD023rule) - refactor syntax definitions of fenced code blocks to work around a crash
caused by unbalanced fences (ST4200 only)
MarkdownEditing 3.6.0
Bug Fixes
- fix (float/int) type conflict in
debounced()decorator (python 3.13 compat) - fix default keymap comment
New Features
MarkdownEditing 3.5.1
- fix critic markup snippets (fixes #797)
- fix backtick pairing key bindings
MarkdownEditing 3.5.0
Bug Fixes
- improve bootstrapping robustness, when initially preparing Markdown syntax
- fix reference definition symbol lists (see: sublimehq/PR 4330)
- ensure compatibility with python 3.13
New Features
- add syntax highlighting ans symbol list definition for #anchors.
MarkdownEditing 3.4.0
Bug Fixes
- fix wiki reference creation between words (#793)
- exclude wildcards
?and*from wiki links - fix "set unsaved view name" functionality to cooperate with ST's builtin one
- fix emphasis (bold/italic) highlighting
- fix scope of mermaid fenced code blocks
New Features
- add support for journal files with date and time (#792)
- add support for merge conflict marker highlighting
- add support for ZSH syntax highlighting in fenced code blocks (ST4200+)
MarkdownEditing 3.3.0
Bug Fixes
- fix
==highlight==not being scoped at beginning of paragraphs (#789)
New Features
Changes
- drop support for ST3 (latest available version for ST3 is 3.2.0)
- align frontmatter punctuation scopes with ST's default Markdown syntax
- align code fence scopes with ST's default Markdown syntax
- optimize paragraph termination patterns to improve parsing performance
MarkdownEditing 3.2.0
- add support for auto-folding headings when loading document
- add support for pandoc fenced divs
- merge shellscript related fenced code block contexts
MarkdownEditing 3.1.16
MarkdownEditing 3.1.15
Bug Fixes
- add color scheme rule for
==highlight==tags - fix invalid utf-8 char in Markdown Syntax