kwin commented on code in PR #619:
URL:
https://github.com/apache/maven-doxia-sitetools/pull/619#discussion_r2837657233
##########
doxia-site-renderer/src/main/java/org/apache/maven/doxia/siterenderer/sink/SiteRendererSink.java:
##########
@@ -187,6 +317,10 @@ protected void write(String text) {
}
}
+ if (verbatimBuffer != null) {
+ verbatimBuffer.append(unifyEOLs(txt));
Review Comment:
This is in line with what write(...) is doing in all other circumstances. We
don't control what is emitted here.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]