/remark-slugify

plugin to add anchors to headings using GitHub’s algorithm

Primary LanguageJavaScriptMIT LicenseMIT

remark-slug

https://github.com/remarkjs/remark-slug adresinden forklanmıştır. github-sluggeri kullandığı için Türkçe harflerde problem yaratıyordu. slugify paketi kullanılacak şekilde tekrar düzenlendi.

Kurulum

npm:

npm install https://github.com/ftpyz/remark-slugify --save

Gridsome Example

{
      use: '@gridsome/source-filesystem',
      options: {
        path: 'docs/**/*.md',
        typeName: 'Doc',
        remark: {
          plugins: [
            '@gridsome/remark-prismjs',
             'remark-slugify',
          ],
        }
      }
    },

License

MIT © GurmeWoo