Skip to content

Instantly share code, notes, and snippets.

@cwindolf
Created August 24, 2020 00:20
Show Gist options
  • Save cwindolf/8291d629a9746617863d45f43a134aed to your computer and use it in GitHub Desktop.
Save cwindolf/8291d629a9746617863d45f43a134aed to your computer and use it in GitHub Desktop.
Sublime snippets
<snippet>
<content><![CDATA[
\$\$\begin{aligned}
$1
\end{aligned}\$\$
]]></content>
<tabTrigger>ali</tabTrigger>
<scope>text.html.markdown,text.html.markdown.multimarkdown</scope>
</snippet>
<snippet>
<content><![CDATA[
\$\$$1=\begin{cases}
$2
\end{cases}\$\$
]]></content>
<tabTrigger>cas</tabTrigger>
<scope>text.html.markdown,text.html.markdown.multimarkdown</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment