snippets: add block in latex

This commit is contained in:
Fabrice Mouhartem 2024-05-14 12:13:11 +02:00
parent fd84aebebb
commit c62a8ebc23
Signed by: fmouhart
GPG Key ID: 2C5033B228CFE4E7

View File

@ -23,4 +23,18 @@ return {
} }
) )
), ),
s({ trig = "block", dscr = "A beamer block" },
fmta(
[[
\begin{block}{<>}
<>
\end{block}
]],
{
i(1, "title"),
i(2, "content")
}
)
),
} }