PROD-2185

This commit is contained in:
azanbinzahid
2020-12-10 15:01:59 +05:00
committed by Ali-D-Akbar
parent f45b526692
commit 7788b9ea62

View File

@@ -201,8 +201,8 @@ Mostly adapted from math.stackexchange.com: http://cdn.sstatic.net/js/mathjax-ed
.append($("<textarea>")
.addClass("wmd-input")
.attr("id", wmdInputId)
.html(initialText))
.append($wmdPreviewContainer); // xss-lint: disable=javascript-jquery-html
.html(initialText)) // xss-lint: disable=javascript-jquery-html
.append($wmdPreviewContainer);
$elem.append($wmdPanel);
}
converter = Markdown.getMathCompatibleConverter(postProcessor);