From a9fb5cfffffd740fc3117527088a1038935ce42c Mon Sep 17 00:00:00 2001 From: Jacob Gillespie Date: Mon, 5 Jan 2015 12:18:51 -0600 Subject: [PATCH] Add Blackfriday: documentIDAnchor documentation --- content/overview/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/overview/configuration.md b/content/overview/configuration.md index c1b21b862..1c9e2c969 100644 --- a/content/overview/configuration.md +++ b/content/overview/configuration.md @@ -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