# Project Title One paragraph of project description goes here ## Math It is possible to have math written with the LaTeX syntax. Math written inside $``$ will be rendered inline with the text. Math written inside triple back quotes, with the language declared as math, will be rendered on a separate line. Example: This math is inline $`a^2+b^2=c^2`$. This is on a separate line ```math a^2+b^2=c^2 ``` ## Emphasis Emphasis, aka italics, with *asterisks* or _underscores_. Strong emphasis, aka bold, with double **asterisks** or double __underscores__. Combined emphasis, aka bold italics, with double **_asterisks and _underscores_**. Strikethrough uses two tildes. ~~Scratch this.~~