cmark

My personal build of CMark ✏️

Commit
c5a0fdf28119c60baf755ce9de676c0d7b98740a
Parent
d248d95dd066fd4e508bca96b9c35db3aeda259c
Author
John MacFarlane <jgm@berkeley.edu>
Date

Add title to list of versions at spec.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 1 1
diff --git a/Makefile b/Makefile
@@ -90,7 +90,7 @@ fuzztest:
 	  time cat /dev/urandom | head -c 100000 | iconv -f latin1 -t utf-8 | $(PROG) >/dev/null; done
 
 index.md: _site/$(SPECVERSION)/index.html
-	echo "" > $@
+	echo "% CommonMark Spec\n" > $@
 	for vers in $(shell cd _site; ls -d -t 0.*) ; do \
 	  echo "- [Version $$vers](/$$vers/)" >> $@ ; done