markdown-editor
markdown-editor copied to clipboard
break_highlighting_resubmission
provides a small fix to #101 based on the idea provided by aero31aero I created the disable warning button. codemirror error highlighting is done through its lint property. the highlighting is not as obtrusive as it was before.i tried adjusting the lint property to most aspect it does seems to work it still highlights but it does not highlight in a way that is consider bothersome. however when active there is an issue with where the mode is active it turns the functionality off for some of the other modes.this more or less just to provide a starting point for the fix though. I had resubmit due to an issue with my branch.
IMHO adding a test suite should be a separate PR. You really only added 3 lines of code (+2 dead lines) in the first PR, should have left it there.