Didactopus/tests/fixtures/doclift_bundle_minimal/documents/lecture-1/document.tables.json

14 lines
215 B
JSON
Executable File

{
"source_path": "legacy/lecture-1.doc",
"tables": [
{
"table_id": "table-1",
"caption": "Example table",
"rows": [
["Column A", "Column B"],
["1", "2"]
]
}
]
}