Closed c3er closed 1 year ago
Either it is my fault or or the API changed. I didn't set the rowspan
option to true
. For using rowspan, it should look like this:
// ...
.use(require("markdown-it-multimd-table"), {
// Other options...
rowspan: true,
})
//...
It appears that the rowspan feature does not work currently. Trying the example from the README looks like this: