mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-31 13:41:41 +00:00
Add Blackfriday: documentIDAnchor documentation
This commit is contained in:
parent
4adf58cce7
commit
a0e44bb71d
1 changed files with 2 additions and 0 deletions
|
@ -77,12 +77,14 @@ But Hugo does expose some options -- in the table below matched with the corresp
|
||||||
Flag | Default | Blackfriday flag | Purpose
|
Flag | Default | Blackfriday flag | Purpose
|
||||||
--- | --- | --- | ---
|
--- | --- | --- | ---
|
||||||
angledQuotes | false | HTML_SMARTYPANTS_ANGLED_QUOTES | Enable angled double quotes (`« »`)
|
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.
|
**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:
|
blackfriday:
|
||||||
angledQuotes = true
|
angledQuotes = true
|
||||||
|
documentIDAnchor = false
|
||||||
```
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
Loading…
Reference in a new issue