Skip to content

Instantly share code, notes, and snippets.

@monofon
monofon / index.html
Created September 17, 2012 04:37
Using remark with jQuery and MathJax
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<!-- Use remark, jQuery and MathJax -->
<script src="https://github.com/downloads/gnab/remark/remark-0.3.6.min.js"></script>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="http://cdn.mathjax.org/mathjax/2.0-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML&delayStartupUntil=configured"></script>