gatsby-remark-wiki-link
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

gatsby-remark-wiki-link

Transform [[Link to page]] into [Link to page](titleToURL('Link to page')).

Installation

npm install gatsby-remark-wiki-link

Usage

Add the plugin to your Gatsby config:

{
  resolve: `gatsby-plugin-mdx`,
  options: {
    gatsbyRemarkPlugins: [
      {
        resolve: `gatsby-remark-wiki-link`,
      },
    ],
  },
}

Readme

Keywords

none

Package Sidebar

Install

npm i gatsby-remark-wiki-link

Weekly Downloads

21

Version

0.4.1

License

MIT

Unpacked Size

6.43 kB

Total Files

5

Last publish

Collaborators

  • hikerpig