Using Pandoc to convert a markdown file into a pdf and docx file

I am trying to convert a markdown file into a pdf and docx file. What are the steps in using the terminal to achieve this? I will attach a screenshot as well.

The JupyterLab terminal just provides a shell which is configured by your operating system- there’s nothing specific to the Jupyter ecosystem. Google came up with this suggestion:

and there are many other search results. If you still have trouble you could try looking for a Pandoc support forum?

3 Likes

One useful Pandoc documentation page is their demo page. There are a number of basic examples that illustrate the format for the CLI. Hope this page helps @Joshua_Gataric.

1 Like

mystmd is also a great choice for that. Here’s a demo: MyST Markdown Sandbox