[Vim-l] How put a wiki-format table in a tip?
John Beckett
johnb.beckett at gmail.com
Tue Jun 19 10:14:12 UTC 2007
I can't put a wiki-format table in a tip.
I suppose I could use html, but is there something I don't know
about putting a table inside the {{Tip ... }} construct?
For example, I changed tip 42 to the following:
---start of edit---
{{Tip
|id=42
|title=Using marks
|created=March 9, 2001 2:20
|complexity=basic
|author=Anonymous
|version=5.7
|rating=43/22
|text=
Following table does not work.
{|
| Aaa || Bbb bbb
|-
| Ccc || Ddd ddd
|}
}}
---end---
---Displayed by preview---
(The normal tip heading, then only the following three lines)
Following table does not work.
{
---end---
John
More information about the Vim-l
mailing list