Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

gitbook-plugin-anchor-translit

JustPilz2MIT0.0.2

Auto translit #anchor for headings

readme

Auto translit #anchor for headings

Install

Run:

    npm i gitbook-plugin-anchor-translit

Or add the below to your book.json file, then run gitbook install:

{
    "plugins": ["anchor-translit"]
}

That's all!