Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lezer/markdown

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lezer/markdown - npm Package Versions

23

1.4.0

Diff

Changelog

Source

1.4.0 (2025-01-07)

Bug fixes

Fix a regression in the autolink extension that made it fail to match some kinds of email addresses.

New features

The new BlockContext.peekLine method can be used to scan the line ahead of the current one.

marijn
published 1.3.2 •

Changelog

Source

1.3.2 (2024-10-29)

Bug fixes

Fix a quadratic slowdown in the Autolink extension on parsing text containing extremely long words.

marijn
published 1.3.1 •

Changelog

Source

1.3.1 (2024-09-02)

Bug fixes

Fix emphasis parsing to properly test for punctuation on platforms that support regular expression unicode categories.

Fix an issue where dashes right after a paragraph weren't parsed as horizontal rules when setext headers are disabled.

marijn
published 1.3.0 •

Changelog

Source

1.3.0 (2024-04-03)

Bug fixes

GFM autolinks will no longer include the closing bracket of a surrounding link or image.

New features

InlineContext.hasOpenLink can now be used to query whether there is an unclosed link or image marker before the current token.

marijn
published 1.2.0 •

Changelog

Source

1.2.0 (2023-12-25)

Bug fixes

Properly require whitespace before link titles. Parse autolinks as their own nodes

New features

Wrap autolinks in an Autolink syntax node, rather than just URL, and exclude the wrapping angle brackets from the URL nodes.

marijn
published 1.1.2 •

Changelog

Source

1.1.2 (2023-12-07)

Bug fixes

Fix a bug that could cause blockquote markers to be attached to the wrong parent node, causing them to overlap with sibling syntax nodes.

marijn
published 1.1.1 •

Changelog

Source

1.1.1 (2023-11-17)

Bug fixes

Make sure GFM autolinking accepts URLs like test.co.uk

Fix a bug in Autolink that made it fail to accept some URLs with hyphens.

marijn
published 1.1.0 •

Changelog

Source

1.1.0 (2023-08-03)

New features

The new Autolink extension (included in the GFM extension bundle) marks some types of URLs even without angle brackets.

marijn
published 1.0.5 •

Changelog

Source

1.0.5 (2023-06-30)

Bug fixes

Fix another issue in reuse of nodes when the input has gaps.

marijn
published 1.0.4 •

Changelog

Source

1.0.4 (2023-06-29)

Bug fixes

Fix another bug in incremental parsing across input gaps.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc