JSPM

markdown-table-parser

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 32
  • Score
    100M100P100Q60672F
  • License MIT

Easily parse markdown tables.

Package Exports

  • markdown-table-parser

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-table-parser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

mdtablesparser

Parse markdown tables with a tiny javascript file.

Example

https://blattmann.github.io/mdtablesparser/

Hint

The Javascript parser uses ES6. You may run this snippet on all current versions of Chrome without the need of compiling it back to ES5. If you want to be able to use it on older browsers please add some babel package (NPM stuff) on your own ;)

The cssfolder also contains a scss version ;)