snippets: fix the date function for markdown
Co-Authored-by: iGor milhit <igor.milhit@unige.ch>
parent
b0d3bef870
commit
6a7555d38f
|
@ -55,7 +55,7 @@ return {
|
||||||
dscr = "Insert the current date."
|
dscr = "Insert the current date."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
f(get_datetime, {})
|
f(get_date, {})
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
s(
|
s(
|
||||||
|
|
Loading…
Reference in New Issue