git.fiddlerwoaroof.com
Browse code

fixing conflicts

Ed L authored on 28/10/2014 20:29:21
Showing 1 changed files
... ...
@@ -11,7 +11,7 @@ The input file is any old pandoc markdown file.  The base template is specified
11 11
 lookup's root: it defaults to "base.html".  Running this command will spit out a static page that contains
12 12
 the rendered markdown.  The cool thing about this is that pandoc will convert Latex math expressions like
13 13
 `$x_2 + \frac{1}{2}x_{1}^{2}$` into the MathJaX equivalent: if you run this file through the blog generator,
14
-you'd get: $x_2 + \frac{1}{2}x_{1}^{2}$ (for example, see <raw/master/processed_README.html>)
14
+you'd get: $x_2 + \frac{1}{2}x_{1}^{2}$ (for example, see [raw/master/processed_README.html])
15 15
 
16 16
 ### Installation
17 17