markdown-it-anchor
Advanced tools
Changelog
[8.6.2] - 2021-04-08
Changelog
[8.6.1] - 2021-04-08
headerLink
permalink options. ([#108])space
text (e.g. using
). ([#88])Changelog
[8.6.0] - 2021-04-08
getTokensText
option to customize how we extract the title
text from the heading tokens. ([#112])Changelog
[8.5.0] - 2021-04-04
linkAfterHeader
. ([#100], [#110])Changelog
[8.4.1] - 2021-10-11
npm publish
that didn't publish previous version.Changelog
[8.4.0] - 2021-10-11
headerLink
. ([#107])Changelog
[8.3.1] - 2021-09-15
@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])6fcc502
])Changelog
[8.3.0] - 2021-08-26
splice
. ([#100])Changelog
[8.2.0] - 2021-08-26
linkInsideHeader
permalink option, which is the closest
to the permalink in previous versions. ([#101])