codex-web-app icon indicating copy to clipboard operation
codex-web-app copied to clipboard

Tables don't seem to be supported

Open mattbloomfield opened this issue 4 years ago • 1 comments

I tried this and couldn't get it to work when previewing

| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |

mattbloomfield avatar Mar 18 '20 13:03 mattbloomfield

Thanks Matt!

I’d like to support tables in the future, but not using literal markdown. Instead, I’d like to make an actual table editor that supports markdown. The difference the table is a GUI. But copy and paste would still resolve to plaintext for compatibility.

Will follow-up here.

zaydek avatar Mar 20 '20 00:03 zaydek