# vite-plugin-markdown-it **Repository Path**: Elora-Cloud/vite-plugin-markdown-it ## Basic Information - **Project Name**: vite-plugin-markdown-it - **Description**: 一个实现了markdown-it样式的vite插件。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-10-28 - **Last Updated**: 2026-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vite-plugin-markdown-it ## Introduction A vite plugin that integrates' markdown it '. You can directly reference the '*. md' file as a component in the 'Vue' project built using 'vite'. The default plugins that integrate markdown it are as follows: * `markdown-it-anchor` * `@toycode/markdown-it-class` * `markdown-it-container` * `markdown-it-emoji` * `markdown-it-toc-done-right` ## Start ```bash pnpm i pnpm run build pnpm i pnpm run example:dev ``` visit [http://localhost:5173](http://localhost:5173) ## Example Usage See the [example](./example) app in this repo.