Skip to content

MarkdownEditing 3.0.5 (ST4107+)

Compare
Choose a tag to compare
@deathaxe deathaxe released this 03 Oct 12:56
· 354 commits to master since this release

Bug Fixes

  • Restore incremental heading level keybinding on MacOS
  • Fenced codeblocks learned go and dockerfile language identifiers (fixes #650)
  • Hitting backspace removes only one block quote sign (fixes #651)
  • Add misssing keypad_enter bindings
  • Auto-complete setext heading underlines only if caret is at eol
  • Fix regression with tab after single - or * not inserting \t
  • shift+enter correctly indents 2nd line of GFM task
  • Maintain indentation of block quote content when adding new line

New Features

  • Add fenced code blocks protobuf highlighting (fixes #650)
  • Bind f12 and shift+f12 to jump between references and definitions
  • Block quotes can be terminated via ctrl+enter

Changes

  • The > key is bound to mde_indent_quote to replace Convert to Blockquote macro
  • The ctrl+alt+g is no longer bound by default in favor of f12
  • The Balance Trailing Hashes macro is renamed to Add Newline and Balance Trailing Hashes
  • The Remove Trailing Hashes macro is renamed to Add Newline and Delete Trailing Hashes
  • The Remove Empty List Item macro is renamed to Delete Empty List Item