![]() |
há 3 anos atrás | |
---|---|---|
.. | ||
assets | há 3 anos atrás | |
test | há 3 anos atrás | |
.npmignore | há 3 anos atrás | |
LICENSE | há 3 anos atrás | |
README.md | há 3 anos atrás | |
index.js | há 3 anos atrás | |
package.json | há 3 anos atrás |
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 %}