From fdc0e86802ce7dafddabb7275bd6e6c1ab67ea1e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 9 Dec 2023 10:04:33 -0800 Subject: [PATCH] Add note to cabal description about how to install the cli tool. --- pandoc.cabal | 9 ++++++--- 1 file 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