Skip to content

Commit ea70922

Browse files
committed
Remove note for removed idea
Seems `AssistiveMmlHandler` is no longer in `mathjax`.
1 parent 8c57175 commit ea70922

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/rehype-mathjax/lib/create-renderer.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ export function createRenderer(options, output) {
3636
return {
3737
register() {
3838
const adapter = liteAdapter()
39-
// To do next major: Keep resultant HTML handler from `register(adapter)` to
40-
// allow registering the `AssistiveMmlHandler` as in this demo:
41-
// <https://github.com/mathjax/MathJax-demos-node/tree/master/direct>
4239
/* eslint-disable-next-line new-cap */
4340
handler = RegisterHTMLHandler(adapter)
4441
document = mathjax.document('', {InputJax: input, OutputJax: output})

0 commit comments

Comments
 (0)