
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
retext-smartypants
Advanced tools
retext plugin to apply SmartyPants.
This package is a unified (retext) plugin to apply SmartyPants to the syntax tree. It replaces straight/typewriter punctuation marks and symbols with smart/curly marks and symbols.
You can use this plugin any time there straight marks and symbols in prose, but you want to use smart ones instead.
This package is ESM only. In Node.js (version 16+), install with npm:
npm install retext-smartypants
In Deno with esm.sh:
import retextSmartypants from 'https://esm.sh/retext-smartypants@6'
In browsers with esm.sh:
<script type="module">
import retextSmartypants from 'https://esm.sh/retext-smartypants@6?bundle'
</script>
import {retext} from 'retext'
import retextSmartypants from 'retext-smartypants'
const file = await retext()
.use(retextSmartypants)
.process('He said, "A \'simple\' english sentence. . ."')
console.log(String(file))
Yields:
He said, “A ‘simple’ english sentence…”
This package exports no identifiers.
The default export is retextSmartypants.
unified().use(retextSmartypants[, options])Replace straight punctuation marks with curly ones.
options (Options, optional)
— configurationTransform (Transformer).
OptionsConfiguration (TypeScript type).
backticks (boolean or 'all', default: true)
— transform backticks;
when true, turns double backticks into an opening double quote and
double straight single quotes into a closing double quote;
when 'all', does that and turns single backticks into an opening
single quote and a straight single quotes into a closing single smart
quote;
quotes: false must be used with backticks: 'all'closingQuotes (QuoteCharacterMap, default:
{double: '”', single: '’'})
— closing quotes to usedashes ('inverted' or 'oldschool' or boolean, default: true)
— transform dashes;
when true, turns two dashes into an em dash character;
when 'oldschool', turns three dashes into an em dash and two into an en
dash;
when 'inverted', turns three dashes into an en dash and two into an em
dashellipses ('spaced' or 'unspaced' or boolean, default: true)
— transform triple dots;
when 'spaced', turns triple dots with spaces into ellipses;
when 'unspaced', turns triple dots without spaces into ellipses;
when true, turns triple dots with or without spaces into ellipsesopeningQuotes (QuoteCharacterMap, default:
{double: '“', single: '‘'})
— opening quotes to usequotes (boolean, default: true)
— transform straight quotes into smart quotesQuoteCharacterMapQuote characters (TypeScript type).
double (string)
— character to use for double quotessingle (string)
— character to use for single quotesThis package is fully typed with TypeScript.
It exports the additional types Options and
QuoteCharacterMap.
Projects maintained by the unified collective are compatible with maintained versions of Node.js.
When we cut a new major release, we drop support for unmaintained versions of
Node.
This means we try to keep the current release line, retext-smartypants@^6,
compatible with Node.js 16.
See contributing.md in retextjs/.github for ways
to get started.
See support.md for ways to get help.
This project has a code of conduct. By interacting with this repository, organization, or community you agree to abide by its terms.
The typogr package provides similar functionality to retext-smartypants by improving the typography of text. It converts straight quotes to curly quotes, double hyphens to em dashes, and more. It is a standalone library and does not require the retext ecosystem.
The smartypants package is a JavaScript port of the original SmartyPants Perl library. It provides similar transformations for typographic punctuation, such as converting straight quotes to curly quotes and double hyphens to em dashes. It is a standalone library and can be used independently of retext.
FAQs
retext plugin to implement SmartyPants
The npm package retext-smartypants receives a total of 1,850,005 weekly downloads. As such, retext-smartypants popularity was classified as popular.
We found that retext-smartypants demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.