I am trying to add markdown editor with my application. i tried with simplemd-editor found from https://github.com/NextStepWebs/simplemde-markdown-editor ; It is working fine whereas it changes the cursor pointer of my texarea as shown in the picture below .
And when typing, text coming with some background color as shown in below picture;
Question: My textarea cursor should not be changed (it should appear with basic style) and background color should not appear when typing. Please help how to achieve this using jquery?