## The Lorenz Equations $$\begin{aligned} \dot{x} & = \sigma(y-x) \\ \dot{y} & = \rho x - y - xz \\ \dot{z} & = -\beta z + xy \end{aligned}$$
Turn quotation marks into "curly" 'quotes' with smartypants. ```javascript Reveal.initialize({ markdown: { smartypants: true, }, }); ```