.CodeMirror {border-top: 1px solid #888; border-bottom: 1px solid #888;}
CodeMirror
Home Manual Code
Close-Tag
Close-Tag Demo
var editor = CodeMirror.fromTextArea(document.getElementById("code"), { mode: 'text/html', autoCloseTags: true });
News · General · Archive
.CodeMirror {border-top: 1px solid #888; border-bottom: 1px solid #888;}
var editor = CodeMirror.fromTextArea(document.getElementById("code"), { mode: 'text/html', autoCloseTags: true });