MarkdownEditing Versions Save

Powerful Markdown package for Sublime Text with better syntax understanding and good color schemes.

3.1.13

3 weeks ago

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

3.1.12

4 months ago

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)

3.1.11

8 months ago

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

3.1.10

1 year ago

Bug Fixes

  • Fix MacOs fold/unfold section key bindings (#724)

New Features

  • Add snippets for GitHub admonitions
    • ghnote - Note
    • ghwarn - Warning

Changes

3.1.9

1 year ago

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

4107-3.1.8

1 year ago

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

3176-3.1.8

1 year ago

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

4107-3.1.7

1 year ago

Bug Fixes

  • Fix automatic tab title if set_unsaved_view_name is absent

3176-3.1.7

1 year ago

Bug Fixes

  • Fix automatic tab title if set_unsaved_view_name is absent

4107-3.1.6

1 year ago

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