helpers: Add support for French Guillemets

Fixes #3725
This commit is contained in:
Bjørn Erik Pedersen 2017-07-29 10:10:40 +02:00
parent b8dc15923d
commit a1aac0e533

View File

@ -8,6 +8,11 @@
Blackfriday flag: **`HTML_USE_SMARTYPANTS`** <br> Blackfriday flag: **`HTML_USE_SMARTYPANTS`** <br>
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). 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`** <br>
Blackfriday flag: **`HTML_SMARTYPANTS_QUOTES_NBSP`** <br>
Purpose: `true` enables French style Guillemets with non-breaking space inside the quotes.
`angledQuotes` `angledQuotes`
: default: **`false`**<br> : default: **`false`**<br>
Blackfriday flag: **`HTML_SMARTYPANTS_ANGLED_QUOTES`**<br> Blackfriday flag: **`HTML_SMARTYPANTS_ANGLED_QUOTES`**<br>