Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
6.0.0 source code.tar.gz | 2023-09-19 | 38.4 kB | |
6.0.0 source code.zip | 2023-09-19 | 66.1 kB | |
README.md | 2023-09-19 | 898 Bytes | |
Totals: 3 Items | 105.4 kB | 0 |
Change
- 4223ed9 Change to use
exports
migrate: don’t use private APIs - e8039d7 Change to require Node.js 16 migrate: update too
- f173346 fc32531 3658edd Change to use
<code>
, replace wrapping elements, update@types/{hast,mdast}
, etc migrate: update too it’s no longer required to use the syntax extension fromremark-math
, you could instead use fenced code (```math
). When usingremark-math
, similar markup is generated (<pre><code class="language-math">
). To render that nicely (not monospace and small by default), those elements are replaced with the results from katex/mathjax. - 232f0d7 Remove
throwOnError
option, improve message migrate: checkfile.messages
for warnings
Misc
- 3aab0e1 Archive
remark-html-katex
Full Changelog: https://github.com/remarkjs/remark-math/compare/5.1.1...6.0.0