Language

Package: python-smartypants @ 2.0.1

Synopsis

Translate punctuation characters into smart quotes

Description

smartpants can perform the following transformations:

  1. Straight quotes ( " and ' ) into "curly" quote HTML entities

  2. Backticks-style quotes (``like this'') into "curly" quote HTML entities

  3. Dashes (-- and ---) into en- and em-dash entities

  4. Three consecutive dots (... or . . .) into an ellipsis entity

Home page
https://github.com/leohemsted/smartypants.py
Location
gnu/packages/python-xyz.scm (line: 27165, column: 2)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?