Add anchor ref to Blackfriday doc

This commit is contained in:
bep 2014-12-26 18:11:05 +01:00
parent 5e0a16ea21
commit afe5add86e
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -78,7 +78,7 @@ angledQuotes | false | HTML_SMARTYPANTS_ANGLED_QUOTES | Enable angled double qu
``` ```
blackfriday: blackfriday:
angledQuotes: true angledQuotes = true
``` ```
## Notes ## Notes