Package Exports
- mark.ts
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 (mark.ts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
mark.js
Fork of the excellent mark.js lib. I removed some functionality I don't need. The original lib is 900 LOC, this lib is 500 LOC.
Changes
UMD
No more. Just a commonjs export. This also means the Mark object is no longer added to the window object.
Iframe support
No more.
Babel
No more. TypeScript is used to build the source, but adding typings is still on the roadmap.
Spaces
No more. Tabs, FTW.