typographic-question-mark

1.0.17 • Public • Published

typographic-question-mark Build Status Coverage Status

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 an interrogation point 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-question-mark

Usage

var interrogation = require('typographic-question-mark')

interrogation(`Exemple ? voici.`, { locale: 'fr' })
// this char          ^ will be replaced by a narrow no-break space

This module can also be used through textr.

License

MIT © Zeste de Savoir

/typographic-question-mark/

    Package Sidebar

    Install

    npm i typographic-question-mark

    Weekly Downloads

    8

    Version

    1.0.17

    License

    MIT

    Unpacked Size

    4.69 kB

    Total Files

    7

    Last publish

    Collaborators

    • situphen
    • talone