pandoc_boilerplate/notes.md
2016-04-13 21:26:11 +02:00

300 B

title author date cref chapters
Example Kerl13 & Phyks \today True True

\pagebreak

AsciiMath example

The following asciimath code

sum_(k=1)^n k^3 = ((n(n+1))/2)^2

will be rendered the following way

 sum_(k=1)^n k^3 = ((n(n+1))/2)^2