Enable markdownlint no-trailing-punctuation
and no-blanks-blockquote
(#29214)
Enable these two and fix issues.
This commit is contained in:
parent
27192bc321
commit
b96fbb567c
7 changed files with 7 additions and 9 deletions
|
@ -60,7 +60,7 @@ curl "http://localhost:4000/api/v1/repos/test1/test1/issues" \
|
|||
`/users/:name/tokens` 是一个特殊的接口,需要您使用 basic authentication 进行认证,具体原因在 issue 中
|
||||
[#3842](https://github.com/go-gitea/gitea/issues/3842#issuecomment-397743346) 有所提及,使用方法如下所示:
|
||||
|
||||
### 使用 Basic authentication 认证:
|
||||
### 使用 Basic authentication 认证
|
||||
|
||||
```
|
||||
$ curl --url https://yourusername:yourpassword@gitea.your.host/api/v1/users/yourusername/tokens
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue