mirror of https://github.com/status-im/codimd.git
Update to allow rp tag for ruby
Signed-off-by: Max Wu <jackymaxj@gmail.com>
This commit is contained in:
parent
711a11ce23
commit
95e9f96aa0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue