dev_aliyun_beta
hjm 5 years ago
parent 47171c6679
commit 714069f0b5

@ -3602,7 +3602,7 @@
return text;
};
markedRenderer.em = function (text) {
if (text && text.substring('$$') != -1) {
if (text && text.indexOf('$$') != -1) {
return text;
} else {
return '<em>' + text + '</em>';

Loading…
Cancel
Save