docs: normalize capitalization (#7619)

This commit is contained in:
Joshua Chen 2022-06-15 13:04:33 +08:00 committed by GitHub
parent aeb6c971c0
commit e12a2efaeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
44 changed files with 99 additions and 99 deletions

View file

@ -18,31 +18,31 @@ Example:
```md
:::note
Some **content** with _markdown_ `syntax`. Check [this `api`](#).
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::tip
Some **content** with _markdown_ `syntax`. Check [this `api`](#).
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::info
Some **content** with _markdown_ `syntax`. Check [this `api`](#).
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::caution
Some **content** with _markdown_ `syntax`. Check [this `api`](#).
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::danger
Some **content** with _markdown_ `syntax`. Check [this `api`](#).
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
```
@ -52,31 +52,31 @@ Some **content** with _markdown_ `syntax`. Check [this `api`](#).
:::note
Some **content** with _markdown_ `syntax`. Check [this `api`](#).
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::tip
Some **content** with _markdown_ `syntax`. Check [this `api`](#).
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::info
Some **content** with _markdown_ `syntax`. Check [this `api`](#).
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::caution
Some **content** with _markdown_ `syntax`. Check [this `api`](#).
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
:::danger
Some **content** with _markdown_ `syntax`. Check [this `api`](#).
Some **content** with _Markdown_ `syntax`. Check [this `api`](#).
:::
@ -112,7 +112,7 @@ You may also specify an optional title
```md
:::note Your Title
Some **content** with _markdown_ `syntax`.
Some **content** with _Markdown_ `syntax`.
:::
```
@ -122,7 +122,7 @@ Some **content** with _markdown_ `syntax`.
:::note Your Title
Some **content** with _markdown_ `syntax`.
Some **content** with _Markdown_ `syntax`.
:::