Skip to content

Releases: SublimeText-Markdown/MarkdownEditing

MarkdownEditing 3.1.5 (ST4107+)

06 Jun 13:42

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

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

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

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

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

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

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)

MarkdownEditing 3.1.2 (ST3176+)

06 May 17:39

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)

MarkdownEditing 3.1.1 (ST4107+)

23 Jan 09:04

Choose a tag to compare

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.

MarkdownEditing 3.1.1 (ST3176+)

23 Jan 09:04

Choose a tag to compare

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.