README
此扩展程序扩展了automad,以从简单的CSV文件字符串生成表格。
选项
用法
在模板内调用格式化器:<@ LuRo/Csv2Html { rawText: rawText: @{ yourVariableCsvTextName }, hasHeader: @{ yourVariableHasHeaderName | def ('true') } } @>
示例数据
表头单元格1;表头单元格2;表头单元格3# 行1 celldata1;行1 celldata2;行1 celldata3#