Skip to content

Instantly share code, notes, and snippets.

@gorbiz
Created September 2, 2014 18:09
Show Gist options
  • Select an option

  • Save gorbiz/c1cd51c07d506dd1ef3c to your computer and use it in GitHub Desktop.

Select an option

Save gorbiz/c1cd51c07d506dd1ef3c to your computer and use it in GitHub Desktop.
uditor test
<link rel="stylesheet" type="text/css" href="http://codemirror.net/lib/codemirror.css"> <script src="http://codemirror.net/lib/codemirror.js"></script> <script src="http://codemirror.net/mode/javascript/javascript.js"></script> <link rel="stylesheet" type="text/css" href="http://codemirror.net/doc/docs.css"> <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style><textarea id="code" name="code"></textarea><script>var editor = CodeMirror.fromTextArea(document.getElementById("code"), {lineNumbers: true,matchBrackets: true});</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment