# gitbook-plugin-highlight

> Default code highlighter for GitBook

Latest version **2.0.3** (published 2016-12-15) · Apache 2 license · 0 weekly downloads

## Install

```sh
npm install gitbook-plugin-highlight
pnpm add gitbook-plugin-highlight
yarn add gitbook-plugin-highlight
bun add gitbook-plugin-highlight
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.3 |
| Published | 2016-12-15 |
| First published | 2015-09-14 |
| Weekly downloads | 0 |
| License | Apache 2 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 12 |
| Maintainers | jpreynat, samypesse, soreine |

## Links

- npm: https://www.npmjs.com/package/gitbook-plugin-highlight
- Repository: https://github.com/GitbookIO/plugin-highlight
- Issues: https://github.com/GitbookIO/plugin-highlight/issues
- npm.io page: https://npm.io/package/gitbook-plugin-highlight

## Dependencies (1)

- [highlight.js](https://npm.io/package/highlight.js.md) 9.8.0

## Recent versions

- 2.0.3 (latest) — 2016-12-15
- 4.0.0-alpha.6 (pre) — 2017-03-16
- 4.0.0-alpha.5 — 2017-03-09
- 4.0.0-alpha.4 — 2017-01-27
- 4.0.0-alpha.3 — 2017-01-13
- 4.0.0-alpha.2 — 2017-01-13
- 4.0.0-alpha.1 — 2017-01-13
- 2.0.2 — 2016-04-06
- 2.0.1 — 2016-03-24
- 2.0.0 — 2016-03-03
- 1.0.3 — 2015-09-22
- 1.0.2 — 2015-09-21
- 1.0.1 — 2015-09-15
- 1.0.0 — 2015-09-14

## README

# Code highlighting in GitBook

This plugin is the default GitBook plugin used to highlight code blocks.

You can remove it using:

```
{
    plugins: ["-highlight"]
}
```

---
_Source: https://npm.io/package/gitbook-plugin-highlight · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
