You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using pandoc 1.9.4.2, I tried to make a PDF from a Markdown file using this command:
pandoc -f markdown -t pdf --smart -o recommendations.pdf recommendations.text
I got this error: "pandoc: cannot produce pdf output with pdf writer"
I quickly realized that the correct command was pandoc -f markdown --smart -o recommendations.pdf recommendations.text, but why can't pandoc handle the first, "verbose", command?
The text was updated successfully, but these errors were encountered:
Using pandoc 1.9.4.2, I tried to make a PDF from a Markdown file using this command:
pandoc -f markdown -t pdf --smart -o recommendations.pdf recommendations.text
I got this error: "pandoc: cannot produce pdf output with pdf writer"
I quickly realized that the correct command was
pandoc -f markdown --smart -o recommendations.pdf recommendations.text
, but why can't pandoc handle the first, "verbose", command?The text was updated successfully, but these errors were encountered: