diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-12-09 10:04:33 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-12-09 10:04:33 -0800 |
| commit | fdc0e86802ce7dafddabb7275bd6e6c1ab67ea1e (patch) | |
| tree | 46bbbcd28016b582bf25087e262a2faa5e3fea52 /pandoc.cabal | |
| parent | 55227a20273267c236ec039c3e6559287a1dca45 (diff) | |
Add note to cabal description about how to install the cli tool.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 23c35446f..51641e6d5 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -43,9 +43,12 @@ description: Pandoc is a Haskell library for converting from one markup Pandoc can convert mathematical content in documents between TeX, MathML, Word equations, roff eqn, typst, and plain text. It includes a powerful system for automatic - citations and bibliographies, and it can be customized extensively - using templates, filters, and custom readers and writers - written in Lua. + citations and bibliographies, and it can be customized + extensively using templates, filters, and custom readers + and writers written in Lua. + . + For the pandoc command-line program, see the + @pandoc-cli@ package. data-files: -- templates data/templates/styles.html |
