Found myself needing to generate some markdown tables and couldn’t remember the syntax. Put together this javascript script to do it in textexpander so it should work cross platform. I’ll test it on a windows machine on Monday at work.
The script asks for how many columns and body rows you would like, and outputs accordingly. Also moves the cursor to the first header to begin typing in content.
Create a new snippet, set content to javascript, paste in the script from TextExpander Javascript Markdown Table Generator · GitHub.
Hope this helps!
(Edit: formatting)