Releases: SublimeText-Markdown/MarkdownEditing
Releases · SublimeText-Markdown/MarkdownEditing
MarkdownEditing 3.1.5 (ST4107+)
MarkdownEditing 3.1.5 (ST3176+)
Bug Fixes
- Fix legacy MultiMarkdown frontmatter detection (#700)
mdcsnippet now includes trailing newline
New Features
Changes
MarkdownEditing 3.1.4 (ST4107+)
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
xfor 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+)
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
xfor completed gfm tasks- [x] task(#696)
MarkdownEditing 3.1.3 (ST4107+)
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
ymlsyntax tag to enable YAML highlighting in fenced code-blocks (#688) - Add
ymlsyntax 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+)
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
ymlsyntax tag to enable YAML highlighting in fenced code-blocks (#688) - Add
ymlsyntax 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+)
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+)
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+)
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_referenceproducing 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 Referenceslearned 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+)
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_referenceproducing 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 Referenceslearned 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.