Better table support in markdown export

Hi, Agenda 14 looks great!

I did a markdown export of a note containing a table and am wondering if the output could be made more legible.

For example, this content:

I would expect to render approximately this:

| Name    | Position  |
| ------- | --------- |
| Kevin   | President |
| Dawn    | CEO       |

This is what is currently exported:

Name

Position

Kevin

President

Dawn

CEO

1 Like

Indeed something where we could improve things, it’s on our (very long) list.

2 Likes

Still not fixed.

still not fixed, @ mekentosj ?

It’s technically not broken, because basic markdown doesn’t support tables. That said, it would be nice to have this.

There have been some improvements to table export recently, and I will see if we can improve this too.