django-softhyphen icon indicating copy to clipboard operation
django-softhyphen copied to clipboard

A Python library for hyphenating HTML in your Django project

Results 9 django-softhyphen issues
Sort by recently updated
recently updated
newest added

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.10 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.1.0 to 2.20.0. Changelog Sourced from requests's changelog. 2.20.0 (2018-10-18) Bugfixes Content-Type header parsing is now case-insensitive (e.g. charset=utf8 v Charset=utf8). Fixed exception leak where certain redirect...

dependencies

Hello, and thanks for this module, I activated on my django-cms blog, however I noticed troubles later when copy/pasting text to other editors, or copyingh a partially obfuscated email address...

Beautifulsoup adds unwanted closing line break tags when opening linebreak tags are present. This might rather be a bug in beautifulsoup, but it seems unlikely to get fixed there (see...

I’ve tried django-softhyphen as a template filter with Django 1.9.1, Python 3.4 When I leave autoescape on (the default), I get all the ­ escaped, so they are being displayed...

Why does django softhyphen strip whitespace indefinitely? I have a case where the paragraph I'm hyphenating has a style tag `` around the first word of the paragraph, and that...

I've seen this example in the source code: Short words are not hyphenated ``` >>> hyphenate("The brave men, living and dead.") u'The brave men, liv­ing and dead.' ``` This doens't...