You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accomplished this with @codesandbox/sandpack but it would be great to have codehike's beautiful code blocks instead of a different highlighting/rendering engine
I wonder if this could be accomplished by layering a transparent textarea over the top of the code block? And then sending the new code to sandpack renderer, or react-runner, react-live, whatever works
Just to kick around an idea onto your back burner
The text was updated successfully, but these errors were encountered:
Using code hike to re-render the edited code would be hard, right now code hike does all the syntax highlighting on the server when the MDX is transformed to JSX.
So, right now this is out of scope, but maybe we could add something like this in the future.
I accomplished this with
@codesandbox/sandpack
but it would be great to have codehike's beautiful code blocks instead of a different highlighting/rendering engineI wonder if this could be accomplished by layering a transparent textarea over the top of the code block? And then sending the new code to sandpack renderer, or react-runner, react-live, whatever works
Just to kick around an idea onto your back burner
The text was updated successfully, but these errors were encountered: