Fix Blackfriday's Markdown extension name

Those are homoglyphes and not the same names
This commit is contained in:
Arikawa Takaya 2017-12-17 18:49:02 +09:00 committed by digitalcraftsman
parent 1223dd63a4
commit af9d25458b

View File

@ -52,7 +52,7 @@
`extensions`
: default: **`[]`** <br>
Purpose: Enable one or more Blackfriday's Markdown extensions (**`EXTENSION_*`**). <br>
Example: Include `hardLineBreak` in the list to enable Blackfriday's `EXTENSION_HARD_LINK_BREAK`. <br>
Example: Include `hardLineBreak` in the list to enable Blackfriday's `EXTENSION_HARD_LINE_BREAK`. <br>
*See [Blackfriday extensions](#blackfriday-extensions) section for information on all extensions.*
`extensionsmask`