diff options
author | hubertp-lshift <hubertp@lshift.de> | 2016-11-01 10:07:39 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-11-01 10:07:39 +0100 |
commit | 01a21dd43fe170ba215b83179f6e10d51e77f3f5 (patch) | |
tree | 0b2e706018b02dff55382090cdcd807139713d0f /tests/odt/native/simpleTable.native | |
parent | e08ffa562a36cfa3b7f3ed31dcc9c92979462d75 (diff) | |
download | pandoc-01a21dd43fe170ba215b83179f6e10d51e77f3f5.tar.gz |
[odt] Infer tables' header props from rows (#3199)
ODT reader simply provided an empty header list
which meant that the contents of the whole table,
even if not empty, was simply ignored.
While we still do not infer headers we at least have
to provide default properties of columns.
Diffstat (limited to 'tests/odt/native/simpleTable.native')
-rw-r--r-- | tests/odt/native/simpleTable.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/odt/native/simpleTable.native b/tests/odt/native/simpleTable.native index f94026bd5..0a9b380a5 100644 --- a/tests/odt/native/simpleTable.native +++ b/tests/odt/native/simpleTable.native @@ -1 +1 @@ -[Table [] [] [] [] [[[Plain [Str "Content"]],[Plain [Str "More",Space,Str "content"]]]],Para []]
\ No newline at end of file +[Table [] [AlignDefault,AlignDefault] [0.0,0.0] [[],[]] [[[Plain [Str "Content"]],[Plain [Str "More",Space,Str "content"]]]],Para []] |