We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
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.
There was an error while loading. Please reload this page.