Hash : 2d21382f Author : Date : 2016-10-03T21:41:13
Download
1 2 3 4 5 6 7 8 9 10
#!/bin/sh set -e if [ ! -d commonmark ]; then git clone https://github.com/jgm/commonmark.git fi commonmark/test/spec_tests.py -s commonmark/spec.txt -p md2html/md2html