Use nice condensed table with border
and alos clean the prettyMessage even without showdown
This commit is contained in:
@@ -655,12 +655,12 @@ $(function() {
|
||||
this.clearText.html(
|
||||
converter.makeHtml(text)
|
||||
);
|
||||
// add table class from bootstrap css
|
||||
this.clearText.find('table').addClass('table');
|
||||
// add table classes from bootstrap css
|
||||
this.clearText.find('table').addClass('table-condensed table-bordered');
|
||||
|
||||
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