Replies: 2 comments 1 reply
-
It's not something about the listener plugin. The problem is that you don't handle the remark AST very well. You're trying to give the |
Beta Was this translation helpful? Give feedback.
0 replies
-
HI @Saul-Mirone Unfortunately, this lib is obsolete.. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Initial checklist
Affected packages and versions
7.1.0
Link to runnable example
No response
Steps to reproduce
Transform to subscript
( when you uncomment
ctx.get(listenerCtx).markdownUpdated((_, markdown) => {});
you will be able to transform text to subscript )Expected behavior
I am able to use a custom command when I use @milkdown/plugin-listener
Actual behavior
When I want to use the custom command with
@milkdown/plugin-listener
I get the error( subscript is a custom command )
Runtime
Chrome, Safari, Electron
OS
Windows, Linux, macOS
Build and bundle tools
No response
Beta Was this translation helpful? Give feedback.
All reactions