Skip to content

Commit 3aab0e1

Browse files
committed
Deprecate remark-html-katex
1 parent fc32531 commit 3aab0e1

File tree

7 files changed

+4
-316
lines changed

7 files changed

+4
-316
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
],
1818
"type": "module",
1919
"workspaces": [
20-
"packages/remark-html-katex/",
2120
"packages/rehype-katex/",
2221
"packages/remark-math/",
2322
"packages/rehype-mathjax/"

packages/remark-html-katex/.npmrc

-2
This file was deleted.

packages/remark-html-katex/index.js

-72
This file was deleted.

packages/remark-html-katex/package.json

-42
This file was deleted.

packages/remark-html-katex/readme.md

+4-22
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,8 @@
11
# remark-html-katex
22

3-
**Stability: Legacy**.
4-
This package is no longer recommended for use.
5-
It’s still covered by semantic-versioning guarantees and not yet deprecated,
6-
but use of this package should be avoided.
7-
Please use `remark-rehype` to move from remark (markdown) to rehype (HTML)
8-
and then replace `remark-html-katex` with [`rehype-katex`][rehype-katex]
9-
or [`rehype-mathjax`][rehype-mathjax].
3+
Deprecated.
104

11-
Legacy [documentation for this package](https://github.com/remarkjs/remark-math/tree/52b145855df58e0cd85c2171452f192181cfb43d/packages/remark-html-katex)
12-
is still available in Git.
5+
[Git][] is still intact and previous versions can still be used without
6+
warnings.
137

14-
## License
15-
16-
[MIT][license] © [Junyoung Choi][author]
17-
18-
<!-- Definitions -->
19-
20-
[license]: https://github.com/remarkjs/remark-math/blob/main/license
21-
22-
[author]: https://rokt33r.github.io
23-
24-
[rehype-katex]: https://github.com/remarkjs/remark-math/tree/main/packages/rehype-katex
25-
26-
[rehype-mathjax]: https://github.com/remarkjs/remark-math/tree/main/packages/rehype-mathjax
8+
[git]: https://github.com/remarkjs/remark-math/tree/6d9970e/packages/remark-html-katex

packages/remark-html-katex/test.js

-174
This file was deleted.

packages/remark-html-katex/tsconfig.json

-3
This file was deleted.

0 commit comments

Comments
 (0)