MANUAL.pdf source file #10692
Answered
by
alerque
avidseeker
asked this question in
Q&A
MANUAL.pdf source file
#10692
-
Is the source file for https://pandoc.org/MANUAL.pdf available? I checked https://github.com/jgm/pandoc/tree/main/doc but doesn't seem to be there. |
Beta Was this translation helpful? Give feedback.
Answered by
alerque
Mar 15, 2025
Replies: 1 comment
-
The source is $ pandoc --print-default-data-file=MANUAL.txt You can then convert that to other formats with ... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
avidseeker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The source is
MANUAL.txt
. Besides being in the repository root as that name, most prebuilt versions of Pandoc have the data file built in an you can extract it like this:$ pandoc --print-default-data-file=MANUAL.txt
You can then convert that to other formats with ...
pandoc
of course.