Add Blackfriday: documentIDAnchor documentation
authorJacob Gillespie <jacobwgillespie@gmail.com>
Mon, 5 Jan 2015 18:18:51 +0000 (12:18 -0600)
committerbep <bjorn.erik.pedersen@gmail.com>
Mon, 5 Jan 2015 20:00:22 +0000 (21:00 +0100)
docs/content/overview/configuration.md

index c1b21b86273b5a8ec4fc885f20f073ada4730bdd..1c9e2c969c503b2b8103c77b03135f4bdc34f213 100644 (file)
@@ -77,12 +77,14 @@ But Hugo does expose some options -- in the table below matched with the corresp
 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.
 
 ```
 blackfriday:
   angledQuotes = true
+  documentIDAnchor = false
 ```
 
 ## Notes