From 795e2a24e3b6b6990a9d620a3350ae6fc7511b6a Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Fri, 16 Aug 2019 09:35:56 -0400 Subject: [PATCH] Add the missing tag Fixes https://github.com/gohugoio/hugoDocs/issues/891. --- content/en/readfiles/bfconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`**