diff --git a/content/en/readfiles/bfconfig.md b/content/en/readfiles/bfconfig.md
index 216fc64f6..95941234d 100644
--- a/content/en/readfiles/bfconfig.md
+++ b/content/en/readfiles/bfconfig.md
@@ -24,7 +24,7 @@
: default: **`true`**
Blackfriday flag: **`HTML_SMARTYPANTS_FRACTIONS`**
Purpose: false
disables smart fractions.
- Example: `5/12` renders to 5⁄12(<sup>5</sup>⁄<sub>12</sub>
).
Caveat: Even with fractions = false
, Blackfriday still converts `1/2`, `1/4`, and `3/4` respectively to ½ (½
), ¼ (¼
) and ¾ (¾
), but only these three.
+ Example: `5/12` renders to 5⁄12(<sup>5</sup>⁄<sub>12</sub>
).
Caveat: Even with fractions = false
, Blackfriday still converts `1/2`, `1/4`, and `3/4` respectively to ½ (½
), ¼ (¼
) and ¾ (¾
), but only these three.
`smartDashes`
: default: **`true`**