From 1473b1d91ae96f95344741bd0cf7299c45c01a3f Mon Sep 17 00:00:00 2001 From: Jeremiah Valenzuela Date: Wed, 19 Jul 2017 17:06:33 -0500 Subject: [PATCH] Remove redundant text --- content/readfiles/bfconfig.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/readfiles/bfconfig.md b/content/readfiles/bfconfig.md index 818bf079a..67b349f83 100644 --- a/content/readfiles/bfconfig.md +++ b/content/readfiles/bfconfig.md @@ -11,7 +11,7 @@ `angledQuotes` : default: **`false`**
Blackfriday flag: **`HTML_SMARTYPANTS_ANGLED_QUOTES`**
- Purpose: `true` enables smart, angled double quotes. Example: "Hugo" renders to renders to «Hugo» instead of “Hugo”. + Purpose: `true` enables smart, angled double quotes. Example: "Hugo" renders to «Hugo» instead of “Hugo”. `fractions` : default: **`true`**
@@ -52,4 +52,4 @@ : default: **`[]`**
Blackfriday flag: **`EXTENSION_*`**
Purpose: Enable one or more of Blackfriday's Markdown extensions (if they aren't Hugo defaults).
- Example: Include `autoHeaderIds` as `false` in the list to disable Blackfriday's `EXTENSION_AUTO_HEADER_IDS`. \ No newline at end of file + Example: Include `autoHeaderIds` as `false` in the list to disable Blackfriday's `EXTENSION_AUTO_HEADER_IDS`.