Skip to content

Instantly share code, notes, and snippets.

@j2kun
Last active January 19, 2024 00:28
Show Gist options
  • Save j2kun/d2b02918441bd255de07ae711e05047a to your computer and use it in GitHub Desktop.
Save j2kun/d2b02918441bd255de07ae711e05047a to your computer and use it in GitHub Desktop.
Math counterexample
// Uses $$...$$ delimiters inline
This is a $$
x = {-b \pm \sqrt{b^2-4ac} \over 2a}
$$ block equation

This is a $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$ block equation

// Uses $$...$$ delimiters on their own lines
This is a 

$$
x = {-b \pm \sqrt{b^2-4ac} \over 2a}
$$

block equation

This is a

$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$

block equation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment