# Header This is markdown: here's an equation $\frac{1}{2}$ ```julia 2 + 2 ``` ``` 4 ``` -- A fragment --- # Here's a way to add plots ```julia using Plots; gr() plot(rand(10)) savefig("statplot.svg"); ```  *This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*