My div named "content_editable" is the center of my code editing application. I need it to adhere to specific CSS dimensions, but I also want to integrate CodeMirror syntax highlighting into it. However, following the documentation's instructions does not yield any results. The div I am working with is labeled as #editable_content
. How can I enable CodeMirror capabilities for it?
UPDATE
For more information, check out the CodeMirror Documentation. An example on JSFiddle or JSBin would be greatly helpful for demonstration purposes.