We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711a11c commit 95e9f96Copy full SHA for 95e9f96
1 file changed
public/js/render.js
@@ -23,6 +23,8 @@ whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'sandbox', '
23
whiteList['summary'] = []
24
// allow ruby tag
25
whiteList['ruby'] = []
26
+// allow rp tag for ruby
27
+whiteList['rp'] = []
28
// allow rt tag for ruby
29
whiteList['rt'] = []
30
// allow figure tag
0 commit comments