Skip to content

Instantly share code, notes, and snippets.

@SQLDBAWithABeard
Created June 29, 2020 12:40
Show Gist options
  • Save SQLDBAWithABeard/b2f2ed44946af62de0f832f85e9e2c68 to your computer and use it in GitHub Desktop.
Save SQLDBAWithABeard/b2f2ed44946af62de0f832f85e9e2c68 to your computer and use it in GitHub Desktop.
markdown table snippet
"Table": {
"prefix": "table",
"body": [
"| ${1:Heading1} | ${2:Heading2} | ${3:Heading3} |",
"|------------|----------------:|-----------------:|",
"| | | |"
],
"description": "Log output to console"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment