mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-19 11:43:04 +00:00
Add anchor ref to Blackfriday doc
This commit is contained in:
parent
5e0a16ea21
commit
afe5add86e
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
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:
|
blackfriday:
|
||||||
angledQuotes: true
|
angledQuotes = true
|
||||||
```
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
Loading…
Reference in a new issue