rz 82eb1f4766 feat:完善文档 3 년 전
..
assets 2fe83d0f77 init 3 년 전
test 2fe83d0f77 init 3 년 전
.npmignore 2fe83d0f77 init 3 년 전
LICENSE 2fe83d0f77 init 3 년 전
README.md 2fe83d0f77 init 3 년 전
index.js 2fe83d0f77 init 3 년 전
package.json 82eb1f4766 feat:完善文档 3 년 전

README.md

Emphasize texts in GitBook

Emphasize and highlight specific part of your content

How to use it?

Configure the plugin in your book.json:

{
    "plugins": ["emphasize"]
}

Then in your markdown/asciidoc content, highlight some text using:

This text is {% em %}highlighted !{% endem %}

This text is {% em %}highlighted with **markdown**!{% endem %}

This text is {% em type="green" %}highlighted in green!{% endem %}

This text is {% em type="red" %}highlighted in red!{% endem %}

This text is {% em color="#ff0000" %}highlighted with a custom color!{% endem %}