luro/automad-csv2html

将CSV代码转换为Bootstrap HTML代码

安装: 59

依赖项: 0

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:automad-package

v2.0.0 2023-05-12 16:18 UTC

This package is auto-updated.

Last update: 2024-09-12 19:00:00 UTC


README

此扩展程序扩展了automad,以从简单的CSV文件字符串生成表格。

选项

用法

在模板内调用格式化器:<@ LuRo/Csv2Html { rawText: rawText: @{ yourVariableCsvTextName }, hasHeader: @{ yourVariableHasHeaderName | def ('true') } } @>

示例数据

表头单元格1;表头单元格2;表头单元格3# 行1 celldata1;行1 celldata2;行1 celldata3#