# quill-markdown-shortcuts **Repository Path**: mirrors_peachscript/quill-markdown-shortcuts ## Basic Information - **Project Name**: quill-markdown-shortcuts - **Description**: Quill.js module that converts markdown to rich text formatting while typing. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2025-12-13 ## 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 ## Install using NPM Use the NPM package manager to add this dependency to your project, then in your html file, add a script tag to the end of the body and point to `markdownShortcuts.js` in the dist folder. ```bash npm i -S quill-markdown-shortcuts ``` ```html