Browse Source

Re-wrap typographer option comment

pull/762/head
Kyle E. Mitchell 4 years ago
parent
commit
8e2f485970
  1. 4
      lib/index.js

4
lib/index.js

@ -153,8 +153,8 @@ function normalizeLinkText(url) {
* - __typographer__ - `false`. Set `true` to enable all [language-neutral
* replacement](https://github.com/markdown-it/markdown-it/blob/master/lib/rules_core/replacements.js) +
* quotes beautification (smartquotes). Or use an Object to enable
* specific replacements, like `{rare: true, ipSymbols:
* true, quotes: true, dashes: true}`.
* specific replacements, like `{rare: true, ipSymbols: true, quotes: true,
* dashes: true}`.
* - __quotes__ - `“”‘’`, String or Array. Double + single quotes replacement
* pairs, when typographer enabled and smartquotes on. For example, you can
* use `'«»„“'` for Russian, `'„“‚‘'` for German, and

Loading…
Cancel
Save