MarkdownEditing

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

MIT License

Stars
3.2K
Committers
79

Bot releases are hidden (Show)

MarkdownEditing - MarkdownEditing 3.1.15 Latest Release

Published by deathaxe 3 months ago

Bug Fixes

  • add color scheme rule for ==highlight== tags
  • fix invalid utf-8 char in Markdown Syntax
MarkdownEditing - MarkdownEditing 3.1.14

Published by deathaxe 3 months ago

Bug Fixes

  • improve code span patterns in table cells
  • Fix Terraform syntax highlighting in fenced code blocks (#765)
  • add missing language tag names to detect fenced code block syntaxes

New Features

  • syntax highlighting for ==highlight== emphasis (#764)
  • syntax highlighting for Groovy in fenced code blocks (#768)
MarkdownEditing - MarkdownEditing 3.1.13

Published by deathaxe 6 months ago

Bug Fixes

  • fix premature block quote termination
  • fix extra backticks when creating fenced code blocks (#749)
  • fix syntax highlighting of single backticks and code-spans in table cells

New Features

  • syntax highlighting for LaTeX in fenced code blocks
MarkdownEditing - MarkdownEditing 3.1.12

Published by deathaxe 10 months ago

Bug Fixes

  • fix AutoHotKey scopes and context names
  • unfold links if mde.auto_fold_link.enabled is set false (fixes #742)

New Features

  • syntax highlighting for TOML frontmatters (closes #736)
  • syntax highlighting and snippets for Github Alerts (closes #743)
  • allow disabling list bullet auto insertion/removal (closes #744)
MarkdownEditing - MarkdownEditing 3.1.11

Published by deathaxe about 1 year ago

Bug Fixes

  • fix html tag highlighting in atx headings
  • fix fenced codeblock language name highlighting, if colon and semicolon is present
  • fix interpolation support in indented code blocks
  • fix syntax based folding of code blocks (ST4 only)

New Features

Changes

  • disable various markdown key bindings in frontmatter
  • enforce indentation of 2 chars in yaml frontmatter
MarkdownEditing - MarkdownEditing 3.1.10

Published by deathaxe over 1 year ago

Bug Fixes

  • Fix MacOs fold/unfold section key bindings (#724)

New Features

  • Add snippets for GitHub admonitions
    • ghnote - Note
    • ghwarn - Warning

Changes

MarkdownEditing - MarkdownEditing 3.1.9

Published by deathaxe over 1 year ago

Bug Fixes

  • Remove blank spaces critic markup snippets (#711)
  • Fix duplicate Markdown syntaxes (#717)

New Features

Changes

  • MarkdownEditing no longer disables but augments ST's default Markdown
    package. Hence you'll no longer find MarkdownEditing/Markdown syntax.

    This change is required to properly support 3rd-party packages which
    extend default Markdown syntax in ST4.

  • Replace "Toggle Folding Current Section" via shift+tab by

    • "Fold Current Section" via ctrl+shift+[
    • "Unfold Current Section" via ctrl+shift+]
MarkdownEditing - MarkdownEditing 3.1.8 (ST4107+)

Published by deathaxe almost 2 years ago

Bug Fixes

  • Fix GFM auto-link termination
  • Fix inline raw code spans highlighting
  • Fix stealing focus of Goto Anything Quick Panel (#710)
  • Add support for pandoc attributes in reference definitions (#712)

New Features

Changes

MarkdownEditing - MarkdownEditing 3.1.8 (ST3176+)

Published by deathaxe almost 2 years ago

Bug Fixes

  • Fix GFM auto-link termination
  • Fix stealing focus of Goto Anything Quick Panel (#710)
  • Add support for pandoc attributes in reference definitions (#712)

New Features

Changes

MarkdownEditing - MarkdownEditing 3.1.7 (ST4107+)

Published by deathaxe about 2 years ago

Bug Fixes

  • Fix automatic tab title if set_unsaved_view_name is absent
MarkdownEditing - MarkdownEditing 3.1.7 (ST3176+)

Published by deathaxe about 2 years ago

Bug Fixes

  • Fix automatic tab title if set_unsaved_view_name is absent
MarkdownEditing - MarkdownEditing 3.1.6 (ST4107+)

Published by deathaxe about 2 years ago

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 - MarkdownEditing 3.1.6 (ST3176+)

Published by deathaxe about 2 years 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

MarkdownEditing - MarkdownEditing 3.1.5 (ST4107+)

Published by deathaxe over 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

MarkdownEditing - MarkdownEditing 3.1.5 (ST3176+)

Published by deathaxe over 2 years ago

Bug Fixes

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

New Features

Changes

MarkdownEditing - MarkdownEditing 3.1.4 (ST4107+)

Published by deathaxe over 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
MarkdownEditing - MarkdownEditing 3.1.4 (ST3176+)

Published by deathaxe over 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)
MarkdownEditing - MarkdownEditing 3.1.3 (ST4107+)

Published by deathaxe over 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
MarkdownEditing - MarkdownEditing 3.1.3 (ST3176+)

Published by deathaxe over 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
MarkdownEditing - MarkdownEditing 3.1.2 (ST4107+)

Published by deathaxe over 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)
Package Rankings
Top 8.17% on Proxy.golang.org
Related Projects