-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
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?
koppor and rombert