Update README.md

Modify indentation to solve display problems
pull/698/head
frankj 2022-08-11 16:56:46 +08:00 committed by GitHub
parent e96880f42b
commit 446a357074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -240,11 +240,11 @@ implements the following extensions:
and supply a language (to make syntax highlighting simple). Just
mark it like this:
```go
func getTrue() bool {
return true
}
```
```go
func getTrue() bool {
return true
}
```
You can use 3 or more backticks to mark the beginning of the
block, and the same number to mark the end of the block.