googlefonts / gftools

Misc tools for working with the Google Fonts library
Apache License 2.0
242 stars 71 forks source link

HTML reformatting issues #967

Closed emmamarichal closed 3 months ago

emmamarichal commented 3 months ago

@m4rc1e, maybe you know? cc @vv-monsalve

Some spaces are added automatically after adding links or italic.

Screenshot 2024-05-30 at 16 11 21 Screenshot 2024-05-30 at 11 43 22

Can this be solved? It impacts all the Playwrite PRs.

Example

<p>
 Playwrite Polska appears in font menus with a two-letter country code ‘PL’,
 <i>
  Playwrite PL
 </i>
 , and features four styles: Thin, ExtraLight, Light, and Regular.
 <br/>

You can see a space between PL and </i>, that gives: Playwrite , and features

chrissimpkins commented 3 months ago

Requires removal of the space following PL