Detalhes do pacote

gitbook-plugin-codeblock-disable-glossary

brat-io485MIT0.0.1

Gitbook plugin to disable glossary links in a block of code.

readme (leia-me)

GitBook Plugin - Codeblock Disable Glossary Links

This is a plugin for Gitbook that disables glossary links in code blocks.

Install it using: $ npm install gitbook-plugin-codeblock-disable-glossary

Add to a Gitbook by including the following in book.json.

{
"plugins": [
        "codeblock-disable-glossary"
    ]
}