aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEvan Silberman <[email protected]>2024-12-19 18:43:24 -0800
committerJohn MacFarlane <[email protected]>2024-12-19 18:47:24 -0800
commit4c409e6cf24162accf74905266a1d1596c76f422 (patch)
treefd06c2d62d658ba7fef9c65b5d88390631dd3193 /src
parent7cff3590bc76e3f70cd6a30ac7bc97e860060809 (diff)
Mention typst in PandocUnknownWriterError for pdf
Diffstat (limited to 'src')
-rw-r--r--src/Text/Pandoc/Error.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Error.hs b/src/Text/Pandoc/Error.hs
index 30a45c0c5..373871ceb 100644
--- a/src/Text/Pandoc/Error.hs
+++ b/src/Text/Pandoc/Error.hs
@@ -129,7 +129,7 @@ renderError e =
"Unknown output format " <> w <>
case w of
"pdf" -> "To create a pdf using pandoc, use" <>
- " -t latex|beamer|context|ms|html5" <>
+ " -t latex|beamer|context|ms|html5|typst" <>
"\nand specify an output file with " <>
".pdf extension (-o filename.pdf)."
"doc" -> "\nPandoc can convert to DOCX, but not to DOC."