Problem
Inability to import Markdown tables. We have a large library of information in [Nuclino](https://www.nuclino.com) that we’d like to import into Anytype. Nuclino uses Markdown and can export to Markdown but it supports tables, tables with multi-line content and multiple tables on a single page. I’m unable to import these into Anytype, even if I take them through Notion first.
Solution
We’d like to be able to import Markdown files with simple tables, tables with multi-line content and pages with multiple tables.
Alternatives considered
I’ve successfully imported tables from Nuclino into Notion (with some minor tidy up required). But if I export them from Notion and import into Anytype they don’t come in as tables.
Additional context
Nuclino base their table formatting on Pandoc: https://pandoc.org/MANUAL.html#tables using the extension grid_tables
Here’s a page with a simple table exported from Nuclino:
| Example text row 1 column 1 | Example text row 1 column 2 | Example text row 1 column 3 |
| --------------------------- | --------------------------- | --------------------------- |
| Example text row 2 column 1 | Example text row 2 column 2 | Example text row 2 column 3 |
| Example text row 3 column 1 | Example text row 3 column 2 | Example text row 3 column 3 |
And here’s a page with multiple tables and tables with multi-line context exported from Nuclino:
+---------------------------+---------------------------+---------------------------+
|Example text row 1 column 1|Example text row 1 column 2|Example text row 1 column 3|
| | | |
|Example multi-line content |Example multi-line content |Example multi-line content |
+---------------------------+---------------------------+---------------------------+
|Example text row 2 column 1|Example text row 2 column 2|Example text row 2 column 3|
| | | |
|Example multi-line content |Example multi-line content |Example multi-line content |
+---------------------------+---------------------------+---------------------------+
+---------------------------+---------------------------+---------------------------+
|Example text row 1 column 1|Example text row 1 column 2|Example text row 1 column 3|
| | | |
|Example multi-line content |Example multi-line content |Example multi-line content |
+---------------------------+---------------------------+---------------------------+
|Example text row 2 column 1|Example text row 2 column 2|Example text row 2 column 3|
| | | |
|Example multi-line content |Example multi-line content |Example multi-line content |
+---------------------------+---------------------------+---------------------------+