diff options
-rw-r--r-- | examplerun.sh | 2 | ||||
l--------- | templates/markdown.jinja2 | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/examplerun.sh b/examplerun.sh index 7d4e3b4..0b06453 100644 --- a/examplerun.sh +++ b/examplerun.sh @@ -1,3 +1,3 @@ zip -r 100301654.zip ./ExampleSubmission/ -python ./mark.py -s 100301654.zip -a ./ExampleAssessments/example.yml -f md -o auto +python ./mark.py -s 100301654.zip -a ./ExampleAssessments/example.yml -f text -o auto rm 100301654.zip
\ No newline at end of file diff --git a/templates/markdown.jinja2 b/templates/markdown.jinja2 new file mode 120000 index 0000000..4f923d6 --- /dev/null +++ b/templates/markdown.jinja2 @@ -0,0 +1 @@ +md.jinja2
\ No newline at end of file |