From af9d25458b683503b64ecae10d2a7645ad23dacc Mon Sep 17 00:00:00 2001 From: Arikawa Takaya Date: Sun, 17 Dec 2017 18:49:02 +0900 Subject: [PATCH] Fix Blackfriday's Markdown extension name Those are homoglyphes and not the same names --- content/readfiles/bfconfig.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/readfiles/bfconfig.md b/content/readfiles/bfconfig.md index 97176095d..5388694dc 100644 --- a/content/readfiles/bfconfig.md +++ b/content/readfiles/bfconfig.md @@ -52,7 +52,7 @@ `extensions` : default: **`[]`**
Purpose: Enable one or more Blackfriday's Markdown extensions (**`EXTENSION_*`**).
- Example: Include `hardLineBreak` in the list to enable Blackfriday's `EXTENSION_HARD_LINK_BREAK`.
+ Example: Include `hardLineBreak` in the list to enable Blackfriday's `EXTENSION_HARD_LINE_BREAK`.
*See [Blackfriday extensions](#blackfriday-extensions) section for information on all extensions.* `extensionsmask`