Skip to content

Releases: SublimeText-Markdown/MarkdownEditing

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

MarkdownEditing 3.1.7 (ST3176+)

16 Oct 15:04
Compare
Choose a tag to compare

Bug Fixes

  • Fix automatic tab title if set_unsaved_view_name is absent

MarkdownEditing 3.1.6 (ST4107+)

30 Sep 20:06
Compare
Choose a tag to compare

Bug Fixes

  • Respect set_unsaved_view_name setting (#704)
  • Fix markup.raw auto-pairing key bindings (#707)
  • Fix ST freezing due to SETEXT headings with trailing spaces

New Features

  • Add support for Makefile syntax in fenced code blocks

Changes