From 04fcb7a24ea4ac179f5033c00f7cb23b8ebb9e35 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 4 Jan 2015 23:06:35 -0800 Subject: Use cmark itself to build spec.html. Removes build dependency on pandoc. Closes #256. Note: we have lost "smart punctuation," but we can either (a) add an option to do this in the cmark renderer, or (b) insert unicode punctuation in the spec as needed. Not an urgent issue in any case. --- template.html | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) (limited to 'template.html') diff --git a/template.html b/template.html index 6a30d0c..a5cc081 100644 --- a/template.html +++ b/template.html @@ -2,7 +2,7 @@ -$title$ +${title}