Update snippet for markdown question
This commit is contained in:
parent
5662825b99
commit
879f382cfa
1 changed files with 5 additions and 2 deletions
|
|
@ -40,8 +40,11 @@ ls.add_snippets(
|
||||||
s({ trig = "iq", dscr = "Insert question" },
|
s({ trig = "iq", dscr = "Insert question" },
|
||||||
fmt(
|
fmt(
|
||||||
[[
|
[[
|
||||||
❓ #Question {}
|
┏━━━━━━━━━━ Question ━━━━━━━━━━━
|
||||||
|
? - #Question {}
|
||||||
**Answer**:
|
**Answer**:
|
||||||
|
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||||||
]],
|
]],
|
||||||
{
|
{
|
||||||
i(0),
|
i(0),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue