juanpablo-santos commented on code in PR #528:
URL: https://github.com/apache/jspwiki/pull/528#discussion_r4112192959
##########
jspwiki-markdown/src/main/java/org/apache/wiki/markdown/extensions/attributesanitizer/AttributeSanitizerExtension.java:
##########
@@ -68,6 +69,10 @@ public static AttributeSanitizerExtension create() {
*/
@Override
public void rendererOptions(final MutableDataHolder options) {
+ escapeHtml = HtmlRenderer.ESCAPE_HTML.get(options);
Review Comment:
Not what I had in mind, but definitely better!
--
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]