tpope / vim-markdown

Vim Markdown runtime files
1.22k stars 191 forks source link

Fix links display in markdown tables #182

Closed jdorel closed 2 years ago

jdorel commented 2 years ago

In markdown tables, the display of links breaks the display of tables. With the following text : image The table is displayed as this : image

Would it be possible to replace the hidden characters with an equivalent amount of space (only in tables) to keep formating adequate ?

Note: I'm using vim-table-mode to automatically resize the table, so manually fixing the spaces is not an option

Thanks for all the hard work

tpope commented 2 years ago

No, Vim does not support that. Conceal is supported due to popular demand, but I personally recommend against using it, for reasons like this.

AdrienLemaire commented 1 year ago

Has the feature been implemented after #158, then removed at some point since this issue ? I cannot figure this out.

Using tpope/vim-markdown b78bbce3371a2eb56c89f618cd4ab2baadc9ee61 , I cannot see any link concealed. A feature I appreciated when using gabrielelana/vim-markdown.

tpope commented 1 year ago

No, it's never been supported for links. OP must have been using some other plugin.