chore: make Prettier + fix spelling, update upgrade/switch instructions, prefer ale...
[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 ## Updating `pandoc`
9
10 ```bash
11 webi pandoc@stable
12 ```
13
14 Use the `@beta` tag for pre-releases.
15
16 ## Cheat Sheet
17
18 > Pandoc is a Haskell library for converting from one markup format to another,
19 > and a command-line tool that uses this library.
20
21 ```bash
22 pandoc -o output.html input.txt
23 ```
24
25 Specifying formats
26
27 ```bash
28 pandoc -f markdown -t latex hello.txt
29 ```
30
31 Documentation: https://pandoc.org/MANUAL.html