mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-30 10:12:40 +00:00
Add skipHTML option to blackfriday config
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
c38debebd8
commit
371ff6c12b
@@ -71,6 +71,11 @@
|
||||
Example: Include `autoHeaderIds` as `false` in the list to disable Blackfriday's `EXTENSION_AUTO_HEADER_IDS`. <br>
|
||||
*See [Blackfriday extensions](#blackfriday-extensions) section for information on all extensions.*
|
||||
|
||||
`skipHTML`
|
||||
: default: **`false`** <br>
|
||||
Blackfriday flag: **`HTML_SKIP_HTML`** <br>
|
||||
Purpose: `true` causes any HTML in the markdown files to be skipped.
|
||||
|
||||
## Blackfriday extensions
|
||||
|
||||
`noIntraEmphasis`
|
||||
|
||||
Reference in New Issue
Block a user