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

gatsby-remark-autolink-headers

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-remark-autolink-headers

Gatsby plugin to autolink headers in markdown processed by Remark

  • 1.0.0-alpha15-alpha.6c40594a
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10K
increased by60.36%
Maintainers
1
Weekly downloads
 
Created

Adds Github-style links to MarkdownRemark headers.

Install

npm install --save gatsby-remark-autolink-headers

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        `gatsby-remark-autolink-headers`,
      ]
    }
  }
]

FAQs

Package last updated on 16 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts