diff --git a/public/js/render.js b/public/js/render.js index eb6852d..23b8934 100644 --- a/public/js/render.js +++ b/public/js/render.js @@ -23,6 +23,8 @@ whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'sandbox', ' whiteList['summary'] = [] // allow ruby tag whiteList['ruby'] = [] +// allow rp tag for ruby +whiteList['rp'] = [] // allow rt tag for ruby whiteList['rt'] = [] // allow figure tag