Skip to content

Commit 849deea

Browse files
committed
chore(sync): 🔨 synced local '.vscode/' with remote '.vscode/'
1 parent 9c2f54e commit 849deea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vscode/json.code-snippets

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"scope": "quarto,markdown",
5858
"prefix": "reading",
5959
"body": [
60-
"::: callout-note",
61-
"## :book: Reading task: ~${0:Minutes}",
60+
"## :book: Reading task: ~${0:Title}",
6261
"",
63-
"${1:Text body}",
62+
"**Time: ~${1:Minutes} minutes.**",
63+
"",
64+
"${2:Text}",
6465
"",
6566
"{{< text_snippet sticky_up >}}",
66-
":::",
6767
],
6868
"description": "Insert reading task section."
6969
},

0 commit comments

Comments
 (0)