Add table class to parsed Markdown
Fixes https://github.com/PrivateBin/PrivateBin/issues/140
This commit is contained in:
@@ -655,9 +655,12 @@ $(function() {
|
||||
this.clearText.html(
|
||||
converter.makeHtml(text)
|
||||
);
|
||||
// add table class from bootstrap css
|
||||
this.clearText.find('table').addClass('table');
|
||||
|
||||
this.clearText.removeClass('hidden');
|
||||
this.prettyMessage.addClass('hidden');
|
||||
}
|
||||
this.prettyMessage.addClass('hidden');
|
||||
break;
|
||||
case 'syntaxhighlighting':
|
||||
if (typeof prettyPrintOne === 'function')
|
||||
|
||||
Reference in New Issue
Block a user