mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
chore: prettier packages codes
This commit is contained in:
@@ -47,10 +47,10 @@ export default {
|
||||
|
||||
const parser = new MarkdownIt({
|
||||
html: true,
|
||||
highlight
|
||||
highlight,
|
||||
}).use(markdownItAnchor, {
|
||||
level: 2,
|
||||
slugify
|
||||
slugify,
|
||||
});
|
||||
|
||||
module.exports = function(source) {
|
||||
@@ -60,7 +60,7 @@ module.exports = function(source) {
|
||||
options = {
|
||||
wrapper,
|
||||
linkOpen: true,
|
||||
...options
|
||||
...options,
|
||||
};
|
||||
|
||||
let fm;
|
||||
|
Reference in New Issue
Block a user