chrsm / impulse.nvim

notion.so client for neovim
MIT License
95 stars 1 forks source link

markdown: support Column and ColumnList #4

Open chrsm opened 2 years ago

chrsm commented 2 years ago

Frankly I'm not sure how to actually support this because it's not actually a markdown thing. Could we take the buffer size, split it in Ns, and wrap content?

Probably too much work.

current code explicitly skips rendering them: https://github.com/chrsm/impulse.nvim/blob/master/yue/impulse/types.yue#L258