markdown-it-vue icon indicating copy to clipboard operation
markdown-it-vue copied to clipboard

The vue lib for markdown-it.

Results 42 markdown-it-vue issues
Sort by recently updated
recently updated
newest added

I want 2 not 1. Can you tell me how to delete the p tag inside li tag? I think the p tag which wraped in li tag is useless.

在项目中引用import markdownItVueLight from 'markdown-it-vue/dist/markdown-it-vue-light.umd.min.js'后打包并应用webpack分包策略后单个js文件还是很大,导致被公司内部上传静态资源校验规则(每个资源文件不得超过1M)拦截,无法部署,请问是否有其他解决方式!!

I'm trying to access the [parse ](https://markdown-it.github.io/markdown-it/#MarkdownIt.parse)function of markdown-it proper but unable to find the proper way to do it my vue methods. Is this possible? I'm trying to convert...

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

{ "title": { "text": "World Population" }, "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } }, "legend": {}, "xAxis": { "type": "category", "data": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat",...

options: { html: true, // 在源码中启用 HTML 标签 markdownIt: { plugins: [customPanelPlugin], // 使用自定义插件 }, }; // customPanelPlugin.js export default function customPanelPlugin(md) { console.log('Custom panel plugin initialized md', md); //...