Details
-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
2.1.0
-
None
-
None
-
Unknown
-
Description
Hello!
When importing tables from Mediawiki, which have an empty first block in the table header, the whole header is omitted.
Example after importing:
(((
(((
)))
A | B | C |
D | E | F |
It should look like:
=Header2 | =Header 3 | |
A | B | C |
D | E | F |