Skip to content

Commit

Permalink
Merge pull request #888 from donvercety/showdown_lib_update
Browse files Browse the repository at this point in the history
Showdownjs updated to v1.9.1, table.js not needed
  • Loading branch information
klaussilveira authored Jan 14, 2022
2 parents fff2aad + 1f32dba commit b2338c7
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 3,125 deletions.
2 changes: 1 addition & 1 deletion themes/bootstrap3/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $(function () {
}

if ($('#md-content').length) {
var converter = new Showdown.converter({extensions: ['table']});
var converter = new showdown.Converter({ tables: true, strikethrough: true });
$('#md-content').html(converter.makeHtml($('#md-content').text()));
}

Expand Down
Loading

0 comments on commit b2338c7

Please sign in to comment.