Skip to content

Commit 95e9f96

Browse files
committed
Update to allow rp tag for ruby
Signed-off-by: Max Wu <jackymaxj@gmail.com>
1 parent 711a11c commit 95e9f96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

public/js/render.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ whiteList['iframe'] = ['allowfullscreen', 'name', 'referrerpolicy', 'sandbox', '
2323
whiteList['summary'] = []
2424
// allow ruby tag
2525
whiteList['ruby'] = []
26+
// allow rp tag for ruby
27+
whiteList['rp'] = []
2628
// allow rt tag for ruby
2729
whiteList['rt'] = []
2830
// allow figure tag

0 commit comments

Comments
 (0)