You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vscode-markdown-languageservice

Package Overview
Dependencies
Maintainers
6
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-markdown-languageservice - npm Package Versions

23456

0.5.0-alpha.11

Diff
m
microsoft1es
published 0.5.0-alpha.11 •

Changelog

Source

0.5.0-alpha.11 — July 8, 2025

  • Fix completions for unicode headers.
  • Improve completions for references and definitions that contain slashes or unicode
  • Fix smart selection for image links.
m
microsoft1es
published 0.5.0-alpha.10 •

Changelog

Source

0.5.0-alpha.10 — May 19, 2025

  • Improve handling of encoded path completions.
  • Improve reliability of smart selection for links and tweak behavior:
    • Add stop for titles in links.
    • Add stops for angle bracket links.
    • Removed extra stop that selected brackets when in link text.
m
microsoft1es
published 0.5.0-alpha.9 •

Changelog

Source

0.5.0-alpha.9 — March 24, 2025

  • Improved detection of multi-line links.
v
vscode-bot
published 0.5.0-alpha.8 •

Changelog

Source

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.
v
vscode-bot
published 0.5.0-alpha.7 •

Changelog

Source

0.5.0-alpha.7 — July 25, 2024

  • Strip markup from header document symbols. This makes them more readable.
v
vscode-bot
published 0.5.0-alpha.6 •

Changelog

Source

0.5.0-alpha.6 — April 25, 2024

  • Clearly identify temporary versions of documents by setting version to -1. This lets clients know not to cache them.
v
vscode-bot
published 0.5.0-alpha.5 •

Changelog

Source

0.5.0-alpha.5 — April 5, 2024

  • Add links to open file in path completions.
  • Add previews for image and video files in path completions.
  • Allow hovering over image/video paths to see preview of image or video.
v
vscode-bot
published 0.5.0-alpha.4 •

Changelog

Source

0.5.0-alpha.4 — April 4, 2024

  • Change update links on paste to generate minimal edit.
  • Update github slugifier to more closely match github.
v
vscode-bot
published 0.5.0-alpha.3 •

Changelog

Source

0.5.0-alpha.3 — April 1, 2024

  • Add experimental support for update links in text copied across Markdown files.
v
vscode-bot
published 0.5.0-alpha.2 •

Changelog

Source

0.5.0-alpha.2 — March 28, 2024

  • Fix renaming for cases where headers are duplicated.
  • Give slugifiers control over how duplicate header ids are generated instead of hardcoding.