doc: update nginx.md cheatsheet.

This commit is contained in:
jaywcjlove
2022-10-08 13:01:45 +08:00
parent 1ee5910d86
commit 6eb1ef3260
2 changed files with 86 additions and 10 deletions

View File

@ -51,8 +51,8 @@ HTML 存放在仓库根目录下的 `dist` 目录中,将 `dist/index.html` 静
#### 语法
`<!--rehype:` + `key=value` + `&` + `key=value` + `-->`
`标识开始` + `参数` + `分隔符` + `参数` + `标识结束`
`<!--rehype:` _+_ `key=value` _+_ **`&`** _+_ `key=value` _+_ `-->`
`标识开始` + `参数` + `分隔符(&)` + `参数` + `标识结束`
#### 示例