diff --git a/content/readfiles/bfconfig.md b/content/readfiles/bfconfig.md
index 7a060c5d2..97176095d 100644
--- a/content/readfiles/bfconfig.md
+++ b/content/readfiles/bfconfig.md
@@ -51,17 +51,15 @@
`extensions`
: default: **`[]`**
- Blackfriday flag: **`EXTENSION_*`**
- Purpose: Enable one or more Blackfriday's Markdown extensions (if they aren't Hugo defaults).
+ Purpose: Enable one or more Blackfriday's Markdown extensions (**`EXTENSION_*`**).
Example: Include `hardLineBreak` in the list to enable Blackfriday's `EXTENSION_HARD_LINK_BREAK`.
- *See [Blackfriday extensions](#blackfriday-extensions) section for more information.*
+ *See [Blackfriday extensions](#blackfriday-extensions) section for information on all extensions.*
`extensionsmask`
: default: **`[]`**
- Blackfriday flag: **`EXTENSION_*`**
- Purpose: Enable one or more of Blackfriday's Markdown extensions (if they aren't Hugo defaults).
+ Purpose: Disable one or more of Blackfriday's Markdown extensions (**`EXTENSION_*`**).
Example: Include `autoHeaderIds` as `false` in the list to disable Blackfriday's `EXTENSION_AUTO_HEADER_IDS`.
- *See [Blackfriday extensions](#blackfriday-extensions) section for more information.*
+ *See [Blackfriday extensions](#blackfriday-extensions) section for information on all extensions.*
## Blackfriday extensions