mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
do not use angle brackets in hyperlink labels
This commit is contained in:
parent
5969315c8f
commit
0e57e32f54
1 changed files with 2 additions and 2 deletions
|
@ -343,5 +343,5 @@ so, such as in this example:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
[go]: <http://golang.org/>
|
[go]: http://golang.org/
|
||||||
[gohtmltemplate]: <http://golang.org/pkg/html/template/>
|
[gohtmltemplate]: http://golang.org/pkg/html/template/
|
||||||
|
|
Loading…
Reference in a new issue