Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarrtchiu <arrtchiu@gmail.com>2019-03-04 13:27:18 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-03-04 13:27:18 +0300
commit75904332f3bedcfe656856821d4c9560a177cc51 (patch)
treeeac01c3d0907659447a8e6424c75ac3c44fa4a4e /docs
parent60c0eb4e892baedd533424b47baf7039c0005f87 (diff)
Add skipHTML option to blackfriday config
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/readfiles/bfconfig.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/content/en/readfiles/bfconfig.md b/docs/content/en/readfiles/bfconfig.md
index 936aef52d..216fc64f6 100644
--- a/docs/content/en/readfiles/bfconfig.md
+++ b/docs/content/en/readfiles/bfconfig.md
@@ -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`