/gitbook-plugin-text-highlight

gitbook markdown inline text highlight support(==highlighted text==)

Primary LanguageJavaScript

gitbook-plugin-text-highlight

This plugin is the missing support for markdown inline text highlight.

Example

# Title
This is a ==highlighted== text.

Usage

Edit your book.json, and add one row on plugins:

"plugins": [
  "text-highlight",
  ...
],

License

MIT