添加blockquote标签到默认白名单中

This commit is contained in:
leizongmin
2012-10-06 10:22:06 +08:00
parent 44e569a8a1
commit 459649b0e9

View File

@@ -36,6 +36,7 @@ var defaultWhiteList = {
em: ['style'],
cite: ['style'],
section:['style', 'class'],
blockquote: ['style', 'class'],
};
/**