Skip to content

Commit

Permalink
Merge pull request #196 from mjbvz/dev-0.5.0-alpha.8
Browse files Browse the repository at this point in the history
0.5.0-alpha.8
  • Loading branch information
mjbvz authored Oct 29, 2024
2 parents 9d31cad + 9c73316 commit 21d4510
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 0.5.0-alpha.8 — Unreleased
## 0.5.0-alpha.8 — October 29, 2024
- Fix incorrect detection of a multiline link definition #192
- Support spaces in angle brackets inside links: `[text](<#heading with spaces>)`
- Suppress diagnostics for `[!NOTE]` alert syntax.

## 0.5.0-alpha.7 — July 25, 2024
- Strip markup from header document symbols. This makes them more readable.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-markdown-languageservice",
"description": "Markdown language service",
"version": "0.5.0-alpha.7",
"version": "0.5.0-alpha.8",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 21d4510

Please sign in to comment.