Add anchor ref to Blackfriday doc

This commit is contained in:
bep 2014-12-26 18:11:05 +01:00
parent c60ea3267a
commit 420ada28c9
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