Skip to content

Commit

Permalink
make markdown tables work in showdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Mar 4, 2022
1 parent 3a4b450 commit 7342069
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ module.exports = {
fastboot: {
hostWhitelist: [/localhost:\d+/]
},
showdown: {
tables: true
}
}
},

Expand Down

0 comments on commit 7342069

Please sign in to comment.