markdownsublimetext3code-snippetsgithub-flavored-markdownmultimarkdown

Beside creating snippets, are there other ways to quickly create Markdown tables in sublime text 3?


I'm talking about writing table[r]x[c] and pressing <tab> to generate a Markdown table with the required numbers of rows and columns (in GFM or whatever markdown flavor one prefers). I don't feel like making, say 100, snippets for tables of a size up to 10x10. Is there a way that can automate this table creation process while avoiding keystrokes at the same time?

Thank you for your input.


Solution

  • Since you basically look for something like Emmet for Markdown, I'll start by finding out whether you can extend Emmet on Markdown files and create your own snippets.