55d1c504422d3410e508ca8ea6ca107d5401c1e8
[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, and a command-line tool that uses this library.
19
20 ```bash
21 pandoc -o output.html input.txt
22 ```
23
24 Specifying formats
25
26 ```bash
27 pandoc -f markdown -t latex hello.txt
28 ```
29
30 Documentation: https://pandoc.org/MANUAL.html