14 lines
174 B
Markdown
14 lines
174 B
Markdown
# Code highlighting in GitBook
|
|
|
|
This plugin is the default GitBook plugin used to highlight code blocks.
|
|
|
|
You can remove it using:
|
|
|
|
```
|
|
{
|
|
plugins: ["-highlight"]
|
|
}
|
|
```
|
|
|
|
|