Closed ionutg09 closed 1 year ago
It's not clear to me what you are trying to do. If you are taking plain text, how would the span styles be preserved? What is the output that you want?
This might be better answered on a forum like Stack Overflow. This area is for jsoup bugs and development, not Q&A.
Closing, no response.
Hello,
How can I parse in-line styles?
For example, I have this HTML code:
I am using wholeText() function to convert this HTML to a string, but the result is this one:
Testing some styling with jsoup
Is it possible to preserve the CSS styling?