typographic-semicolon
v1.0.18
Published
Micro module to fix a common typographic issue that is hard to fix with most keyboard layouts.
Downloads
76
Readme
typographic-semicolon
Micro module to fix a common typographic issue that is hard to fix with most keyboard layouts.
This is mainly meant for French typography, it replaces the space preceding a semicolon by a narrow no-break space (en, fr).
Submit a PR to src/db.js
to add support for your locale.
Install
npm:
npm install --save typographic-semicolon
Usage
var semiColon = require('typographic-semicolon')
semiColon(`Exemple ; voici.`, { locale: 'fr' })
// this char ^ will be replaced by a narrow no-break space
This module can also be used through textr.