pandoc-guide

This project is maintained by lucy1011995

How to Download and Install Pandoc

This guide will walk you through downloading and installing Pandoc, a universal document converter.

Tools

Steps

  1. Go to the Pandoc website.
  2. Navigate to the Installing tab (Figure 1).
  3. Download the latest installer for your device.
  4. Install Pandoc.
  5. Open a terminal (Figure 2).

    note for Windows use command prompt and for Mac use terminal.

  6. Check your Pandoc version with the command

    pandoc -v
    

Images

Pandoc Download Page
Figure 1: Pandoc download page.
Windows Command Prompt
Figure 2: Windows Command Prompt.

Back to the home page