Demo Of Latex + Markdown

LaMark allows LaTeX equations to be inserted into Markdown documents. For example: 1

The footnote was also generated using a LaMark tag.

Of course, more complicated formulas are possible:2

Bell Curve

If you like, you can also embed arbitrary LaTeX using the {%latex%} tag. For example:

Once the the document has been written, running it through the LaMark processor is easy:3

lamark -f demo.md | ./Markdown.pl > demo.html

Footnotes

  1. ^ Notice that tags can also be nested. Here's the same equation in another form: .
  2. ^ The normal distribution.
  3. ^ Check it out at the github page.