Closed JESii closed 1 year ago
This appears to be working as expected. There are formatting tags (</br>
for example) and empty whitespace which are being hidden when your cursor is not in the table, but displayed as soon as you click into it.
If you were to view this file in a program other than Obsidian, you could see how the whitespace makes the table appear nicely formatted when viewed as plain text.
For more details on this please see #145.
Describe the bug I want to create a cell in the table and have the text centered in that cell. When I do that using the
<center>...</center>
tag, it works, but the editing display goes all hinky.To Reproduce Steps to reproduce the behavior:
<center>...</center>
tagsExpected behavior I would have expected the display to remain on a single line -- when I use other tags, such as
<br/>
tags, the display isn't hosed.Screenshots displays as expected when not "in" the table (cursor is on line 2
click "edit this block" and things still look good
click into the table and things still look good
but as soon as I click on a cell to do some edits... goes a bit haywire
If I'm actually on one of those 'centered' items, it looks OK, but others do not
Desktop (please complete the following information):
Additional context
It's workable, but very disconcerting.