Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

iFixit/prosemirror-wikitext

Repository files navigation

Wikitext Serializer for Prosemirror

Build Status

This project supports taking a Prosemirror document and serializing it into iFixit's custom wiki text syntax.

Build

npm run build

This will run tsc to transform all TypeScript source files in src/ to ES5 in a directory called dist/

Test

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.

License

This is released under the MIT License.