This website works better with JavaScript.
Home
Explore
Help
Sign In
quiro
/
discourse-allowlist
Watch
2
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
different code, different approach
master
Marius Ciepluch
7 years ago
committed by
GitHub
parent
e77bce2694
commit
f6b3f2cdec
1 changed files
with
3 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-6
assets/javascripts/image-tag-whitelist.js
+ 3
- 6
assets/javascripts/image-tag-whitelist.js
View File
@ -1,6 +1,3 @@
(
function
(
)
{
Discourse
.
Markdown
.
whiteListTag
(
'span'
,
'class'
,
'dropcap'
)
;
Discourse
.
Markdown
.
whiteListTag
(
'span'
,
'class'
,
'sclass'
)
;
}
)
(
)
;
(
function
(
)
{
Discourse
.
Markdown
.
whiteListTag
(
'color'
,
'center'
,
'anchor'
,
'font'
,
'table'
,
'tr'
,
'td'
,
'span'
)
;
}
)
.
call
(
this
)
;
Write
Preview
Loading…
Cancel
Save