so I have to manually do || after inserting a line after the first line.
Instead, I would like a config option to be able to convert the existing content to the following for markdown:
@jwel There is g:table_mode_tabelize_auto_border that adds borders around all rows but nothing specifically for just the header. I would probably name it something like g:table_mode_tableize_auto_header
Right now if I visually select the following .csv content
and then do
<leader>tt
it results inso I have to manually do
||
after inserting a line after the first line. Instead, I would like a config option to be able to convert the existing content to the following for markdown:Is there currently an option to do that? If not, what would be a good name for that option if I wanted to submit a PR?