Releases: SublimeText-Markdown/MarkdownEditing
Releases · SublimeText-Markdown/MarkdownEditing
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
MarkdownEditing 3.1.14
Bug Fixes
- improve code span patterns in table cells
- Fix Terraform syntax highlighting in fenced code blocks (#765)
- add missing language tag names to detect fenced code block syntaxes
New Features
MarkdownEditing 3.1.13
Bug Fixes
- fix premature block quote termination
- fix extra backticks when creating fenced code blocks (#749)
- fix syntax highlighting of single backticks and code-spans in table cells
New Features
- syntax highlighting for LaTeX in fenced code blocks
MarkdownEditing 3.1.12
Bug Fixes
- fix AutoHotKey scopes and context names
- unfold links if
mde.auto_fold_link.enabled
is set false (fixes #742)
New Features
MarkdownEditing 3.1.11
Bug Fixes
- fix html tag highlighting in atx headings
- fix fenced codeblock language name highlighting, if colon and semicolon is present
- fix interpolation support in indented code blocks
- fix syntax based folding of code blocks (ST4 only)
New Features
Changes
- disable various markdown key bindings in frontmatter
- enforce indentation of 2 chars in yaml frontmatter