21 lines
908 B
Markdown
21 lines
908 B
Markdown
|
---
|
||
|
title: "Emoji 表情符号 :parachute:"
|
||
|
date: 2019-03-05
|
||
|
description: "Blowfish 中的表情符号使用指南"
|
||
|
summary: "📖🏞️🧗🏽🐉🧙🏽♂️🧚🏽👸"
|
||
|
tags: ["emoji", "示例"]
|
||
|
type: 'sample'
|
||
|
---
|
||
|
|
||
|
Blowfish 支持 Emoji 表情符号。Emoji 表情符号可用于标题、菜单项和文章内容。
|
||
|
|
||
|
{{< alert >}}
|
||
|
**注意:** Emoji 的显示效果取决于您的浏览器和操作系统。要设置统一的表情符号样式,您可以使用第三方 Emoji 表情符号字体。
|
||
|
{{< /alert >}}
|
||
|
|
||
|
Blowfish 会自动的进行表情符号渲染,因此您可以在内容和 frontmatter 中使用 Emoji 表情代码,它们将在构建时转换为相应的 Emoji。
|
||
|
|
||
|
**例如:** `see_no_evil` :see_no_evil:, `hear_no_evil` :hear_no_evil:, `speak_no_evil` :speak_no_evil:.
|
||
|
|
||
|
[Emoji 清单](http://www.emoji-cheat-sheet.com/) 可以很方便的查找 Emoji 对应的表情代码。
|