I have the following snippet:
snippet ta "table" b
.${1:Title}
[${2:width="${3:80%}",cols="${4:}",frame="topbot",options="header",stripe="even"}]
|====
|$0
|====
But once I tab up to the $0, I want to insert 'a|sometext' at every new line. I would prefer using tab or enter. How can I achieve this? Thanks for any suggestions.