Created
June 29, 2020 12:40
-
-
Save SQLDBAWithABeard/b2f2ed44946af62de0f832f85e9e2c68 to your computer and use it in GitHub Desktop.
markdown table snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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