-
Hi,
apparently Jsoup formats the content inside a `` tag, resulting in a non-equivalent rendering.
Given the following HTML:
```html
Test
TEST
```
And running …
-
**version**
babashka v1.0.165
**platform**
Both macOS 12.5 on an M2 and virtualized Ubuntu 22.04 LTS arm64 arch.
**problem**
On macOS:
```
Downloading pod jaydeesimon/jsoup (0.1.0)
…
-
We recently upgraded from Vaadin v22.0.0 to v23.3.25 and are looking to set up TestBench and utilize the SpringUIUnit4Test for creating Spring Boot Unit Tests, however we are encountering the followin…
-
is someone into building Kotlin multiplattform libraries and could give some advise on what to do / pitfalls to be aware of or would be open to help to make this project a multiplattform lib?
-
Looks like there is a behavior change from 1.15.1 to 1.15.2+.
The following code fails on 1.15.2 because it is missing the newlines
```java
public static String sampleClean(String input) {
…
-
## CVE-2022-36033 - Medium Severity Vulnerability
Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable lib…
-
Hi,
I am unable to render PDF from html that has japanese or CJK characters.
I just get # characters in the PDF.
I used the exact html as used in https://sandbox.openhtmltopdf.com/?file=cjk.htm b…
-
## CVE-2021-37714 - High Severity Vulnerability
Vulnerable Library - jsoup-1.8.2.jar
jsoup HTML parser
Library home page: http://jsoup.org/
Path to dependency file: /pom.xml
Path to vulnerable libra…
-
Hello,
How can I parse in-line styles?
For example, I have this HTML code:
```
Testing some styling
with jsoup
```
I am using wholeText() function to convert this HTML…
-
Hi, I did a short profiling session of Dokka in `kotlinx.coroutines`.
The methodology was pretty straightforward: warmup Gradle daemon, run `./gradlew cleanDokkaHtmlMultiModule cleanDokkaHtmlPartial …