mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-19 06:21:00 +00:00
Fix reference to Blackfriday Extensions section
This commit is contained in:
committed by
digitalcraftsman
parent
12d1d02659
commit
950ad11556
@@ -54,14 +54,14 @@
|
||||
Blackfriday flag: **`EXTENSION_*`** <br>
|
||||
Purpose: Enable one or more Blackfriday's Markdown extensions (if they aren't Hugo defaults). <br>
|
||||
Example: Include `hardLineBreak` in the list to enable Blackfriday's `EXTENSION_HARD_LINK_BREAK`. <br>
|
||||
*See [Blackfriday extensions]({{< relref "bfconfig.md#blackfriday-extensions" >}}) section for more information.*
|
||||
*See [Blackfriday extensions]({{< relref "#blackfriday-extensions" >}}) section for more information.*
|
||||
|
||||
`extensionsmask`
|
||||
: default: **`[]`** <br>
|
||||
Blackfriday flag: **`EXTENSION_*`** <br>
|
||||
Purpose: Enable one or more of Blackfriday's Markdown extensions (if they aren't Hugo defaults). <br>
|
||||
Example: Include `autoHeaderIds` as `false` in the list to disable Blackfriday's `EXTENSION_AUTO_HEADER_IDS`. <br>
|
||||
*See [Blackfriday extensions]({{< relref "bfconfig.md#blackfriday-extensions" >}}) section for more information.*
|
||||
*See [Blackfriday extensions]({{< relref "#blackfriday-extensions" >}}) section for more information.*
|
||||
|
||||
## Blackfriday extensions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user