Ever thought of making an application that takes your markdown and renders it for you? Well, Cube Markdown Parser (Cube Package) is the solution. Cube Package takes your markdown and parses it into HTML. It can be plugged with any JS/TS framework and helps you in parsing markdown as String, HTMLDivElement, and Blob.
Features -
- Consistency across imports - Use it with commonjs or module, it works with both!
- Typescript support - I am also shipping the Typescript types used in the package to help you maintain consistency around your code.
- Smaller bundle size - Since only distribution files are exported, the bundle size is optimised for all your use-cases.
- Written in typescript - Ah, what else do I need to say.
Source Maps - The distribution version of Cube Package also contains source maps for efficient debugging.
- 0 Dependencies - Having no dependencies makes cube package a great choice for developers who care about getting work done with speed!