rickytan / gitbook-plugin-text-highlight

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%