Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.45 KB

2.1.0.md

File metadata and controls

24 lines (18 loc) · 1.45 KB

MarkdownEditing 2.1.0 Changelog

Your MarkdownEditing plugin is updated. Enjoy new version. For any type of feedback you can use GitHub issues.

Bug Fixes

  • Fixed an issue where non-collapsed selections in numbered lists would not get deleted upon pressing Enter.
  • Fixed an issue where the first list entry marker is colored differently.
  • Some minor issues (#206, #207, #208)
  • "Add Missing Link Labels" command was always re-adding labels that contains regex special chars. Fixed. (#230).

New Features

  • Indenting or unindenting multiple lines on unnumbered lists will cycle list symbols.
  • Color support for Git Gutter.
  • Added lint feature for Markdown files. Press Ctrl+Shift+M (⌘+⇧+M) or type MarkdownEditing: Markdown Lint in the command pallette to try it (by @felixhao28). Check this document for the supported rules.
  • Fenced code blocks now support Lua highlighting (thanks @amclain !).