Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cfficaurzua opened this issue Jun 10, 2020 · 3 comments
Open

Comments

@cfficaurzua
Copy link

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
@heyhimansh
Copy link

Hey buddy , I think there is no such error occurs is any than it is generally due the padding of the strong tag element.

@cfficaurzua
Copy link
Author

Hey buddy , I think there is no such error occurs is any than it is generally due the padding of the strong tag element.

The padding should be at the beginning of the tag, not in the middle. Therefore it is a bug.

@PierreMDL
Copy link

PierreMDL commented Nov 24, 2023

Any heads-up regarding that bug? Or a workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants