Skip to content

Commit

Permalink
Update hast-to-hyperscript, mdast-util-to-hast
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 25, 2018
1 parent 4b130af commit 877527d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -17,9 +17,9 @@
],
"dependencies": {
"@mapbox/hast-util-table-cell-style": "^0.1.3",
"hast-to-hyperscript": "^5.0.0",
"hast-to-hyperscript": "^6.0.0",
"hast-util-sanitize": "^1.0.0",
"mdast-util-to-hast": "^3.0.0"
"mdast-util-to-hast": "^4.0.0"
},
"devDependencies": {
"cz-conventional-changelog": "^2.0.0",
Expand Down
8 changes: 3 additions & 5 deletions test/react/v0.14/fixtures/footnotes/output.html
Expand Up @@ -70,15 +70,13 @@
<ul>
<li>and lists</li>
</ul>
<a href="#fnref-1"></a>
<p><a href="#fnref-1"></a></p>
</li>
<li id="user-content-fn-2">
<p>Normal footnote.</p>
<a href="#fnref-2"></a>
<p>Normal footnote.<a href="#fnref-2"></a></p>
</li>
<li id="user-content-fn-3">
<p>charlie india</p>
<a href="#fnref-3"></a>
<p>charlie india<a href="#fnref-3"></a></p>
</li>
</ol>
</div></div>

0 comments on commit 877527d

Please sign in to comment.