Skip to content

Instantly share code, notes, and snippets.

@142ayushkumar
Created December 23, 2017 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 142ayushkumar/b46f7c1f66b7ffc3023fbb7d638c2125 to your computer and use it in GitHub Desktop.
Save 142ayushkumar/b46f7c1f66b7ffc3023fbb7d638c2125 to your computer and use it in GitHub Desktop.
Added the snippet below my text area
<script type="text/javascript">
var editor = CodeMirror.fromTextArea(document.getElementById("source"), {
});
</script>
And added
<script src="/static/codemirror/lib/codemirror.js"></script>
<link rel="stylesheet" href="/static/codemirror/lib/codemirror.css">
<script src="/static/codemirror/mode/javascript/javascript.js">
within my head tag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment