codemirror-whitespaces
v0.1.0
Published
A CodeMirror plugin to display whitespaces
Readme
CodeMirror-whitespaces
A CodeMirror plugin to display whitespaces.
Installation
npm i --save codemirror-whitespacesUsage
CodeMirror(element, {
showWhitespaces: true
});Demo
Open index.html to see it in action.
License
The code is subject to the MIT license.
