-
Notifications
You must be signed in to change notification settings - Fork 2
pandoc
Joshua Cook edited this page Feb 21, 2018
·
2 revisions
Given a document like:
# Header
## Some Math
$$f(x) = \int x^2\ dx = \frac{1}{3}x^3 + C$$
And a paragraph, "Hi!"
in a file called test.md
.
You can run
$ docker run -v `pwd`:/home/jovyan jupyter/datascience-notebook pandoc /home/jovyan/test.md -o /home/jovyan/test.pdf
And generate a fancy pdf of that markdown file.