mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
do not use angle brackets in hyperlink labels
This commit is contained in:
@@ -343,5 +343,5 @@ so, such as in this example:
|
||||
```
|
||||
|
||||
|
||||
[go]: <http://golang.org/>
|
||||
[gohtmltemplate]: <http://golang.org/pkg/html/template/>
|
||||
[go]: http://golang.org/
|
||||
[gohtmltemplate]: http://golang.org/pkg/html/template/
|
||||
|
Reference in New Issue
Block a user