aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortrevp <github@trevp.net>2016-04-05 03:32:08 -0700
committertrevp <github@trevp.net>2016-04-05 03:32:08 -0700
commit1033b5ac68d2922a5991fa3cf5385b966206efa2 (patch)
treeffdf56c4ead53dabc42522dba8d19cf946e74c2b /Makefile
parentRevision 26, proofreading (diff)
downloadnoise-markdown.tar.xz
noise-markdown.zip
Add pdf conversionmarkdown
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cbd0b66..6e9f029 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
default:
pandoc noise.md -s --toc \
- -f markdown+yaml_metadata_block \
+ -f markdown+yaml_metadata_block+startnum+multiline_tables \
--template template_pandoc.html \
--css=spec_markdown.css \
-o noise.html