Closed Bad3r closed 1 year ago
While creating this feature request, I noticed a weird behaviour that could be a bug or the intended behaviour
Use this page as an example: https://github.com/gh0stzk/dotfiles
the table in the readme is render as:
After saving the page to Omnivore, notice that only the first row is centered. All other rows are left aligned:
Nice, thanks. Going to see if we can just drop this CSS in.
@jacksonh I assume it wasn't that simple?
Currently, tables are missing internal borders:
For better readability, define table borders; for example:
Before defining table border:
After defining table border:
I recently fixed this same issue in Logseq using the following code snippet:
The original code is from: https://logseq.abosen.top/#/page/logseq%E4%B8%AD%E5%A4%8D%E6%9D%82%E8%A1%A8%E6%A0%BC%E7%9A%84%E5%AE%9E%E7%8E%B0