Insert the following contents:
| name | age | other |
|------|-----|----------|
| john | 23 | boy|girl |
Enter <Esc>, then it turns out to be:
| name | age | other | |
|------|-----|----------| |
| john | 23 | boy | girl |
but how can i use "|" in a table?
vim:7.3
vimwiki:2.0.1
os: ubuntu 12.04
Original issue reported on code.google.com by xuezai...@gmail.com on 21 Mar 2013 at 11:11
Original issue reported on code.google.com by
xuezai...@gmail.com
on 21 Mar 2013 at 11:11