Konrad Windszus created DOXIA-764: ------------------------------------- Summary: XDoc source has a spurious new line at the beginning Key: DOXIA-764 URL: https://issues.apache.org/jira/browse/DOXIA-764 Project: Maven Doxia Issue Type: Bug Components: Module - Xdoc Affects Versions: 2.0.0 Reporter: Konrad Windszus
HTML rendered from the following XDoc snippet {code} <source> sink.paragraph(); sink.text( "my text" ); sink.paragraph_(); </source> {code} has a spurious new line at the beginning when rendered as HTML: {code} <pre class="prettyprint linenums"><code> sink.paragraph(); sink.text( "my text" ); sink.paragraph_(); </code></pre> {code} Probably a regression of DOXIA-731. -- This message was sent by Atlassian Jira (v8.20.10#820010)