Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
fix: table's styles cannot be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Apr 5, 2019
1 parent 9ab2ca7 commit 1035eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ function escapeHTMLTagInCode($) {
}

function removeTableStyls($) {
$('code').css('width', '')
$('table').css('width', '')
return $
}

0 comments on commit 1035eb3

Please sign in to comment.