Abdullah Ubaid
Abdullah Ubaid
I've tried it. the problem arose for importing the Regex plugin, which states "require is not defined". It's a bit confusing to get around this. ``` (function (global, factory) {...
For reference I looked at the markdown-it-emoji plugin: https://github.com/markdown-it/markdown-it-emoji/blob/master/dist/markdown-it-emoji.js
I recently tried to do something similar to what you did. Hopefully this will solve your problem https://github.com/coder/code-server/issues/7285#issuecomment-2888409653
I recently tried to do something similar to what you did. I tried for hours and finally got it to work. Hopefully this will solve your problem. **From Server** ...
Thanks it works too. 