michael-o commented on code in PR #248: URL: https://github.com/apache/maven-doxia/pull/248#discussion_r1845556521
########## doxia-core/src/main/java/org/apache/maven/doxia/sink/impl/Xhtml5BaseSink.java: ########## @@ -1112,6 +1109,24 @@ && getCellJustif() != null) { } } + private static String getStyleForTableJustification(int justification) { Review Comment: The actual code isn't just necessarify for tables only, it could apply everywhere logically, no? -- 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.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org