From a1aac0e5338fcd3020fa19c505d781b4f15fbd5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 29 Jul 2017 10:10:40 +0200 Subject: [PATCH] helpers: Add support for French Guillemets Fixes #3725 --- content/readfiles/bfconfig.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/readfiles/bfconfig.md b/content/readfiles/bfconfig.md index 67b349f83..98e357678 100644 --- a/content/readfiles/bfconfig.md +++ b/content/readfiles/bfconfig.md @@ -8,6 +8,11 @@ Blackfriday flag: **`HTML_USE_SMARTYPANTS`**
Purpose: `false` disables smart punctuation substitutions, including smart quotes, smart dashes, smart fractions, etc. If `true`, it may be fine-tuned with the `angledQuotes`, `fractions`, `smartDashes`, and `latexDashes` flags (see below). +`smartypantsQuotesNBSP` +: default: **`false`**
+ Blackfriday flag: **`HTML_SMARTYPANTS_QUOTES_NBSP`**
+ Purpose: `true` enables French style Guillemets with non-breaking space inside the quotes. + `angledQuotes` : default: **`false`**
Blackfriday flag: **`HTML_SMARTYPANTS_ANGLED_QUOTES`**