Skip to content

Commit

Permalink
minor snippet correction
Browse files Browse the repository at this point in the history
  • Loading branch information
dsillman2000 committed Nov 26, 2023
1 parent aab3234 commit 65614d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .metadock/content_schematics/jinja_helpers/md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ md:
intellisense:
snippet_key: Markdown convert
snippet_body:
- md.convert($1)
- md.convert

list:
docstring: |
Expand Down
2 changes: 1 addition & 1 deletion .metadock/generated_documents/jinja-md.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"scope": "jinja-md,md",
"prefix": "md.convert",
"body": [
"md.convert($1)"
"md.convert"
],
"description": "Markdown convert filter"
},
Expand Down
2 changes: 1 addition & 1 deletion .vscode/jinja-md.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"scope": "jinja-md,md",
"prefix": "md.convert",
"body": [
"md.convert($1)"
"md.convert"
],
"description": "Markdown convert filter"
},
Expand Down

0 comments on commit 65614d5

Please sign in to comment.