diff --git a/example_docs/simple md/.gitignore b/example_docs/simple md/.gitignore new file mode 100644 index 0000000..f4df0be --- /dev/null +++ b/example_docs/simple md/.gitignore @@ -0,0 +1,2 @@ +*.pdf +*.html diff --git a/example_docs/simple md/Makefile b/example_docs/simple md/Makefile new file mode 100644 index 0000000..5042f01 --- /dev/null +++ b/example_docs/simple md/Makefile @@ -0,0 +1,10 @@ +#@SRCPAT \.md$ + +.PHONY: all +all: simple.pdf simple.html + +simple.pdf: simple.md + pandoc -s -f markdown -t latex -o $@ $< + +simple.html: simple.md + pandoc -s -f markdown -t html -o $@ $< diff --git a/example_docs/simple md/simple.md b/example_docs/simple md/simple.md new file mode 100644 index 0000000..fb7719a --- /dev/null +++ b/example_docs/simple md/simple.md @@ -0,0 +1,6 @@ +# Really simple document + +Boring content. Don't even read me! + +Another line, why are you still reading? +Seriously?!