An open API service indexing awesome lists of open source software.

https://github.com/tizee/md-table.vim

a tool help generate markdown table quickly.
https://github.com/tizee/md-table.vim

Last synced: 5 months ago
JSON representation

a tool help generate markdown table quickly.

Awesome Lists containing this project

README

          

# mdtable.vim

A simple vim plugin that helps generate Markdown table.

## Usage

```
:MDTable {width} {height}
```

```
:MDTable 4 4

| | | | |
| --- | --- | --- | --- |
| | | | |
| | | | |
| | | | |
```