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 512(<sup>5</sup>&frasl;<sub>12</sub>).
Caveat: Even with fractions = false, Blackfriday still converts `1/2`, `1/4`, and `3/4` respectively to ½ (&frac12;), ¼ (&frac14;) and ¾ (&frac34;), but only these three. + Example: `5/12` renders to 512(<sup>5</sup>&frasl;<sub>12</sub>).
Caveat: Even with fractions = false, Blackfriday still converts `1/2`, `1/4`, and `3/4` respectively to ½ (&frac12;), ¼ (&frac14;) and ¾ (&frac34;), but only these three. `smartDashes` : default: **`true`**