I want to copy-paste a row from a Postgres database into Logseq. I can choose between different formats and I selected Markdown. Obsidian renders it perfectly:
but logseq doesn’t:
On the other hand, the Android app works fine.
This is the code of the table: "| inizio | fine | aaaa_id | sesh_id | note | bbbbb | ccccc | ddddd | eeeeee | fffff | gggggg | bb | fffffff | yyyyyyy | zzzzzzzz | luogo_id | logseq_id | hhhhhhh | iiiiiiiii | lllllllllll | mmmmmmmmm | uuuuu | dolore | ttttttttt | rrrrrrrrrrr | fffffffff | dddddddddd | eeeeeeee | fffffffff | mmmmmm | aaaaa | dddddd | rrrrrrrr | top | ffffff | ddddddd | sssssss | parla | id | in_logseq | ttttttt | ssssssss | eeeeeeeee | giorno_sett |
| ----------------------- | ----------------------- | ------- | ------- | ---- | ----- | ----- | ----- | ------ | ----- | ------ | — | ------- | ------- | -------- | -------- | --------- | ------- | --------- | ----------- | --------- | ----- | ------ | --------- | ----------- | --------- | ---------- | -------- | --------- | ------ | ----- | ------ | -------- | — | ------ | ------- | ------- | ----- | — | --------- | ------- | -------- | --------- | ----------- |
| 2024-07-27 04:59:00.000 | 2024-07-27 05:50:00.000 | 88 | 34 | | | | | true | 2 | | | | | | 1 | a2cbe66 | | | | true | | | 2 | | | | | | | | | | | | | | | 180 | | true | 1 | | SAB |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
"
PS. The demo version doesn’t have any scrollbar at all.
EDIT: I found a workaround, which isn’t optimal but better than nothing: putting the table code in a code block (choosing Markdown as language).