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

markdown-it-anchor

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markdown-it-anchor - npm Package Versions

13
7

8.6.2

Diff

Changelog

Source

[8.6.2] - 2021-04-08

  • Fix types to reflect optional permalink arguments and properties. ([#114])
valeriangalliat
published 8.6.1 •

Changelog

Source

[8.6.1] - 2021-04-08

  • Fix type for headerLink permalink options. ([#108])
  • Allow to customize the space text (e.g. using  ). ([#88])
valeriangalliat
published 8.6.0 •

Changelog

Source

[8.6.0] - 2021-04-08

  • Add a getTokensText option to customize how we extract the title text from the heading tokens. ([#112])
valeriangalliat
published 8.5.0 •

Changelog

Source

[8.5.0] - 2021-04-04

  • Support wrapping output of linkAfterHeader. ([#100], [#110])
valeriangalliat
published 8.4.1 •

Changelog

Source

[8.4.1] - 2021-10-11

  • Attempt to fix npm publish that didn't publish previous version.
valeriangalliat
published 8.4.0 •

Changelog

Source

[8.4.0] - 2021-10-11

  • Add a fix for Safari reader view in headerLink. ([#107])
valeriangalliat
published 8.3.1 •

Changelog

Source

[8.3.1] - 2021-09-15

  • Update TypeScript types to properly reflect the export style of @types/markdown-it. Also use export default anchor in type declaration instead of export = anchor so that TypeScript allows both import anchor from 'markdown-it-anchor' and import anchor = require('markdown-it-anchor') syntaxes instead of being forced to the latter. ([#106])
  • Added a hack to make TypeScript work with the modern import syntax when not being used with a bundler. ([6fcc502])
valeriangalliat
published 8.3.0 •

Changelog

Source

[8.3.0] - 2021-08-26

  • Make core loop resilient to permalink renderers mutating the token stream with splice. ([#100])
valeriangalliat
published 8.2.0 •

Changelog

Source

[8.2.0] - 2021-08-26

  • Introduce a linkInsideHeader permalink option, which is the closest to the permalink in previous versions. ([#101])
  • Refactor tests using AVA.
valeriangalliat
published 8.1.3 •

Changelog

Source

[8.1.3] - 2021-08-24

  • Fix tabIndex type. ([#103])
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