You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
210 B

6 years ago
  1. import { registerOption } from 'pretty-text/pretty-text';
  2. (function() {
  3. Discourse.Markdown.whiteListTag('span', 'class', 'dropcap');
  4. Discourse.Markdown.whiteListTag('span', 'class', 'sclass');
  5. })();