MarkdownEditing Versions Save

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

3176-3.1.6

1 year ago

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

4107-3.1.5

2 years ago

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

3176-3.1.5

2 years ago

Bug Fixes

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

New Features

Changes

4107-3.1.4

2 years ago

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

3176-3.1.4

2 years ago

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)

4107-3.1.3

2 years ago

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

3176-3.1.3

2 years ago

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

4107-3.1.2

2 years ago

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)

3176-3.1.2

2 years ago

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)

4107-3.1.1

2 years ago

Bug Fixes

  • fix regression with latex block highlighting in list items
  • fix CommonMark compatibility of backslash escapes
  • fix CommonMark compatibility of block quotes
  • fix CommonMark compatibility of html entities
  • fix CommonMark compatibility of fenced code blocks
  • fix CommonMark compatibility of indented code blocks (mixed tabs/spaces)
  • fix CommonMark compatibility of reference definitions
  • fix CommonMark compatibility of thematic breaks
  • fix mde_convert_inline_link_to_reference producing duplicate definitions (fixes #559)
  • update strikethough markup to use 2 tildes (fixes #637)
  • restore link/image/reference description colors for Mariana/Monokai (fixes #670)
  • fix strikethrough colors in Monokai/Mariana (fixes #678)
  • fix wiki link bindings and their docs (see #679)

New Features

  • Organize References learned to sort reference definitions using "mde.ref_organize_sort" setting

Changes

  • Fully support xonsh fenced code instead of using Python syntax (if supported syntax is installed)
  • Removes indended code block highlighting from list blocks (fixes #663) ST's syntax engine can't count indentation, so reliably highlighting indended code blocks in maybe nested list items is impossible. Use fenced code blocks instead.