Text Editors

Summernote

Place some text here

CodeMirror

$(function () { // Summernote $('#summernote').summernote() // CodeMirror CodeMirror.fromTextArea(document.getElementById("codeMirrorDemo"), { mode: "htmlmixed", theme: "monokai" }); })