mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-19 21:21:39 +02:00
Add anchor ref to Blackfriday doc
This commit is contained in:
@@ -97,5 +97,5 @@ Field names are always normalized to lowercase (e.g. `camelCase: true` is availa
|
||||
|
||||
It's possible to set some options for Markdown rendering in the page's front matter, as an override to the site wide configuration.
|
||||
|
||||
See [Configuration]({{< ref "overview/configuration.md" >}}) for more.
|
||||
See [Configuration]({{< ref "overview/configuration.md#configure-blackfriday-rendering" >}}) for more.
|
||||
|
||||
|
@@ -78,7 +78,7 @@ angledQuotes | false | HTML_SMARTYPANTS_ANGLED_QUOTES | Enable angled double qu
|
||||
|
||||
```
|
||||
blackfriday:
|
||||
angledQuotes: true
|
||||
angledQuotes = true
|
||||
```
|
||||
|
||||
## Notes
|
||||
|
Reference in New Issue
Block a user