docs: normalize CodeBlock highlighting (#6223)

This commit is contained in:
Joshua Chen 2021-12-30 10:51:00 +08:00 committed by GitHub
parent c45281a581
commit 4872decb42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 159 additions and 86 deletions

View file

@ -134,10 +134,11 @@ You can delete/remove versions as well.
Example:
```diff {4}
```diff
[
"2.0.0",
"1.9.0",
// highlight-next-line
- "1.8.0"
]
```