
Security News
How Enterprise Security Is Adapting to AI-Accelerated Threats
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.
<img src="https://raw.githubusercontent.com/md-plugins/md-plugins/refs/heads/main/media/markdown-1024x1024.png" alt="md-plugins - Collection of Markdown-it! plugins for Vue and Quasa
Collection of Markdown-it! plugins for Vue and Quasar
NOTE: This monorepo is currently under development and not yet ready for production use.
A collection of Markdown-It plugins and utilities designed for enhanced Markdown processing. This monorepo contains various plugins for handling specific Markdown features, as well as a Vite plugin for transforming Markdown into Vue Single File Components (SFCs).
Inspired by Quasar Framework documentation and mdit-vue, this project aims to provide a comprehensive set of tools for working with Markdown content.
This monorepo provides:
| Plugin | Description | Readme |
|---|---|---|
@md-plugins/md-plugin-imports | Extracts and processes <script import> blocks from Markdown. | README |
@md-plugins/md-plugin-codeblocks | Enhances code block rendering with syntax highlighting, tabs, and more. | README |
@md-plugins/md-plugin-blockquote | Adds customizable CSS classes to blockquotes. | README |
@md-plugins/md-plugin-headers | Extracts and processes headers for generating ToCs or managing headers. | README |
@md-plugins/md-plugin-inlinecode | Adds a custom class to inline code blocks for styling. | README |
@md-plugins/md-plugin-link | Converts Markdown links into Vue components for SPA-friendly routing. | README |
@md-plugins/md-plugin-table | Adds custom classes and attributes to Markdown tables. | README |
@md-plugins/md-plugin-title | Extracts the first header in Markdown as the page title. | README |
@md-plugins/md-plugin-frontmatter | Extracts and processes frontmatter content from Markdown files. | README |
@md-plugins/md-plugin-containers | Adds custom containers for callouts, warnings, and more. | README |
@md-plugins/shared | Shared utilities and types for the plugins. | README |
viteMdPlugin | Vite plugin for transforming Markdown into Vue SFCs. | README |
viteExamplesPlugin | Vite plugin for loading and transforming example components and their raw source code for usage in your application. | README |
Clone the repository and use pnpm to install dependencies:
git clone https://github.com/md-plugins/md-plugins.git
cd md-plugins
pnpm install
Build all packages in the monorepo:
pnpm build
Each package includes unit tests. To run all tests across the monorepo:
pnpm test
Ensure code quality across all packages:
pnpm lint
We welcome contributions! Please open an issue or submit a pull request with your proposed changes.
This project is licensed under the MIT License. See the LICENSE file for details.
FAQs
<img src="https://raw.githubusercontent.com/md-plugins/md-plugins/refs/heads/main/media/markdown-1024x1024.png" alt="md-plugins - Collection of Markdown-it! plugins for Vue and Quasa
We found that md-plugins demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.