summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-01-14 09:04:47 -0700
committermo khan <mo.khan@gmail.com>2020-01-14 09:04:47 -0700
commit3f9b8e851255fdfd70c76658a2e2e54e3bb13523 (patch)
treeb7b181becd9b29f14212aef88008fee704253841 /Makefile
parent7cbaa0d4e9408648efbd01d960188f8489eb8b59 (diff)
use github flavoured markdown
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a06a16f..231ef80 100644
--- a/Makefile
+++ b/Makefile
@@ -10,4 +10,4 @@ uml :
pdf : uml assignments/1/README.pdf
assignments/1/README.pdf :
- cd assignments/1 && pandoc --metadata pagetitle="assignment 1" --from=commonmark --to=html5 -s -o README.pdf README.md
+ cd assignments/1 && pandoc --metadata pagetitle="assignment 1" --from=gfm --to=html5 -s -o README.pdf README.md