Releases: SublimeText-Markdown/MarkdownEditing
Releases · SublimeText-Markdown/MarkdownEditing
MarkdownEditing 3.1.11
27 Aug 12:42
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Bug Fixes
Fix automatic tab title if set_unsaved_view_name is absent
MarkdownEditing 3.1.7 (ST3176+)
16 Oct 15:04
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fix automatic tab title if set_unsaved_view_name is absent
MarkdownEditing 3.1.6 (ST4107+)
30 Sep 20:06
Compare
Sorry, something went wrong.
No results found
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
MarkdownEditing 3.1.6 (ST3176+)
30 Sep 20:06
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Respect set_unsaved_view_name setting (#704 )
Fix markup.raw auto-pairing key bindings (#707 )
New Features
Add support for Makefile syntax in fenced code blocks
Changes
MarkdownEditing 3.1.5 (ST4107+)
06 Jun 13:42
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fix empty list item highlighted as setext heading (#699 )
Fix legacy MultiMarkdown frontmatter detection (#700 )
mdc snippet now includes trailing newline
New Features
Add support for syntax based folding of headings and code blocks
Changes