-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to remove all syntax highlighting #431
Comments
jaywcjlove
added a commit
that referenced
this issue
Dec 12, 2022
<CodeMirror
value={`console.log('hello')`}
+ theme="none"
height="400px"
style={{ margin: '0 0 23px 0' }}
extensions={[langs.markdown()]}
/> @sam-rez upgrade react-codemirror/core/src/index.tsx Line 31 in 5a3ad69
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to remove all code completion and syntax highlighting? Basically, I would like it to be a notepad text editor.
The text was updated successfully, but these errors were encountered: