Skip to content

Releases: SublimeText-Markdown/MarkdownEditing

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

MarkdownEditing 3.1.6 (ST3176+)

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)

New Features

  • Add support for Makefile syntax in fenced code blocks

Changes

MarkdownEditing 3.1.5 (ST4107+)

06 Jun 13:42
Compare
Choose a tag to compare

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

MarkdownEditing 3.1.5 (ST3176+)

06 Jun 13:42
Compare
Choose a tag to compare

Bug Fixes

  • Fix legacy MultiMarkdown frontmatter detection (#700)
  • mdc snippet now includes trailing newline

New Features

Changes

MarkdownEditing 3.1.4 (ST4107+)

29 May 13:20
Compare
Choose a tag to compare

Bug Fixes

  • Fix syntax highlighting of setext headings in list items
  • Fix MultiMarkdown without frontmatter not being highlighted (#695)

New Features

  • syntax highlighting for Twee in fenced code blocks

Changes

  • Use lower case x for completed gfm tasks - [x] task (#696)
  • Improve accuracy of (incomplete) inline MathJAX ($1+\srqt{b$) expressions
  • Improve incomplete/standalone/inline math blocks highlighting

MarkdownEditing 3.1.4 (ST3176+)

29 May 13:20
Compare
Choose a tag to compare

Bug Fixes

  • Fix syntax highlighting of setext headings in list items

New Features

  • syntax highlighting for Twee in fenced code blocks

Changes

  • Use lower case x for completed gfm tasks - [x] task (#696)

MarkdownEditing 3.1.3 (ST4107+)

22 May 12:54
Compare
Choose a tag to compare

Bug Fixes

  • Bind F12 (instead of ctrl+alt+D) to follow wiki links (#679)
  • Bind Sift+F12 (instead of ctrl+alt+X) to list back links links
  • Add yml syntax tag to enable YAML highlighting in fenced code-blocks (#688)
  • Add yml syntax tag as optional frontmatter language specifier
  • Fix YAML frontmatter markers in MultiMarkdown (#690)

New Features

Changes

  • Markdown.sublime-syntax now uses sublime-syntax version 2 (ST4 only)
  • Tweak color schemes to improve yaml key highlighting in frontmatter
  • Update syntax definition for LaTeX math equations

MarkdownEditing 3.1.3 (ST3176+)

22 May 12:54
Compare
Choose a tag to compare

Bug Fixes

  • Bind F12 (instead of ctrl+alt+D) to follow wiki links (#679)
  • Bind Sift+F12 (instead of ctrl+alt+X) to list back links links
  • Add yml syntax tag to enable YAML highlighting in fenced code-blocks (#688)
  • Add yml syntax tag as optional frontmatter language specifier
  • Fix YAML frontmatter markers in MultiMarkdown (#690)

New Features

Changes

  • Markdown.sublime-syntax now uses sublime-syntax version 2 (ST4 only)
  • Tweak color schemes to improve yaml key highlighting in frontmatter
  • Update syntax definition for LaTeX math equations

MarkdownEditing 3.1.2 (ST4107+)

06 May 17:39
Compare
Choose a tag to compare

Bug Fixes

  • fix strikethrough visibility with line_highlight
  • don't add symbols of fenced code blocks to symbol list
  • fix interactive shell highlighting in fenced code blocks

New Features

Changes

  • MardownEditings color schemes now underline link urls (fixes #685)