mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 04:02:38 +00:00
Fix links in Blackfriday extension documentation
This commit is contained in:
@@ -54,14 +54,14 @@
|
|||||||
Blackfriday flag: **`EXTENSION_*`** <br>
|
Blackfriday flag: **`EXTENSION_*`** <br>
|
||||||
Purpose: Enable one or more Blackfriday's Markdown extensions (if they aren't Hugo defaults). <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>
|
Example: Include `hardLineBreak` in the list to enable Blackfriday's `EXTENSION_HARD_LINK_BREAK`. <br>
|
||||||
*See [Blackfriday extensions]({{< relref "#blackfriday-extensions" >}}) section for more information.*
|
*See [Blackfriday extensions](#blackfriday-extensions) section for more information.*
|
||||||
|
|
||||||
`extensionsmask`
|
`extensionsmask`
|
||||||
: default: **`[]`** <br>
|
: default: **`[]`** <br>
|
||||||
Blackfriday flag: **`EXTENSION_*`** <br>
|
Blackfriday flag: **`EXTENSION_*`** <br>
|
||||||
Purpose: Enable one or more of Blackfriday's Markdown extensions (if they aren't Hugo defaults). <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>
|
Example: Include `autoHeaderIds` as `false` in the list to disable Blackfriday's `EXTENSION_AUTO_HEADER_IDS`. <br>
|
||||||
*See [Blackfriday extensions]({{< relref "#blackfriday-extensions" >}}) section for more information.*
|
*See [Blackfriday extensions](#blackfriday-extensions) section for more information.*
|
||||||
|
|
||||||
## Blackfriday extensions
|
## Blackfriday extensions
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user