Virginia Thayer

Results 2 comments of Virginia Thayer

Hey @outoftime, I've been working on a solution to this with @paulproteus, using CodeMirror's blockComment function. If I submit a pull request for the feature, would you want to enable...

Hey @outofotime! We (@paulproteus and I) worked on this today, and came up with this implementation: ``` diff --git a/src/components/Editor.jsx b/src/components/Editor.jsx index 10c173e..878e37a 100644 --- a/src/components/Editor.jsx +++ b/src/components/Editor.jsx @@ -13,6...