We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91949be commit 1ca39d9Copy full SHA for 1ca39d9
1 file changed
public/js/render.js
@@ -9,6 +9,8 @@ var dataUriRegex = /^\s*data:([a-z]+\/[a-z0-9-+.]+(;[a-z-]+=[a-z0-9-]+)?)?(;base
9
var whiteList = filterXSS.whiteList;
10
// allow ol specify start number
11
whiteList['ol'] = ['start'];
12
+// allow li specify value number
13
+whiteList['li'] = ['value'];
14
// allow style tag
15
whiteList['style'] = [];
16
// allow kbd tag
0 commit comments