refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / pandoc / README.md
1 ---
2 title: Pandoc
3 homepage: https://github.com/jgm/pandoc
4 tagline: |
5   Pandoc is a Haskell library for converting from one markup format to another.
6 ---
7
8 To update or switch versions, run `webi pandoc@stable` (or `@v2.14`, `@beta`,
9 etc).
10
11 ## Cheat Sheet
12
13 > Pandoc is a Haskell library for converting from one markup format to another,
14 > and a command-line tool that uses this library.
15
16 ```bash
17 pandoc -o output.html input.txt
18 ```
19
20 Specifying formats
21
22 ```bash
23 pandoc -f markdown -t latex hello.txt
24 ```
25
26 Documentation: https://pandoc.org/MANUAL.html