thorstenb / odpdown

Generate OpenDocument Presentation (odp) files from markdown
Other
107 stars 18 forks source link

Missing tables support #26

Open rnwolf opened 9 years ago

rnwolf commented 9 years ago

Hi I tried tables in the source markup file:

Sprint 2-7 Planned Pts Planned Cnt Actual Pts Actual Cnt
Approx Total 100 30
Design and Architecture 15 6
Developer(*) 42 13
DevOps 8 1
UX, Testing, Biz Cha+++ 26 9

I got an error when creating the presentation file.

kages/odpdown.py", line 231, in iadd self.add_child_elems(other.get()) AttributeError: 'NoneType' object has no attribute 'get'

I don't see any in the demo files.

I assume that no tables at this point in time?