Skip to content

Releases: SublimeText-Markdown/MarkdownEditing

MarkdownEditing 3.6.1

12 Apr 07:44

Choose a tag to compare

Bug Fixes

  • disable mde_show_fold_all_sections binding 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 the MD023 rule)
  • refactor syntax definitions of fenced code blocks to work around a crash
    caused by unbalanced fences (ST4200 only)

MarkdownEditing 3.6.0

29 Dec 16:17

Choose a tag to compare

Bug Fixes

  • fix (float/int) type conflict in debounced() decorator (python 3.13 compat)
  • fix default keymap comment

New Features

  • add BBCode support for fenced code block (PR #799)
  • add support for KDL fenced code blocks - auto-v1/2-selection variant kdl as well as forced v1/v2 variants kdl1 and kdl2 (PR #783)
  • add spearate scope for autolink URLs' protocol and www parts (PR #732)

MarkdownEditing 3.5.1

22 Oct 17:35

Choose a tag to compare

  • fix critic markup snippets (fixes #797)
  • fix backtick pairing key bindings

MarkdownEditing 3.5.0

10 Aug 16:41

Choose a tag to compare

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

26 Jun 14:58

Choose a tag to compare

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

29 Apr 16:16

Choose a tag to compare

Bug Fixes

  • fix ==highlight== not being scoped at beginning of paragraphs (#789)

New Features

  • add Reset Task Items (#786)
  • add Goto Next Critic and Goto Previous Critic (#787)

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

08 Feb 16:26

Choose a tag to compare

  • 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

22 Oct 18:47

Choose a tag to compare

Bug Fixes

  • Fix None type error (fixes #776)
  • Fix syntax highlighting of Image tags containing math equations (fixes #778)

New Features

  • Syntax highlighting for WAST and WIT in fenced code blocks (ST4 only)

Changes

MarkdownEditing 3.1.15

26 Jul 17:22
1df39dc

Choose a tag to compare

Bug Fixes

  • add color scheme rule for ==highlight== tags
  • fix invalid utf-8 char in Markdown Syntax

MarkdownEditing 3.1.14

25 Jul 13:08

Choose a tag to compare

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

  • syntax highlighting for ==highlight== emphasis (#764)
  • syntax highlighting for Groovy in fenced code blocks (#768)