From 8e2f48597010a141a5337b839660a7f3116a79c9 Mon Sep 17 00:00:00 2001 From: "Kyle E. Mitchell" Date: Sun, 7 Mar 2021 22:21:41 -0800 Subject: [PATCH] Re-wrap typographer option comment --- lib/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index a554770..64c32a6 100644 --- a/lib/index.js +++ b/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