Wednesday, December 24, 2014

Markdown tables in Vim

Hi All,

I am creating documents using Markdown formatting. There are many tables in the document i am working on. I'm trying to see if there is a plugin that will allow me to take text like the following:

SignedAddition Instructions Effect on OVC/OVCU
MOVU OVC,loc16 OVC = [loc16(5:0)]

(where there is a tab character between the two columns above.) To something like this:

+----------------------------------+------------------------+
| **Signed Addition Instructions** | **Effect on OVC/OVCU** |
+----------------------------------+------------------------+
| MOVU OVC,loc16 | OVC = [loc16(5:0)] |
+----------------------------------+------------------------+

(I hope this looks alright, the webmail client keeps using a proportional spaced font instead of the Courier i wanted. But it should look like a box, above.)

Any help is greatly appreciated!

Thanks,

Russ

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: