Releases: SublimeText-Markdown/MarkdownEditing
Releases · SublimeText-Markdown/MarkdownEditing
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
MarkdownEditing 3.1.10
Bug Fixes
- Fix MacOs fold/unfold section key bindings (#724)
New Features
- Add snippets for GitHub admonitions
- ghnote - Note
- ghwarn - Warning
Changes
MarkdownEditing 3.1.9
Bug Fixes
New Features
Changes
-
MarkdownEditing no longer disables but augments ST's default Markdown
package. Hence you'll no longer find MarkdownEditing/Markdown syntax.This change is required to properly support 3rd-party packages which
extend default Markdown syntax in ST4. -
Replace "Toggle Folding Current Section" via shift+tab by
- "Fold Current Section" via ctrl+shift+[
- "Unfold Current Section" via ctrl+shift+]