Package Exports
- markdown-pane
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (markdown-pane) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
markdown-pane
A SolidOS pane to render, create and edit markdown files.
Contribute
Tech stack
- Typescript
- React
- Jest
- Eslint
- Prettier
- SolidOS
Tests
To run all tests:
npm run testUnit tests
Unit tests use jest and are placed next to the tested file as *.test.ts(x) files.
Dev Server
Start a webpack dev server:
npm startVisit http://localhost:8080/ to render the pane.
Build
npm run buildThe build is done by tsc, webpack is only used as dev server and not for production build.