RWAP / PrinterToPDF

Project for converting captured printer data files to PDF format
GNU General Public License v3.0
85 stars 19 forks source link

readme shell commands need to markdown escape the backticks #21

Closed jedimatt42 closed 4 years ago

jedimatt42 commented 4 years ago

https://daringfireball.net/projects/markdown/syntax#backslash

Not being familiar with sdl, the sdl-config parameters made no sense in the README.md, because the backticks are translated by markdown.

If you use triple-back-tick instead of html code tag, you'll get what you want:

gcc PrinterConvert.c `sdl-config --cflags --libs` -o printerToPDF -lrt -lhpdf -lpng
RWAP commented 4 years ago

Many thanks - amended the readme file accordingly