-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Request to Port Fix from Old Repo: add em
tag to support italic in those cases
#44
Comments
em
tag
em
tagem
tag to support italic in those cases
Hey- we have support for the italics tag. Are you saying in certain scenarios it is not working @shareefalis ? https://github.com/TurboDocx/html-to-docx/blob/main/src/helpers/xml-builder.js#L704 |
Let me know if there are some more info i can provide to you guys and it is an awesome library btw! |
Can you provide a full repro? And on top of that, if you are able to make
the PR that would help us a lot too (juggling a few things).
Glad you like the library 😃
…On Sat, Sep 21, 2024 at 10:32 AM Shareef Ali ***@***.***> wrote:
Let me know if there are some more info i can provide to you guys and it
is an awesome library btw!
—
Reply to this email directly, view it on GitHub
<#44 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHLNTTET5V7CFBGUUBIDQDZXV7PJAVCNFSM6AAAAABOSWAVHOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNRVGIYDSMZXGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
pipe this to html to docx library |
I think you are missing. |
addressed in #45 |
Hi there!
We have an app that uses this library, and it would be great to port the changes from the old repo. Currently, I’m using a temporary workaround that resolves the issue by converting the
<em>
tag to the<i>
tag.Here’s the PR that fixes this, although it was never merged into the old repo:
privateOmega/html-to-docx#226
Thanks!
The text was updated successfully, but these errors were encountered: