chore: remove @vant/markdown-loader package

This commit is contained in:
chenjiahan
2021-09-07 14:21:05 +08:00
parent f0cc727c6a
commit 6eec7f3c2f
10 changed files with 0 additions and 508 deletions

View File

@@ -1,14 +0,0 @@
const MarkdownIt = require('markdown-it');
const markdownItAnchor = require('markdown-it-anchor');
const highlight = require('./highlight');
const { slugify } = require('transliteration');
const parser = new MarkdownIt({
html: true,
highlight,
}).use(markdownItAnchor, {
level: 2,
slugify,
});
module.exports = parser;