# quill-markdown-shortcuts **Repository Path**: wongchenxiProject/quill-markdown-shortcuts ## Basic Information - **Project Name**: quill-markdown-shortcuts - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-19 - **Last Updated**: 2024-01-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Quill Markdown Shortcuts This package is a [Quill.js](https://quilljs.com) module that converts markdown on the fly to formatted rich text. [Example](https://patleeman.github.io/quill-markdown-shortcuts/) # Quickstart ## Installation ### Using NPM Use the NPM package manager to add this dependency to your project. ```bash npm i -S quill-markdown-shortcuts ``` ### Using CDN Add the library via jsdelivr. ``` ``` # Contributing Issues and pull requests are welcome! Please [open an issue](https://github.com/patleeman/quill-markdown-shortcuts/issues) for all other inquiries. ## Building the module and examples To build the module and the example bundles, please run `npm run build` and include the bundles in your commit. Thanks!