It seems like the correct spacing isn’t being rendered when there is a line break between tables.
| Table 1 | Col |
| ------- | ----- |
| Row | Value |
| Table 2 | Col |
| ------- | ----- |
| Row | Value |
If there is text in between it renders correctly.
| Table 1 | Col |
| ------- | ----- |
| Row | Value |
a
| Table 2 | Col |
| ------- | ----- |
| Row | Value |
SYSTEM INFO:
Obsidian version: v1.4.1
Installer version: v1.3.5
Operating system: Darwin Kernel Version 22.6.0: Wed Jul 5 22:21:53 PDT 2023; root:xnu-8796.141.3~6/RELEASE_ARM64_T6020 22.6.0
Login status: logged in
Catalyst license: insider
Insider build toggle: on
Live preview: off
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none
Did another test with 1.4.6 in the sandbox vault. What I think is the missing clue here is the difference in HTML between the editing and reading view:
Notice the left-hand side is the editing view, the right-hand side is reading view.
In the reading view, the two tables are plain HTML table tags surrounded by div tags and that’s it. So it would make sense that whitespace is stripped until they touch.
In the editing view, there’s an additional div wrapping a br tag, which accounts for the white space between the tables.
SYSTEM INFO:
Obsidian version: v1.4.9
Installer version: v1.4.5
Operating system: Darwin Kernel Version 20.6.0: Thu Jul 6 22:12:47 PDT 2023; root:xnu-7195.141.49.702.12~1/RELEASE_X86_64 20.6.0
Login status: logged in
Catalyst license: supporter
Insider build toggle: on
Live preview: on
Legacy editor: off
Base theme: dark
Community theme: none
Snippets enabled: 0
Restricted mode: off
Plugins installed: 0
Plugins enabled: 0
RECOMMENDATIONS:
none
Just hopping in to say that this is still an issue in v1.5.0 (verified in the sandbox vault)
SYSTEM INFO:
Obsidian version: v1.5.0
Installer version: v1.4.13
Operating system: Darwin Kernel Version 21.6.0: Thu Mar 9 20:08:59 PST 2023; root:xnu-8020.240.18.700.8~1/RELEASE_X86_64 21.6.0
Login status: logged in
Catalyst license: insider
Insider build toggle: on
Live preview: on
Base theme: adapt to system
Community theme: none
Snippets enabled: 0
Restricted mode: on
RECOMMENDATIONS:
none