Skip to content

Instantly share code, notes, and snippets.

@sunprinceS
Created April 30, 2020 07:57
Show Gist options
  • Save sunprinceS/55344c3e279024d1bca8324bc40b0aa4 to your computer and use it in GitHub Desktop.
Save sunprinceS/55344c3e279024d1bca8324bc40b0aa4 to your computer and use it in GitHub Desktop.
# for mathjax and katex usage
snippet $$
<span>$${1}$</span>${0}
snippet \[
<div>
\[
${1}
\]
</div>
${0}
snippet \$
\`\`$$
${1}
$$\`\`
${0}
snippet ```
\`\`\`
${1:code}
\`\`\`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment