![]() |
3 gadi atpakaļ | |
---|---|---|
.. | ||
assets | 3 gadi atpakaļ | |
test | 3 gadi atpakaļ | |
.npmignore | 3 gadi atpakaļ | |
LICENSE | 3 gadi atpakaļ | |
README.md | 3 gadi atpakaļ | |
index.js | 3 gadi atpakaļ | |
package.json | 3 gadi atpakaļ |
Emphasize and highlight specific part of your content
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 %}