brunobord / typographeur

Faire respecter les règles typographiques françaises en HTML (Python).
https://pypi.org/project/typographeur/
16 stars 1 forks source link

Apostrophes #5

Closed brunobord closed 6 years ago

brunobord commented 6 years ago
<p>l'éléphant</p>

to become

<p>l’éléphant</p>

tricky if there are tags like this: <p>l'<em>apostrophe</em></p>