define({ 'name' : 'Markdown', 'sub-menu' : [ { 'name' : 'Documentation', 'external-link' : 'https://help.github.com/articles/github-flavored-markdown/', }, '---', { 'name' : 'Insert itemized list', 'snippet' : [ '* One', ' - Sublist', ' - This', ' - Sublist', ' - That', ' - The other thing', '* Two', ' - Sublist', '* Three', ' - Sublist', ], }, { 'name' : 'Insert enumerated list', 'snippet' : [ '1. Here we go', ' 1. Sublist', ' 2. Sublist', '2. There we go', '3. Now this', ], }, { 'name' : 'Insert table', 'snippet' : [ '
Header 1 | ', 'Header 2 | ', '
---|---|
row 1, cell 1 | ', 'row 1, cell 2 | ', '
row 2, cell 1 | ', 'row 2, cell 2 | ', '