Skip to content

Releases: SublimeText-Markdown/MarkdownEditing

MarkdownEditing 3.5.0

10 Aug 16:41
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

MarkdownEditing 3.1.13

26 Apr 17:09
Compare
Choose a tag to compare

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

29 Dec 11:42
Compare
Choose a tag to compare

Bug Fixes

  • fix AutoHotKey scopes and context names
  • unfold links if mde.auto_fold_link.enabled is set false (fixes #742)

New Features

  • syntax highlighting for TOML frontmatters (closes #736)
  • syntax highlighting and snippets for Github Alerts (closes #743)
  • allow disabling list bullet auto insertion/removal (closes #744)

MarkdownEditing 3.1.11

27 Aug 12:42
Compare
Choose a tag to compare

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