On Wed, Jun 16, 2021 at 12:37:39PM -0700, Rich Shepard wrote: > Didn't see any 'raw' link or label using firefox.
It's in the bar above "Table of Contents," next to "Blame", etc. > I'll check that URL, though, and the result is: > > $ enscript --word-wrap DOCUMENTATION.md --output documentation.pdf && ps2pdf > doc> ---8<----- > Blank output .pdf Double-check your command line. In any case, the enscript output is still a jumbled text file, albeit without unbroken, long lines. You could run DOCUMENTATION.md through the vanilla markdown program that most distros package, but it doesn't understand Github-flavored Markdown (https://github.github.com/gfm/), and the large code blocks will be a mess. It might be easier to just use your browser to print the Github page for DOCUMENTATION.md. -- Paul
