chore(docs): update emoji docs

This commit is contained in:
Dillon
2020-05-05 12:49:02 +08:00
parent 97c00eb036
commit 9bb56fd87f
5 changed files with 2 additions and 23 deletions

View File

@@ -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 \\)