Skip to content

gap appears before char when any html char is inside a strong tag e.g #122

@cfficaurzua

Description

@cfficaurzua

Input:

<p><strong>Descripci&oacute;n:</strong></p><p>El filamento de l&aacute;piz 3d es....

Output:

** Descripci ón:**
El filamento del lápiz 3d es...

As shown above, the second "acute" char gets properly rendered while the first one got an unexpected gap.

Config:

h.ignore_links = True
h.ignore_images = True
h.unicode_snob = True
h.dash_unordered_list = True
h.ignore_anchors = True

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions