nvie / vim-rst-tables

Easily create and reformat your RST (reStructuredText) tables as you change cell content.
121 stars 36 forks source link

Does not honour line breaks in rows #6

Closed timwraight closed 8 years ago

timwraight commented 13 years ago

reST supports directives within tables, but these often require line breaks within rows. vim-rst-tables currently joins all lines into one when reflowing tables. Would it be possible to modify the plugin so that line breaks can be honoured?

The following is an example of what I would like to do:

+------------------+---------------------------------------------------+
| myFunction()     | .. deprecated:: 0.35                              |
|                  |    Please use thisOtherFunction() instead.        |
|                  |                                                   |
|                  | A function which solves all your problems.        |
+------------------+---------------------------------------------------+
bbinet commented 9 years ago

+1