要在 Markdown 格式的文件中创建表格网格,请添加 Pelicanjust_table
插件。
如果您的现有PLUGINS
定义为:
PLUGINS = ['sitemap', 'code_include', 'tag_cloud']
只需添加, 'just_table'
到PLUGINS
设置中即可:
PLUGINS = ['sitemap', 'code_include', 'tag_cloud', 'just_table']
并在创建您的第一个名为 的 Markdown 文本文件my-first-grid-table.md
时,获取您的 CSV 格式的内容并用[jtable]
/[/jtable]
标签包装它。这样的工作示例是:
Title: My first grid table
Date: 2018-11-06 11:00
Tags: grid, table
Category: blog
My grid looks like:
[jtable]
Name, Age, Description
John, 40, Cantankerous
Jill, 35, Bruised from tumbling down the hill
Basket, 120, an inanimated object
[/jtable]