Hi,
looks like I run in to an issue with text decoration of single space in <span> element.
Space in <span> gets's highlighted with background color, but text-decoration is not working.
Running prince-10r7-win64 version.
At the moment found a workaround of selecting all elements with single space and particular class and replacing space with .
looks like I run in to an issue with text decoration of single space in <span> element.
<p>2015<span style="background-color: yellow; text-decoration: line-through;"> </span>/ 2016</p>
Space in <span> gets's highlighted with background color, but text-decoration is not working.
Running prince-10r7-win64 version.
At the moment found a workaround of selecting all elements with single space and particular class and replacing space with .