feat: md-table weighted random
This commit is contained in:
@@ -57,7 +57,6 @@ export default function markedTable(): MarkedExtension {
|
||||
const csvData = tableToCSV(headers, rows);
|
||||
|
||||
// 渲染为 md-table 组件,内联 CSV 数据
|
||||
console.log(csvData)
|
||||
return `<md-table>${csvData}</md-table>\n`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user