Back to Reveal Js

reveal.js

examples/markdown.html

6.0.1278 B
Original Source

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, }, });