ProseMirror Wikitext integration
npm install prosemirror-wikitext
This project supports taking a Prosemirror document and serializing it into
iFixit's custom wiki text syntax.
```
npm run build
This will run buble to transform all ES2015 source files in src/ to ES5 in adist/
directory called
``
npm run test
This currently runs all unit tests in Tests/`
This is released under the MIT License.