Open WattsC-90 opened 5 years ago
To can set it to read only like this:
easymde = new EasyMDE();
easymde.codemirror.setOption('readOnly', true);
It would be good if the readonly
and disabled
attributes on the textarea
element worked.
I want to be able to provide a consistent markdown view between the editor and the viewer. Is there a way to set the EasyMDE object as view only? Or is there a recommendation for alternative?