This project supports taking a Prosemirror document and serializing it into iFixit's custom wiki text syntax.
npm run build
This will run tsc
to transform all TypeScript source files in src/
to ES5 in a
directory called dist/
npm run test
This runs all test cases with jest, using the default file match pattern, which runs all files under a __tests__
directory or any file.spec.ts
or file.test.ts
files.
This is released under the MIT License.