mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 08:59:43 -04:00
Fix and clarify documentation about Blackfriday extensions (mask)
Fixes #253
This commit is contained in:
parent
5cab109c2b
commit
f33c88a278
@ -51,17 +51,15 @@
|
|||||||
|
|
||||||
`extensions`
|
`extensions`
|
||||||
: default: **`[]`** <br>
|
: default: **`[]`** <br>
|
||||||
Blackfriday flag: **`EXTENSION_*`** <br>
|
Purpose: Enable one or more Blackfriday's Markdown extensions (**`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>
|
Example: Include `hardLineBreak` in the list to enable Blackfriday's `EXTENSION_HARD_LINK_BREAK`. <br>
|
||||||
*See [Blackfriday extensions](#blackfriday-extensions) section for more information.*
|
*See [Blackfriday extensions](#blackfriday-extensions) section for information on all extensions.*
|
||||||
|
|
||||||
`extensionsmask`
|
`extensionsmask`
|
||||||
: default: **`[]`** <br>
|
: default: **`[]`** <br>
|
||||||
Blackfriday flag: **`EXTENSION_*`** <br>
|
Purpose: Disable one or more of Blackfriday's Markdown extensions (**`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>
|
Example: Include `autoHeaderIds` as `false` in the list to disable Blackfriday's `EXTENSION_AUTO_HEADER_IDS`. <br>
|
||||||
*See [Blackfriday extensions](#blackfriday-extensions) section for more information.*
|
*See [Blackfriday extensions](#blackfriday-extensions) section for information on all extensions.*
|
||||||
|
|
||||||
## Blackfriday extensions
|
## Blackfriday extensions
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user