Skip to content

Commit

Permalink
Fix the self-closing tags of SVG and MathML (#40)
Browse files Browse the repository at this point in the history
* use htmlparser2@3.10.0 and increase ver. to 2.0.2

Use the bugfix from fb55/htmlparser2#254

* reverted version to 2.0.1

* yarn install
  • Loading branch information
m93a authored and yhatt committed Oct 23, 2018
1 parent 27b776d commit e9ce453
Show file tree
Hide file tree
Showing 2 changed files with 965 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"markdown-it": ">=4.0.0"
},
"dependencies": {
"htmlparser2": "^3.9.2"
"htmlparser2": "^3.10.0"
},
"jest": {
"collectCoverageFrom": [
Expand Down
Loading

0 comments on commit e9ce453

Please sign in to comment.