mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
added support for markdown tables
This commit is contained in:
@@ -21,7 +21,7 @@ $(function () {
|
||||
}
|
||||
|
||||
if ($('#md-content').length) {
|
||||
var converter = new Showdown.converter();
|
||||
var converter = new Showdown.converter({extensions: ['table']});
|
||||
$('#md-content').html(converter.makeHtml($('#md-content').text()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user