From c54a8630faa8e1c597d598bf7497d724efb0fb18 Mon Sep 17 00:00:00 2001 From: jwansek Date: Wed, 16 Feb 2022 15:47:00 +0000 Subject: added markdown symlink --- examplerun.sh | 2 +- templates/markdown.jinja2 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 templates/markdown.jinja2 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 -- cgit v1.2.3