brunobord / typographeur

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

Double Quotes #4

Closed brunobord closed 6 years ago

brunobord commented 6 years ago
<p>"text"</p>

to become:

<p>«&nbsp;text&nbsp;»</p>

beware of tag attributes!