mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Fix odd syntax highlighting in cross references doc
This commit is contained in:
@@ -19,7 +19,7 @@ Hugo makes it easy to link documents together with `ref` and `relref`, both of w
|
||||
|
||||
## Using `ref` and `relref`
|
||||
|
||||
```django
|
||||
```golang
|
||||
{{</* ref "document" */>}}
|
||||
{{</* ref "#anchor" */>}}
|
||||
{{</* ref "document#anchor" */>}}
|
||||
|
||||
Reference in New Issue
Block a user