We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae9947 commit 4d978e7Copy full SHA for 4d978e7
modello-plugins/modello-plugin-xdoc/pom.xml
@@ -30,7 +30,7 @@
30
<dependency>
31
<groupId>org.jsoup</groupId>
32
<artifactId>jsoup</artifactId>
33
- <version>1.15.4</version>
+ <version>1.16.1</version>
34
</dependency>
35
36
<groupId>org.xmlunit</groupId>
modello-plugins/modello-plugin-xdoc/src/test/resources/html4.expected.xml
@@ -17,7 +17,8 @@
17
</source>
18
<a name="class_model"/>
19
<subsection name="model">
20
- <p>This is a description in HTML4<br /><strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag</p>
+ <p>This is a description in HTML4
21
+<br /><strong>NOTE: </strong> HTML linebreak should be converted to selfclosing XML-tag</p>
22
<table>
23
<tr>
24
<th>Element</th>
0 commit comments