Skip to content

Commit 29a8526

Browse files
committed
Added table styling to markdown tables
1 parent 6a4998c commit 29a8526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/themes/mongodb/static/js/scripts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jQuery(document).ready(function(){
2323
$(this).attr('target', '_blank');
2424
}
2525
});
26+
jQuery('.body table').addClass('table').addClass('table-striped');
2627
});

0 commit comments

Comments
 (0)