1.0.5 • Published 4 years ago

markdown-it-custom-header-link v1.0.5

Weekly downloads
14
License
MIT
Repository
github
Last release
4 years ago

markdown-it-custom-header-link

npm

markdown-it-custom-header-link is a VuePress plugin which created custom header links.

Usage

Local Installation

npm install markdown-it-custom-header-link
# OR
yarn add markdown-it-custom-header-link

Add to vuepress config.js

module.exports = {
  markdown: {
    plugins: [
      [require('markdown-it-custom-header-link')]
    ]
  }
}

Using

Add a header to the markdown file page.md

## my header <!-- link -->

This header is available at the url: localhost:8080/page/#link

Incompatibility

Vuepress [[toc]] will give incorrect links. Problem in vuepress plugin markdown-it-table-of-contents

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago