kwin merged PR #236:
URL: https://github.com/apache/maven-doxia/pull/236
--
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: issues-unsubscr...@maven.apache
kwin commented on code in PR #236:
URL: https://github.com/apache/maven-doxia/pull/236#discussion_r1803112831
##
doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java:
##
@@ -1444,34 +1444,44 @@ public void rawText(String text) {
}
}
-
michael-o commented on code in PR #236:
URL: https://github.com/apache/maven-doxia/pull/236#discussion_r1802489161
##
doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java:
##
@@ -1444,34 +1444,44 @@ public void rawText(String text) {
}
}
kwin commented on code in PR #236:
URL: https://github.com/apache/maven-doxia/pull/236#discussion_r1801467513
##
doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java:
##
@@ -1724,6 +1724,17 @@ public interface Sink extends AutoCloseable {
*/
void comment
kwin commented on code in PR #236:
URL: https://github.com/apache/maven-doxia/pull/236#discussion_r1798473474
##
doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java:
##
@@ -1724,6 +1724,17 @@ public interface Sink extends AutoCloseable {
*/
void comment
michael-o commented on code in PR #236:
URL: https://github.com/apache/maven-doxia/pull/236#discussion_r1798300480
##
doxia-sink-api/src/main/java/org/apache/maven/doxia/sink/Sink.java:
##
@@ -1724,6 +1724,17 @@ public interface Sink extends AutoCloseable {
*/
void co