Giter VIP home page Giter VIP logo

Comments (5)

 avatar commented on July 18, 2024 1

Hi @privateOmega thank you very much for taking a look. I just installed 1.1.34, but <sup> still renders a subscript format. Can you confirm that this fix has made it into 1.1.34? Thanks again!!!

from html-to-docx.

privateOmega avatar privateOmega commented on July 18, 2024

@martin-lorenz Yea I just checked it out and seems you were right, I had wrongly written the argument for the method which builds the subscript and superscript elements. I have fixed it with the latest release. PTAL.

from html-to-docx.

privateOmega avatar privateOmega commented on July 18, 2024

@martin-lorenz I have double checked the issue and it seems like it was merged, released, and works with v1.1.34. I am attaching a screenshot of the feature being tried out. Maybe posting the usage and relevant part of html would help narrow down the issue.

Screenshot 2021-02-19 at 11 59 35 PM

from html-to-docx.

simon-jouet avatar simon-jouet commented on July 18, 2024

Hi @privateOmega just noticed the same issue locally running 1.1.34 the super script are rendered as subscript.

With a simple HTML like this

const htmlString = `
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="utf8" />
</head>

<body>
    <p>Hello <sup>world</sup></p>
</body>

</html>
`;

I get the following

image

I think the issue is that the npm package hasn't been rebuilt? Looking at node_modules/html-to-docx/dist/html-to-docx.esm.js I can see case"sup":return buildVertAlign("subscript") which shouldn't be the case from 2fd87fd

from html-to-docx.

andreeapurta avatar andreeapurta commented on July 18, 2024

The problem still persists.

from html-to-docx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.