typogruby icon indicating copy to clipboard operation
typogruby copied to clipboard

Improves web typography like Django's Typogrify

Results 7 typogruby issues
Sort by recently updated
recently updated
newest added

Bumps [ffi](https://github.com/ffi/ffi) from 1.9.6 to 1.11.1. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.1 / 2019-05-20 > ------------------- > > Changed: > * Raise required ruby version to >=2.0. [#699](https://github-redirect.dependabot.com/ffi/ffi/issues/699), [#700](https://github-redirect.dependabot.com/ffi/ffi/issues/700)...

dependencies

When writing HTML like this: ``` html lorem ipsum dolor sit amet foo bar baz ``` ...the widont-filter adds non-breaking spaces to the end of every line: ``` html lorem...

bug

The caps filter is incorrectly applied to money values like `€ 0.95`, ending up as `€ 0.95`. It should skip all-digit "abbreviations".

bug

When filtering a document, typogruby may convert quotes to entities, but it fails to wrap them in ``.

bug

Typogruby might incorrectly mess with embbed code in a page. It should probably include an option to enable agressive ignoring, so to speak: ignore anything between tags like

feature

it should do its best to replace special characters with their improved equivalents, like × for x, – for - and ½ for 1/2. This should be opt-in, not default...

feature