shithub: hugo

Download patch

ref: a0e44bb71ddb49816511a40fc97ed66aa021d450
parent: 4adf58cce7cfa22401dcb68897fd60142a83885d
author: Jacob Gillespie <[email protected]>
date: Mon Jan 5 07:18:51 EST 2015

Add Blackfriday: documentIDAnchor documentation

--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -77,6 +77,7 @@
 Flag | Default | Blackfriday flag | Purpose
 --- | --- | --- | ---
 angledQuotes | false | HTML_SMARTYPANTS_ANGLED_QUOTES |  Enable angled double quotes (`« »`)
+documentIDAnchor | true | FootnoteAnchorPrefix and HeaderIDSuffix |  Enable the prepending / appending of the unique document ID to the footnote and header anchor IDs
 
 **Note** that these flags must be grouped under the `blackfriday` key and can be set on **both site and page level**. If set on page, it will override the site setting.
 
@@ -83,6 +84,7 @@
 ```
 blackfriday:
   angledQuotes = true
+  documentIDAnchor = false
 ```
 
 ## Notes