react-codemirror
react-codemirror copied to clipboard
Question:: Using Multiplex with CodeMirror 6
Hi,
I am currently using react-codemirror2 which is quite old and uses CodeMirror 5. With codemirror5 you can use multiplex.js to embed one language in another e.g. javascript inside HTML or XML.
Does anyone have any examples of doing the same thing with react-codemirror v4 which uses codemirror 6 not codemirror 5.
Many thanks, David
@dcoales were you able to figure this out? Looking to implement the same functionality
Sadly not.
This is not easy to achieve. No way was found.