I would like to make a snippet that makes an HTML table.
Here are some examples of things to type :
table name address city - table team wins losses draws - table views clicks clickthrough
This is what I want it to output : a table with a columns for each of the fields (with 'table' triggering the snippet).
I'd also like to run these field names through a function to transform them (for example to field names - "First Name" -> 'first_name'.
Is this possible? How would I do it?