When exporting to word/PDF HTML styled text, make <br> tag to be parsed once
This commit is contained in:
parent
0010ad846a
commit
6ff9ea2d05
|
@ -170,7 +170,9 @@ public class HtmlToWorldBuilder implements NodeVisitor {
|
|||
}
|
||||
break;
|
||||
case "br":
|
||||
if (stringBooleanEntry.getValue()) {
|
||||
this.run.addCarriageReturn();
|
||||
}
|
||||
break;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue