standardnotes / markdown-basic

[Moved to https://github.com/standardnotes/app] A basic Markdown editor for Standard Notes
https://standardnotes.com
GNU Affero General Public License v3.0
11 stars 12 forks source link

Table background color #21

Closed christianhans closed 4 years ago

christianhans commented 5 years ago

Tables less wide than the window's width have a small problem with background color:

Screen Shot 2019-06-02 at 07 26 15
moughxyz commented 5 years ago

Can you share the raw markdown for this?

christianhans commented 5 years ago
Here's a simple footnote,[^1] and here's a longer one.[^bignote]

| ffdf | dssdd | dsfff |
| ---- | -----  | --- |
| dsddadasd | fsfsf | sdd |
moughxyz commented 5 years ago

This might need bg coloring of the rows and cells instead of the whole table.

TheodoreChu commented 4 years ago

This is fixed in upcoming PR