Hi Herve,
I have reworked the old code of surefire in .
Since now we will not print after every new line.
Just printing plain text as it is in .
I will push the fix in the evening.
Cheers
--
View this message in context:
http://maven.40175.n5.nabble.com/Doxia-does-not-generate-br
related code is
http://maven.apache.org/doxia/doxia/doxia-core/xref/org/apache/maven/doxia/sink/XhtmlBaseSink.html#L1762
no magic about "previous line is finished with \n": the only special handling
is that inside a , you don't need a but just a newline
can somebody share generated html that is
Can somebody experienced with Doxia tell me what's going on with the call
sink.lineBreak()?
It really looks like is generated if and only if the previous line is
finished with "\n", i.e., sink.text( line + "\n" );
Is it expected Doxia optimization or a bug?
I found this issue after I dig into
http