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
new JS ES
master
Marius Ciepluch
7 years ago
committed by
GitHub
parent
7fbb6de920
commit
1a05f27bac
1 changed files
with
14 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+14
-0
assets/javascripts/span-tag-whitelist.js.es6
+ 14
- 0
assets/javascripts/span-tag-whitelist.js.es6
View File
@ -0,0 +1,14 @@
export default {
name: 'dropcap',
initialize() {
setup(helper);
]);
}
};
export function setup(helper) {
helper.whiteList([ 'span.dropcaps',
'span.sclass'
]);
Write
Preview
Loading…
Cancel
Save