pilot-js / seedo

Mask Off - Visual Design Challenges for Developers: A platform designed to help developers practice and learn HTML and CSS by reproducing images. We provide you with an image, and your task is to recreate it using HTML and CSS.
http://design-wars.herokuapp.com/#/
1 stars 0 forks source link

Adding styling to this codemirror #224

Closed chem2016 closed 5 years ago

chem2016 commented 5 years ago

@hgranthorner , I end up copying codemirror module to dist/css folder. Therefore a lot of files are included in this commit.

Besides, I used "require('../../node_modules/codemirror/mode/markdown/markdown');"

if i use require('../../dist/css/codemirror/mode/markdown/markdown'); the highlight is not working.