kwin commented on code in PR #146: URL: https://github.com/apache/maven-doxia/pull/146#discussion_r1118085847
########## doxia-modules/doxia-module-markdown/src/main/java/org/apache/maven/doxia/module/markdown/MarkdownMarkup.java: ########## @@ -92,10 +91,7 @@ public interface MarkdownMarkup extends TextMarkup { String VERBATIM_START_MARKUP = "```"; /** Syntax for the non breaking space: "\ " */ - String NON_BREAKING_SPACE_MARKUP = String.valueOf(BACKSLASH) + SPACE; - - /** Syntax for the page break: "\f" */ - String PAGE_BREAK_MARKUP = String.valueOf(PAGE_BREAK); + String NON_BREAKING_SPACE_MARKUP = "&npsp;"; Review Comment: Fixed in https://github.com/apache/maven-doxia/pull/146/commits/c49775264627b41daa3b17e90f9d72a0b0d9c218. -- 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