Skip to content

Releases: SublimeText-Markdown/MarkdownEditing

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

MarkdownEditing 3.1.10

24 Jan 20:17
Compare
Choose a tag to compare

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

20 Jan 18:27
Compare
Choose a tag to compare

Bug Fixes

  • Remove blank spaces critic markup snippets (#711)
  • Fix duplicate Markdown syntaxes (#717)

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+]

MarkdownEditing 3.1.8 (ST4107+)

23 Nov 20:21
Compare
Choose a tag to compare

Bug Fixes

  • Fix GFM auto-link termination
  • Fix inline raw code spans highlighting
  • Fix stealing focus of Goto Anything Quick Panel (#710)
  • Add support for pandoc attributes in reference definitions (#712)

New Features

Changes

MarkdownEditing 3.1.8 (ST3176+)

23 Nov 20:21
Compare
Choose a tag to compare

Bug Fixes

  • Fix GFM auto-link termination
  • Fix stealing focus of Goto Anything Quick Panel (#710)
  • Add support for pandoc attributes in reference definitions (#712)

New Features

Changes

MarkdownEditing 3.1.7 (ST4107+)

16 Oct 15:04
Compare
Choose a tag to compare

Bug Fixes

  • Fix automatic tab title if set_unsaved_view_name is absent