mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-12 18:06:17 +01:00
Merge branch 'develop'
This commit is contained in:
commit
fe0548d826
5 changed files with 2 additions and 23 deletions
|
@ -12,7 +12,6 @@ tags: ["emoji"]
|
|||
categories: ["Markdown"]
|
||||
featuredImage: "/images/emoji-support/featured-image.jpg"
|
||||
|
||||
twemoji: true
|
||||
lightgallery: true
|
||||
---
|
||||
|
||||
|
@ -38,12 +37,6 @@ Gone camping! :tent: Be back soon.
|
|||
|
||||
That is so funny! :joy:
|
||||
|
||||
{{< admonition tip "Enable Twemoji" >}}
|
||||
This page enables `twemoji` to make emoji look beautiful everywhere.
|
||||
|
||||
Set `twemoji` to `true` in your [front matter](../theme-documentation-content#front-matter) or in the `params.page` part of the [site configuration](https://gohugo.io/getting-started/configuration/) to use :(far fa-grin-tongue-wink fa-fw): Twemoji.
|
||||
{{< /admonition >}}
|
||||
|
||||
The following **cheat sheet** is a useful reference for emoji shorthand codes.
|
||||
|
||||
## Smileys & Emotion
|
||||
|
|
|
@ -12,7 +12,6 @@ tags: ["emoji"]
|
|||
categories: ["Markdown"]
|
||||
featuredImage: "/images/emoji-support/featured-image.jpg"
|
||||
|
||||
twemoji: true
|
||||
lightgallery: true
|
||||
---
|
||||
|
||||
|
@ -43,12 +42,6 @@ Gone camping! :tent: Be back soon.
|
|||
|
||||
That is so funny! :joy:
|
||||
|
||||
{{< admonition tip "Enable Twemoji" >}}
|
||||
This page enables `twemoji` to make emoji look beautiful everywhere.
|
||||
|
||||
Set `twemoji` to `true` in your [front matter](../theme-documentation-content#front-matter) or in the `params.page` part of the [site configuration](https://gohugo.io/getting-started/configuration/) to use :(far fa-grin-tongue-wink fa-fw): Twemoji.
|
||||
{{< /admonition >}}
|
||||
|
||||
The following **cheat sheet** is a useful reference for emoji shorthand codes.
|
||||
|
||||
## Smileys & Emotion
|
||||
|
|
|
@ -12,7 +12,6 @@ tags: ["emoji"]
|
|||
categories: ["Markdown"]
|
||||
featuredImage: "/images/emoji-support/featured-image.jpg"
|
||||
|
||||
twemoji: true
|
||||
lightgallery: true
|
||||
---
|
||||
|
||||
|
@ -39,12 +38,6 @@ Emoji 可以通过多种方式在 Hugo 项目中启用.
|
|||
|
||||
真开心! :joy:
|
||||
|
||||
{{< admonition tip "使用 Twemoji" >}}
|
||||
这个页面使用了 `twemoji` 来使 emoji 具有一致的美观性.
|
||||
|
||||
请在文章的[前置参数](../theme-documentation-content#front-matter) 或 [网站配置](../theme-documentation-basics#site-configuration) 的 `params.page` 部分中将 `twemoji` 设置为 `true` 来使用 :(far fa-grin-tongue-wink fa-fw): Twemoji.
|
||||
{{< /admonition >}}
|
||||
|
||||
以下**符号清单**是 emoji 代码的非常有用的参考.
|
||||
|
||||
## 表情与情感
|
||||
|
|
|
@ -211,7 +211,7 @@ $$ c = \pm\sqrt{a^2 + b^2} $$
|
|||
|
||||
#### Inline Formula
|
||||
|
||||
The default block delimiters are `$`/`$` and `\\(`/`\\)`:
|
||||
The default inline delimiters are `$`/`$` and `\\(`/`\\)`:
|
||||
|
||||
```markdown
|
||||
$ c = \pm\sqrt{a^2 + b^2} $ and \\( f(x)=\int_{-\infty}^{\infty} \hat{f}(\xi) e^{2 \pi i \xi x} d \xi \\)
|
||||
|
|
|
@ -216,7 +216,7 @@ $$ c = \pm\sqrt{a^2 + b^2} $$
|
|||
|
||||
#### Inline Formula
|
||||
|
||||
The default block delimiters are `$`/`$` and `\\(`/`\\)`:
|
||||
The default inline delimiters are `$`/`$` and `\\(`/`\\)`:
|
||||
|
||||
```markdown
|
||||
$ c = \pm\sqrt{a^2 + b^2} $ and \\( f(x)=\int_{-\infty}^{\infty} \hat{f}(\xi) e^{2 \pi i \xi x} d \xi \\)
|
||||
|
|
Loading…
Reference in a new issue