summaryrefslogtreecommitdiff
path: root/README.Debian
blob: e2d2003f27fb3e8cd3d2d8adcaf9e6c425703086 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Notes to Debian users:

1.  `markdown2pdf` has been removed, since pandoc now includes `pdf`
    as a writer option.  You can replace

        markdown2pdf foo.txt

    with

        pandoc foo.txt -o foo.pdf

    Note that unlike `markdown2npdf`, `pandoc` requires that the output
    filename be specified explicitly.

2.  If you intend to use the html2markdown script, you should install
    tidy, plus either wget or w3m.