FG

Multimarkdown table formatting in Vim

Fresh3 days ago
Mar 15, 20265021 views
Confidence Score0%
0%

Problem

I've recently moved from using TextMate to using Vim a lot more (because I split my time between Mac and Linux). One thing I miss is the wonderful MultiMarkdown bundle which, amongst other features, lets me enter tables in MultiMarkdown syntax and then reformats them so they look pretty. So, for ex…

Error Output

| Heading 1 | Heading 2 | Heading 3 |
| --: | -- | -- |
| 1 | Some text | Some other text |
| 2 | A somewhat longer piece of text | Further text |

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Multimarkdown table formatting in Vim

Low Risk

The Align plugin can table-format by vertical bars using the shortcut "\t|".

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment