Fix table

This commit is contained in:
Avery Black
2020-07-17 14:21:24 -07:00
parent 43e6a8dc21
commit 0872d9b51e
4 changed files with 25 additions and 22 deletions

Binary file not shown.

View File

@@ -39,7 +39,9 @@ module.exports = {
markdown: {
extendMarkdown: md => {
md.use(require('markdown-it-multimd-table'))
md.use(require('markdown-it-multimd-table'), {
rowspan: true,
});
}
},
@@ -256,8 +258,8 @@ module.exports = {
['CONTRIBUTING', 'Contributing'],
]
},
],
},
],
},
/**
* Apply pluginsrefhttps://v1.vuepress.vuejs.org/zh/plugin/
*/
@@ -272,4 +274,4 @@ module.exports = {
}
}],
]
}
}