1. emphasize
为文字加上底色
1.1. 使用方法
{
"plugins": [
"emphasize"
]
}
然后在 markdown / asciidoc 内容中,使用以下内容突出显示一些文本:
- 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 %}
1.2. 示例
- This text is highlighted !
- This text is highlighted with markdown!
- This text is highlighted in green!
- This text is highlighted in red!
- This text is highlighted with a custom color!