ref: afe5add86ef17c2fc6b1d7bad870e4e33880a150
parent: 5e0a16ea21c4467e809d6369bd1971661713f068
author: bep <[email protected]>
date: Fri Dec 26 13:11:05 EST 2014
Add anchor ref to Blackfriday doc
--- a/docs/content/content/front-matter.md
+++ b/docs/content/content/front-matter.md
@@ -97,5 +97,5 @@
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.
--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -78,7 +78,7 @@
```
blackfriday:
- angledQuotes: true
+ angledQuotes = true
```
## Notes