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.
 
 

8 lines
422 B

(function () {
Discourse.Markdown.whiteListTag('img', 'class', 'img-left');
Discourse.Markdown.whiteListTag('img', 'class', 'img-right');
Discourse.Markdown.whiteListTag('img', 'class', 'img-center');
Discourse.Markdown.whiteListTag('img', 'class', 'img-custom');
Discourse.Markdown.whiteListTag('img', 'data-max-height', /\d+\%?$/ );
Discourse.Markdown.whiteListTag('img', 'data-max-width', /\d+\%?$/ );
})();